Skip to content

Commit 4e05fdf

Browse files
committed
Add GitHub link to navbar and update repo references
1 parent f786516 commit 4e05fdf

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/docusaurus/docusaurus.config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config: Config = {
1515
baseUrl: '/',
1616

1717
organizationName: 'andrebassi',
18-
projectName: 'llm-firecracker',
18+
projectName: 'runner-codes',
1919

2020
onBrokenLinks: 'warn',
2121
onBrokenMarkdownLinks: 'warn',
@@ -36,7 +36,7 @@ const config: Config = {
3636
docs: {
3737
routeBasePath: '/',
3838
sidebarPath: './sidebars.ts',
39-
editUrl: 'https://github.com/andrebassi/llm-firecracker/tree/main/docs/docusaurus/',
39+
editUrl: 'https://github.com/andrebassi/runner-codes/tree/main/docs/docusaurus/',
4040
},
4141
blog: false,
4242
theme: {
@@ -71,11 +71,11 @@ const config: Config = {
7171
label: 'API Reference',
7272
position: 'left',
7373
},
74-
// {
75-
// href: 'https://github.com/andrebassi/llm-firecracker',
76-
// label: 'GitHub',
77-
// position: 'right',
78-
// },
74+
{
75+
href: 'https://github.com/andrebassi/runner-codes',
76+
label: 'GitHub',
77+
position: 'right',
78+
},
7979
],
8080
},
8181
footer: {
@@ -100,7 +100,7 @@ const config: Config = {
100100
{
101101
title: 'More',
102102
items: [
103-
{label: 'GitHub', href: 'https://github.com/andrebassi/llm-firecracker'},
103+
{label: 'GitHub', href: 'https://github.com/andrebassi/runner-codes'},
104104
],
105105
},
106106
],

0 commit comments

Comments
 (0)