Skip to content

Commit 2bf54d3

Browse files
Add VersionPicker component to navigation and update copyright notice in config
1 parent 0ab6ec5 commit 2bf54d3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/src/.vitepress/config.mts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs'
33
import mathjax3 from "markdown-it-mathjax3";
44
import footnote from "markdown-it-footnote";
55

6+
const nav = [
7+
...navTemp.nav,
8+
{
9+
component: 'VersionPicker'
10+
}
11+
]
12+
613
// https://vitepress.dev/reference/site-config
714
export default defineConfig({
815
base: 'REPLACE_ME_DOCUMENTER_VITEPRESS',// TODO: replace this in makedocs!
@@ -43,7 +50,7 @@ export default defineConfig({
4350
],
4451
footer: {
4552
message: 'Made with <a href="https://luxdl.github.io/DocumenterVitepress.jl/dev/" target="_blank"><strong>DocumenterVitepress.jl</strong></a><br>',
46-
copyright: `© Copyright ${new Date().getUTCFullYear()}.`
53+
copyright: `© Copyright ${new Date().getUTCFullYear()}. Released under the MIT License.`
4754
}
4855
}
4956
})

0 commit comments

Comments
 (0)