-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
206 lines (204 loc) Β· 7.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Vivliostyle Docs</title>
<link rel="icon" href="images/vivliostyle-icon.png" />
<link rel="stylesheet" href="https://unpkg.com/docute@4/dist/docute.css" />
</head>
<body>
<div id="docute"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/index.min.js"></script>
<script src="https://unpkg.com/docute@4/dist/docute.js"></script>
<script>
if (location.hash.indexOf('%23')) {
// fix %-encoded '#' in hash
location.hash = location.hash.replace('%23', '#');
}
Vue.use(window['vue-js-toggle-button'].default);
new Docute({
title: 'Vivliostyle Docs',
target: '#docute',
plugins: [],
nav: [
{
title: 'Home',
link: '/',
},
{
title: 'Vivliostyle',
link: 'https://vivliostyle.org',
},
{
title: 'GitHub',
link: 'https://github.com/vivliostyle',
},
],
sidebar: [
{
title: 'π User Guides',
children: [
{ title: 'Vivliostyle Viewer', link: '/vivliostyle-viewer' },
{ title: 'Vivliostyle CLI', link: 'https://github.com/vivliostyle/vivliostyle-cli/blob/main/docs/index.md' },
{ title: 'Create Book', link: '/create-book' },
],
},
{
title: 'π Contribution Guides',
children: [
{ title: 'Vivliostyle.js', link: '/contribution-guide' },
{ title: 'Vivliostyle CLI', link: 'https://github.com/vivliostyle/vivliostyle-cli/blob/main/CONTRIBUTING.md' },
{ title: 'Vivliostyle Themes', link: 'https://github.com/vivliostyle/themes/blob/master/CONTRIBUTING.md' },
{ title: 'VFM', link: 'https://github.com/vivliostyle/vfm/blob/master/CONTRIBUTING.md' },
],
},
{
title: 'π References',
children: [
{
title: '𧴠Supported CSS Features',
link: '/supported-css-features',
},
{ title: 'πͺ Core API Reference', link: '/api' },
{
title: 'β¨οΈ Vivliostyle CLI',
link:
'https://github.com/vivliostyle/vivliostyle-cli/blob/main/README.md#readme',
},
{
title: 'β‘οΈ Create Book',
link: 'https://github.com/vivliostyle/create-book#readme',
},
{
title: 'β¬οΈ VFM',
link: 'https://vivliostyle.github.io/vfm/#/vfm',
},
{
title: 'π
Vivliostyle Themes',
link: 'https://github.com/vivliostyle/themes/blob/main/docs/index.md',
},
],
},
{
title: 'Releases',
children: [
{
title: 'π Vivliostyle.js Releases',
link: 'https://vivliostyle.github.io/',
},
],
},
{
title: 'Community',
children: [
{
title: 'π Vivliostyle Community',
link: 'https://vivliostyle.org/community/',
},
{
title: 'πΆ Awesome Vivliostyle',
link:
'https://github.com/vivliostyle/awesome-vivliostyle#readme',
},
],
},
],
overrides: {
'/': {
language: 'English',
},
'/ja/': {
language: 'Japanese',
nav: [
{
title: 'γγΌγ ',
link: '/ja/',
},
{
title: 'Vivliostyle',
link: 'https://vivliostyle.org/ja/',
},
{
title: 'GitHub',
link: 'https://github.com/vivliostyle',
},
],
sidebar: [
{
title: 'π γ¦γΌγΆγΌγ¬γ€γ',
children: [
{ title: 'Vivliostyle Viewer', link: '/ja/vivliostyle-viewer' },
{ title: 'Vivliostyle CLI', link: 'https://github.com/vivliostyle/vivliostyle-cli/blob/main/docs/ja/index.md' },
{ title: 'Create Book', link: '/ja/create-book' },
],
},
{
title: 'π γ³γ³γγͺγγ₯γΌγ·γ§γ³γ¬γ€γ',
children: [
{ title: 'Vivliostyle.js', link: '/ja/contribution-guide' },
{ title: 'Vivliostyle CLI', link: 'https://github.com/vivliostyle/vivliostyle-cli/blob/main/CONTRIBUTING.md' },
{ title: 'Vivliostyle Themes', link: 'https://github.com/vivliostyle/themes/blob/master/CONTRIBUTING.md' },
{ title: 'VFM', link: 'https://github.com/vivliostyle/vfm/blob/master/CONTRIBUTING.md' },
],
},
{
title: 'π γͺγγ‘γ¬γ³γΉ',
children: [
{
title: '𧴠γ΅γγΌγγγ CSS ζ©θ½',
link: '/ja/supported-css-features',
},
{ title: 'πͺ Core API γͺγγ‘γ¬γ³γΉ', link: '/ja/api' },
{
title: 'β¨οΈ Vivliostyle CLI',
link:
'https://github.com/vivliostyle/vivliostyle-cli/blob/main/README.md#readme',
},
{
title: 'β‘οΈ Create Book',
link: 'https://github.com/vivliostyle/create-book#readme',
},
{
title: 'β¬οΈ VFM',
link: 'https://vivliostyle.github.io/vfm/#/ja/vfm',
},
{
title: 'π
Vivliostyle Themes',
link: 'https://github.com/vivliostyle/themes/blob/main/docs/ja/index.md',
},
],
},
{
title: 'γͺγͺγΌγΉ',
children: [
{
title: 'π Vivliostyle.js Releases',
link: 'https://vivliostyle.github.io/',
},
],
},
{
title: 'γ³γγ₯γγγ£',
children: [
{
title: 'π Vivliostyle γ³γγ₯γγγ£',
link: 'https://vivliostyle.org/ja/community/',
},
{
title: 'πΆ Awesome Vivliostyle',
link:
'https://github.com/vivliostyle/awesome-vivliostyle#readme',
},
],
},
],
},
},
});
</script>
</body>
</html>