This repository was archived by the owner on Feb 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
id : interfaces
3
3
title : Interfaces
4
- sidebar_label : Interfaces
4
+ sidebar_label : INTERFACES
5
5
slug : /interfaces
6
6
---
7
7
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module.exports = {
2
2
docs : [
3
3
{
4
4
type : 'category' ,
5
- label : 'AgileTs ' ,
5
+ label : 'AGILETS ' ,
6
6
collapsed : false ,
7
7
items : [
8
8
'main/introduction' ,
@@ -14,17 +14,19 @@ module.exports = {
14
14
} ,
15
15
{
16
16
type : 'category' ,
17
- label : 'Quick Start ' ,
17
+ label : 'QUICK START ' ,
18
18
collapsed : false ,
19
19
items : [ 'quick_start/react' , 'quick_start/vue' ] ,
20
20
} ,
21
21
{
22
22
type : 'category' ,
23
- label : 'Packages' ,
23
+ label : 'PACKAGES' ,
24
+ collapsed : false ,
24
25
items : [
25
26
{
26
27
type : 'category' ,
27
28
label : 'core' ,
29
+ collapsed : false ,
28
30
items : [
29
31
'packages/core/introduction' ,
30
32
'packages/core/installation' ,
@@ -173,7 +175,7 @@ module.exports = {
173
175
} ,
174
176
{
175
177
type : 'category' ,
176
- label : 'Examples ' ,
178
+ label : 'EXAMPLES ' ,
177
179
items : [
178
180
'examples/introduction' ,
179
181
'examples/react/introduction' ,
You can’t perform that action at this time.
0 commit comments