@@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
55// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
66
77const config : Config = {
8- title : 'My Site ' ,
8+ title : 'Solution Base ' ,
99 tagline : 'Dinosaurs are cool' ,
1010 favicon : 'img/favicon.ico' ,
1111
@@ -15,15 +15,15 @@ const config: Config = {
1515 } ,
1616
1717 // Set the production url of your site here
18- url : 'https://your-docusaurus-site.example.com ' ,
18+ url : 'sb.csts.dev ' ,
1919 // Set the /<baseUrl>/ pathname under which your site is served
2020 // For GitHub pages deployment, it is often '/<projectName>/'
2121 baseUrl : '/' ,
2222
2323 // GitHub pages deployment config.
2424 // If you aren't using GitHub pages, you don't need these.
25- organizationName : 'facebook ' , // Usually your GitHub org/user name.
26- projectName : 'docusaurus ' , // Usually your repo name.
25+ organizationName : 'explorercs/EXStevens ' , // Usually your GitHub org/user name.
26+ projectName : 'SolutionBase ' , // Usually your repo name.
2727
2828 onBrokenLinks : 'throw' ,
2929
@@ -78,7 +78,7 @@ const config: Config = {
7878 title : 'My Site' ,
7979 logo : {
8080 alt : 'My Site Logo' ,
81- src : 'img/logo.svg ' ,
81+ src : 'img/favicon.ico ' ,
8282 } ,
8383 items : [
8484 {
@@ -107,38 +107,22 @@ const config: Config = {
107107 } ,
108108 ] ,
109109 } ,
110- {
111- title : 'Community' ,
112- items : [
113- {
114- label : 'Stack Overflow' ,
115- href : 'https://stackoverflow.com/questions/tagged/docusaurus' ,
116- } ,
117- {
118- label : 'Discord' ,
119- href : 'https://discordapp.com/invite/docusaurus' ,
120- } ,
121- {
122- label : 'X' ,
123- href : 'https://x.com/docusaurus' ,
124- } ,
125- ] ,
126- } ,
110+
127111 {
128112 title : 'More' ,
129113 items : [
130114 {
131- label : 'Blog' ,
132- to : '/blog ' ,
115+ label : 'Blog: csts.dev ' ,
116+ href : 'https://csts.dev ' ,
133117 } ,
134118 {
135119 label : 'GitHub' ,
136- href : 'https://github.com/facebook/docusaurus ' ,
120+ href : 'https://github.com/EXStevens/SolutionBase ' ,
137121 } ,
138122 ] ,
139123 } ,
140124 ] ,
141- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } My Project, Inc . Built with Docusaurus.` ,
125+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Charlie . Built with Docusaurus.` ,
142126 } ,
143127 prism : {
144128 theme : prismThemes . github ,
0 commit comments