You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docusaurus.config.js
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ import {themes as prismThemes} from 'prism-react-renderer';
10
10
11
11
/** @type {import('@docusaurus/types').Config} */
12
12
constconfig={
13
-
title: 'SpiceCode Documentation',
14
-
tagline: 'Comprehensive Code Analysis Tool',
15
-
favicon: 'img/favicon.ico',// Assuming a favicon will be added later or use a default
13
+
title: 'SpiceCode | Documentation',
14
+
tagline: 'The next generation of code analysis.',
15
+
favicon: 'img/spicecode_logo_nobg.png',
16
16
17
17
// Set the production url of your site here
18
18
url: 'https://spicecodecli.github.io',// Assuming deployment to GitHub Pages
@@ -22,14 +22,15 @@ const config = {
22
22
23
23
// GitHub pages deployment config.
24
24
organizationName: 'spicecodecli',// Your GitHub org/user name.
25
-
projectName: 'spicecode-docs',// Usually your repo name for the docs site.
25
+
projectName: 'spicecode',// Usually your repo name for the docs site. (im guessing since we dont have a docs repo we can just use the regular repo here?)
26
26
27
27
onBrokenLinks: 'throw',
28
28
onBrokenMarkdownLinks: 'warn',
29
29
30
30
// Even if you don't use internationalization, you can use this field to set
31
31
// useful metadata like html lang. For example, if your site is Chinese, you
32
32
// may want to replace "en" with "zh-Hans".
33
+
// my site is not chinese. but thank you for the heads up
33
34
i18n: {
34
35
defaultLocale: 'en',
35
36
locales: ['en'],
@@ -44,9 +45,9 @@ const config = {
44
45
sidebarPath: './sidebars.js',
45
46
// Point to the actual SpiceCode repo for edits
46
47
editUrl:
47
-
'https://github.com/spicecodecli/spicecode/tree/main/',// Link to the source repo, assuming docs might live there eventually or for context
48
+
'https://github.com/spicecodecli/spicecode/tree/main/docs',// Link to the source repo, assuming docs might live there eventually or for context
48
49
},
49
-
blog: false,// Disabling blog as it wasn't requested
50
+
blog: false,// Disabling blog as it wasn't requested // WAIT WE CAN HAVE A BLOG HERE??????????????? // TODO: RESEARCH BLOG POSSIBILITIES
0 commit comments