Skip to content

Commit 2eaedb8

Browse files
authored
chore: match branches (#200)
1 parent 9233196 commit 2eaedb8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/.vuepress/links.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ const sidebar = [
5757
},
5858
]
5959

60-
// const apiLink = { text: 'API', link: 'https://google.com', target:'_blank' }
61-
6260
module.exports = {
6361
sidebar,
64-
nav: []
62+
nav: [
63+
{ text: 'API', link: 'https://upfrontjs.github.io/framework', target:'_blank' }
64+
]
6565
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upfrontjs/framework",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Data handling framework complementary to backend model systems.",
55
"main": "index.min.js",
66
"module": "index.es.min.js",

0 commit comments

Comments
 (0)