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 1
1
import { defineConfig } from "vitepress" ;
2
2
import { name , description , ogUrl , ogImage } from "./meta" ;
3
+ import { version } from '../../package.json'
3
4
4
5
export default defineConfig ( {
5
6
title : "feathers-hooks-common" ,
@@ -51,6 +52,21 @@ export default defineConfig({
51
52
] ,
52
53
} ,
53
54
] ,
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
+ ] ,
54
70
footer : {
55
71
message : "Released under the MIT License." ,
56
72
copyright : "Copyright © 2016-present Feathers contributors" ,
You can’t perform that action at this time.
0 commit comments