Skip to content

Commit 231832e

Browse files
authored
Update sidebars.ts
1 parent ebd2584 commit 231832e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

sidebars.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,20 @@ const sidebars: SidebarsConfig = {
1717
{
1818
type: "category",
1919
label: "Palisadoes",
20+
link: {
21+
type: "doc",
22+
id: "introduction/introduction",
23+
},
2024
collapsed: false,
2125
items: [{ type: "autogenerated", dirName: "introduction" }],
2226
},
2327
{
2428
type: "category",
2529
label: "Git Guide",
30+
link: {
31+
type: "doc",
32+
id: "git-guide/introduction/quickstart",
33+
},
2634
collapsed: true,
2735
items: [
2836
{ type: "autogenerated", dirName: "git-guide/introduction" },
@@ -78,6 +86,10 @@ const sidebars: SidebarsConfig = {
7886
{
7987
type: "category",
8088
label: "Introduction",
89+
link: {
90+
type: "doc",
91+
id: "internships/introduction/faq",
92+
},
8193
items: [
8294
{
8395
type: "autogenerated",
@@ -141,6 +153,10 @@ const sidebars: SidebarsConfig = {
141153
{
142154
type: "category",
143155
label: "Other",
156+
link: {
157+
type: "doc",
158+
id: "internships/palisadoes/palisadoes-introduction",
159+
},
144160
collapsed: true,
145161
items: [
146162
{

0 commit comments

Comments
 (0)