Don't include an empty architecture document (#1274)

## Description

Removes a blank document.

## Type of change

- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2022-10-20 18:06:43 -07:00 committed by GitHub
parent 286a74e819
commit d7ec159b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ const sidebars = {
type: 'category', type: 'category',
label: 'Developer guide', label: 'Developer guide',
items: [ items: [
'developers/architecture', 'developers/build', 'developers/testing', 'developers/linters' 'developers/build', 'developers/testing', 'developers/linters'
], ],
}, },