docs upgate
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user