File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs'
33import mathjax3 from "markdown-it-mathjax3" ;
44import 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
714export 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} )
You can’t perform that action at this time.
0 commit comments