Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 1f0dd6d

Browse files
committed
updated sidebar headers
1 parent db542b0 commit 1f0dd6d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/Interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: interfaces
33
title: Interfaces
4-
sidebar_label: Interfaces
4+
sidebar_label: INTERFACES
55
slug: /interfaces
66
---
77

sidebars.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
docs: [
33
{
44
type: 'category',
5-
label: 'AgileTs',
5+
label: 'AGILETS',
66
collapsed: false,
77
items: [
88
'main/introduction',
@@ -14,17 +14,19 @@ module.exports = {
1414
},
1515
{
1616
type: 'category',
17-
label: 'Quick Start',
17+
label: 'QUICK START',
1818
collapsed: false,
1919
items: ['quick_start/react', 'quick_start/vue'],
2020
},
2121
{
2222
type: 'category',
23-
label: 'Packages',
23+
label: 'PACKAGES',
24+
collapsed: false,
2425
items: [
2526
{
2627
type: 'category',
2728
label: 'core',
29+
collapsed: false,
2830
items: [
2931
'packages/core/introduction',
3032
'packages/core/installation',
@@ -173,7 +175,7 @@ module.exports = {
173175
},
174176
{
175177
type: 'category',
176-
label: 'Examples',
178+
label: 'EXAMPLES',
177179
items: [
178180
'examples/introduction',
179181
'examples/react/introduction',

0 commit comments

Comments
 (0)