|
1 | 1 | module.exports = {
|
2 |
| - base: '/line-bot-sdk-nodejs', |
| 2 | + base: "/line-bot-sdk-nodejs/", |
3 | 3 | head: [
|
4 |
| - ['link', { rel: 'icon', href: '/favicon.ico' }] |
| 4 | + ["link", { rel: "icon", href: "/favicon.ico" }] |
5 | 5 | ],
|
6 |
| - title: 'line-bot-sdk-nodejs', |
7 |
| - description: 'Node.js SDK for LINE Messaging API', |
| 6 | + title: "line-bot-sdk-nodejs", |
| 7 | + description: "Node.js SDK for LINE Messaging API", |
8 | 8 | themeConfig: {
|
9 | 9 | nav: [
|
10 |
| - { |
11 |
| - text: 'Introduction', |
12 |
| - link: '/' |
| 10 | + { |
| 11 | + text: "Introduction", |
| 12 | + link: "/" |
13 | 13 | },
|
14 |
| - { |
15 |
| - text: 'Getting Started', |
16 |
| - link: '/getting-started' |
| 14 | + { |
| 15 | + text: "Getting Started", |
| 16 | + link: "/getting-started" |
17 | 17 | },
|
18 |
| - { |
19 |
| - text: 'Guide', |
20 |
| - link: '/guide' |
| 18 | + { |
| 19 | + text: "Guide", |
| 20 | + link: "/guide" |
21 | 21 | },
|
22 |
| - { |
23 |
| - text: 'API Reference', |
24 |
| - link: '/api-reference' |
25 |
| - |
| 22 | + { |
| 23 | + text: "API Reference", |
| 24 | + link: "/api-reference" |
| 25 | + |
26 | 26 | },
|
27 |
| - { |
28 |
| - text: 'Contributing', |
29 |
| - link: '/CONTRIBUTING' |
| 27 | + { |
| 28 | + text: "Contributing", |
| 29 | + link: "/CONTRIBUTING" |
30 | 30 | },
|
31 |
| - { |
32 |
| - text: 'LINE Developers', |
33 |
| - link: 'https://developers.line.me/en/' |
| 31 | + { |
| 32 | + text: "LINE Developers", |
| 33 | + link: "https://developers.line.me/en/" |
34 | 34 | },
|
35 |
| - { |
36 |
| - text: 'GitHub', |
37 |
| - link: 'https://github.com/line/line-bot-sdk-nodejs/' |
| 35 | + { |
| 36 | + text: "GitHub", |
| 37 | + link: "https://github.com/line/line-bot-sdk-nodejs/" |
38 | 38 | },
|
39 | 39 | ],
|
40 | 40 | sidebar: [
|
41 |
| - { |
| 41 | + { |
42 | 42 | title: "Introduction",
|
43 | 43 | collapsable: false,
|
44 | 44 | children: [
|
45 |
| - '', |
| 45 | + "", |
46 | 46 | ]
|
47 | 47 | },
|
48 |
| - { |
| 48 | + { |
49 | 49 | title: "Getting Started",
|
50 | 50 | collapsable: false,
|
51 | 51 | children: [
|
52 |
| - '/getting-started/requirements', |
53 |
| - '/getting-started/install', |
54 |
| - '/getting-started/basic-usage', |
| 52 | + "/getting-started/requirements", |
| 53 | + "/getting-started/install", |
| 54 | + "/getting-started/basic-usage", |
55 | 55 | ]
|
56 | 56 | },
|
57 |
| - { |
| 57 | + { |
58 | 58 | title: "Guide",
|
59 | 59 | collapsable: false,
|
60 | 60 | children: [
|
61 |
| - '/guide/webhook', |
62 |
| - '/guide/client', |
63 |
| - '/guide/typescript', |
| 61 | + "/guide/webhook", |
| 62 | + "/guide/client", |
| 63 | + "/guide/typescript", |
64 | 64 | ]
|
65 | 65 | },
|
66 |
| - { |
| 66 | + { |
67 | 67 | title: "API Reference",
|
68 | 68 | collapsable: false,
|
69 | 69 | children: [
|
70 |
| - '/api-reference/client', |
71 |
| - '/api-reference/validate-signature', |
72 |
| - '/api-reference/middleware', |
73 |
| - '/api-reference/exceptions', |
74 |
| - '/api-reference/message-and-event-objects', |
| 70 | + "/api-reference/client", |
| 71 | + "/api-reference/validate-signature", |
| 72 | + "/api-reference/middleware", |
| 73 | + "/api-reference/exceptions", |
| 74 | + "/api-reference/message-and-event-objects", |
75 | 75 | ]
|
76 | 76 | },
|
77 |
| - { |
| 77 | + { |
78 | 78 | title: "Contributing",
|
79 | 79 | collapsable: false,
|
80 | 80 | children: [
|
81 |
| - '/CONTRIBUTING', |
| 81 | + "/CONTRIBUTING", |
82 | 82 | ]
|
83 | 83 | },
|
84 | 84 | ]
|
85 | 85 | }
|
86 | 86 | }
|
87 |
| - |
0 commit comments