Skip to content

Commit 7515075

Browse files
authored
Merge pull request #488 from tokuhirom/vuepress2
Vuepress2
2 parents eb719d6 + c4c2682 commit 7515075

File tree

4 files changed

+4464
-18261
lines changed

4 files changed

+4464
-18261
lines changed

docs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.vuepress/.cache/
2+
/.vuepress/.temp/

docs/.vuepress/config.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
module.exports = {
1+
import { defaultTheme } from 'vuepress'
2+
3+
export default {
24
base: "/line-bot-sdk-nodejs/",
35
head: [
46
["link", { rel: "icon", href: "/favicon.ico" }]
57
],
68
title: "line-bot-sdk-nodejs",
79
description: "Node.js SDK for LINE Messaging API",
8-
themeConfig: {
9-
nav: [
10+
theme: defaultTheme({
11+
// default theme config
12+
navbar: [
1013
{
1114
text: "Introduction",
1215
link: "/"
@@ -82,5 +85,5 @@ module.exports = {
8285
]
8386
},
8487
]
85-
}
88+
}),
8689
}

0 commit comments

Comments
 (0)