File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 11import { defineConfig } from "vitepress" ;
22import { name , description , ogUrl , ogImage } from "./meta" ;
3+ import { version } from '../../package.json'
34
45export default defineConfig ( {
56 title : "feathers-hooks-common" ,
@@ -51,6 +52,21 @@ export default defineConfig({
5152 ] ,
5253 } ,
5354 ] ,
55+ nav : [
56+ {
57+ text : `v${ version } ` ,
58+ items : [
59+ {
60+ text : 'Changelog' ,
61+ link : 'https://github.com/feathersjs-ecosystem/feathers-hooks-common/blob/master/CHANGELOG.md'
62+ } ,
63+ {
64+ text : 'Contributing' ,
65+ link : 'https://github.com/feathersjs-ecosystem/feathers-hooks-common/blob/master/.github/contributing.md'
66+ }
67+ ]
68+ }
69+ ] ,
5470 footer : {
5571 message : "Released under the MIT License." ,
5672 copyright : "Copyright © 2016-present Feathers contributors" ,
You can’t perform that action at this time.
0 commit comments