docs upgate

This commit is contained in:
2025-07-02 23:04:33 -07:00
parent 654451e3d2
commit 62a88446df
6 changed files with 24 additions and 27 deletions
+4 -4
View File
@@ -23,7 +23,7 @@ const config = {
organizationName: 'mookie', // Usually your GitHub org/user name.
projectName: 'easyballistics', // Usually your repo name.
onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
// Even if you don't use internationalization, you can use this field to set
@@ -98,11 +98,11 @@ const config = {
items: [
{
label: 'Getting Started',
to: '/getting-started',
to: '/getting-started/installation',
},
{
label: 'API Reference',
to: '/api',
to: '/api/overview',
},
],
},
@@ -138,7 +138,7 @@ const config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['cpp', 'blueprint'],
additionalLanguages: ['cpp', 'bash', 'yaml', 'ini'],
},
}),
};