Don't include an empty architecture document (#1274)
## Description
Removes a blank document.
## Type of change
- [x] 🗺️ Documentation
This commit is contained in:
parent
286a74e819
commit
d7ec159b08
@ -42,7 +42,7 @@ const sidebars = {
|
||||
type: 'category',
|
||||
label: 'Developer guide',
|
||||
items: [
|
||||
'developers/architecture', 'developers/build', 'developers/testing', 'developers/linters'
|
||||
'developers/build', 'developers/testing', 'developers/linters'
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user