File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ] ,
You can’t perform that action at this time.
0 commit comments