Skip to content

Commit 6ea5556

Browse files
authored
Merge pull request #264 from HarperDB/gs-upd
updated getting started sidebar category
2 parents 5e91d90 + 7bd6d37 commit 6ea5556

File tree

3 files changed

+26
-9
lines changed

3 files changed

+26
-9
lines changed

sidebars.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ const sidebars: SidebarsConfig = {
1010
{
1111
type: 'category',
1212
label: 'Getting Started',
13-
items: [{ type: 'autogenerated', dirName: 'getting-started' }],
13+
'link': {
14+
'type': 'doc',
15+
'id': 'getting-started/index'
16+
},
17+
items: [
18+
'getting-started/what-is-harper',
19+
'getting-started/install-harper',
20+
'getting-started/harper-concepts',
21+
'getting-started/first-harper-app',
22+
],
1423
},
1524
{
1625
type: 'category',

versioned_sidebars/version-4.5-sidebars.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88
{
99
"type": "category",
1010
"label": "Getting Started",
11+
"link": {
12+
"type": "doc",
13+
"id": "getting-started/index"
14+
},
1115
"items": [
12-
{
13-
"type": "autogenerated",
14-
"dirName": "getting-started"
15-
}
16+
"getting-started/what-is-harper",
17+
"getting-started/install-harper",
18+
"getting-started/harper-concepts",
19+
"getting-started/first-harper-app"
1620
]
1721
},
1822
{

versioned_sidebars/version-4.6-sidebars.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88
{
99
"type": "category",
1010
"label": "Getting Started",
11+
"link": {
12+
"type": "doc",
13+
"id": "getting-started/index"
14+
},
1115
"items": [
12-
{
13-
"type": "autogenerated",
14-
"dirName": "getting-started"
15-
}
16+
"getting-started/what-is-harper",
17+
"getting-started/install-harper",
18+
"getting-started/harper-concepts",
19+
"getting-started/first-harper-app"
1620
]
1721
},
1822
{

0 commit comments

Comments
 (0)