@@ -16,27 +16,14 @@ const config = {
1616 tagline : "Powered by Docusaurus" ,
1717 favicon : "img/llm-d-favicon.png" ,
1818
19- // Set the production url of your site here
20- //url: "https://kproche.github.io/",
21- // url: "https://jessicachitas.github.io/",
2219 url : "https://llm-d.ai/" ,
23- // Set the /<baseUrl>/ pathname under which your site is served
24- // For GitHub pages deployment, it is often '/<projectName>/'
25- //baseUrl: "/llm-d.github.io/",
2620 baseUrl : "/" ,
2721
2822 // GitHub pages deployment config.
2923 // If you aren't using GitHub pages, you don't need these.
3024
31- //IF YOU ARE DEPLOYING PREVIEW PAGES via GITHUB PAGES FOR THE MAIN REPO
32- // UNCOMMENT THE NEXT TWO LINES AND COMMENT OUT THE FORK SECTION BELOW
3325 organizationName : "llm-d" , // Usually your GitHub org/user name.
34- //projectName: "webdocs", // Usually your repo name.
3526
36- //IF YOU ARE DEPLOYING PREVIEW PAGES VIA GITHUB PAGES FOR A BRANCH OF A FORK IN YOUR ACCOUNT
37- //EDIT THESE LINES APPROPRIATELY
38- //organizationName: "jessicachitas", // Usually your GitHub org/user name.
39- //organizationName: "kproche", // Usually your GitHub org/user name.
4027 projectName : "llm-d.github.io" , // Usually your repo name.
4128 deploymentBranch : "gh-pages" ,
4229
@@ -59,10 +46,6 @@ const config = {
5946 docs : {
6047 sidebarPath : "./sidebars.js" ,
6148 sidebarCollapsible : false ,
62- // Please change this to your repo.
63- // Remove this to remove the "edit this page" links.
64- // editUrl:
65- // "https://github.com/llm-d/llm-d-website.github.io/tree/main/",
6649 } ,
6750 blog : {
6851 showReadingTime : true ,
0 commit comments