-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
176 lines (171 loc) · 8.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Vivliostyle Pub 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 Pub Docs',
target: '#docute',
plugins: [],
nav: [
{
title: 'Home',
link: '/',
},
{
title: 'Vivliostyle',
link: 'https://vivliostyle.org',
},
{
title: 'GitHub',
link: 'https://github.com/vivliostyle/vivliostyle-pub',
},
],
sidebar: [
{
title: '🚀 Please Read First',
children: [
{ title: 'Quick Start Guide', link: '/readme-first/quick-start-guide-and-required-environment' },
],
},
{
title: '🧰 Preparation',
children: [
{ title: 'How to Get a GitHub Account', link: '/advance-preparation/get-an-account' },
{ title: 'How to Create a Repository', link: '/advance-preparation/how-to-create-a-repository' },
{ title: 'Tasks Required for the First Login', link: '/advance-preparation/login' },
],
},
{
title: '🗄️ - File and Folder Operations',
children: [
{ title: 'Overview of File and Folder Operations', link: '/file-and-folder-operations/overview' },
{ title: 'Operations from the File List Pane', link: '/file-and-folder-operations/file-list-pane-operations' },
{ title: 'Right-Click Menu (File Operations)', link: '/file-and-folder-operations/right-click-menu-on-a-file' },
{ title: 'Right-Click Menu (Folder Operations)', link: '/file-and-folder-operations/right-click-menu-on-a-folder' },
],
},
{
title: '✍️ Creating and Saving Documents',
children: [
{ title: 'Notation for Document Creation', link: '/create-and-save-documents/notation-for-document-creation' },
{ title: 'Image Specification and Caption', link: '/create-and-save-documents/Image-specification-and-caption' },
{ title: 'Saving Documents', link: '/create-and-save-documents/save-document' },
{ title: 'Document Customization', link: '/create-and-save-documents/document-customization.md' },
{ title: 'How to Specify Fonts', link: '/create-and-save-documents/how-to-specify-fonts' },
{ title: 'Additional Information on Fonts', link: '/create-and-save-documents/additional-information-on-fonts' },
],
},
{
title: '👘 Functions of the Actions Menu',
children: [
{ title: 'Setting', link: '/functions-of-the-actions-menu/setting.md' },
{ title: 'Theme', link: '/functions-of-the-actions-menu/theme' },
{ title: 'Add Files', link: '/functions-of-the-actions-menu/add-files' },
{ title: 'Export', link: '/functions-of-the-actions-menu/export' },
{ title: 'Help', link: '/functions-of-the-actions-menu/help' },
],
},
{
title: '👥 - Collaborative Editing by Multiple Users',
children: [
{ title: 'Overview', link: '/multi-user-collaborative-editing/overview' },
{ title: 'Working Procedure (First Part)', link: '/multi-user-collaborative-editing/working-procedure-first-part' },
{ title: 'Working Procedure (Latter Part)', link: '/multi-user-collaborative-editing/working-procedure-latter-part' },
],
},
],
overrides: {
'/': {
language: 'English',
},
'/ja/': {
language: 'Japanese',
nav: [
{
title: 'ホーム',
link: '/ja/',
},
{
title: 'Vivliostyle',
link: 'https://vivliostyle.org/ja/',
},
{
title: 'GitHub',
link: 'https://github.com/vivliostyle/vivliostyle-pub',
},
],
sidebar: [
{
title: '🚀 最初にお読みください',
children: [
{ title: 'クイックスタートガイド', link: '/ja/readme-first/quick-start-guide-and-required-environment' },
],
},
{
title: '🧰 事前準備',
children: [
{ title: 'GitHubアカウントの取得方法', link: '/ja/advance-preparation/get-an-account' },
{ title: 'リポジトリの作成方法', link: '/ja/advance-preparation/how-to-create-a-repository' },
{ title: '最初のログインで必要な作業', link: '/ja/advance-preparation/login' },
],
},
{
title: '🗄️ - ファイルとフォルダの操作',
children: [
{ title: 'ファイルとフォルダ操作の概要', link: '/ja/file-and-folder-operations/overview' },
{ title: 'ファイル一覧ペインからの操作', link: '/ja/file-and-folder-operations/file-list-pane-operations' },
{ title: '右クリックメニュー(ファイル操作)', link: '/ja/file-and-folder-operations/right-click-menu-on-a-file' },
{ title: '右クリックメニュー(フォルダ操作)', link: '/ja/file-and-folder-operations/right-click-menu-on-a-folder' },
],
},
{
title: '✍️ 文書の作成と保存',
children: [
{ title: '文書作成の記法', link: '/ja/create-and-save-documents/notation-for-document-creation' },
{ title: '画像の指定とキャプション', link: '/ja/create-and-save-documents/Image-specification-and-caption' },
{ title: '文書の編集と保存', link: '/ja/create-and-save-documents/save-document' },
{ title: '文書のカスタマイズ', link: '/ja/create-and-save-documents/document-customization.md' },
{ title: 'フォントの指定方法', link: '/ja/create-and-save-documents/how-to-specify-fonts' },
{ title: 'フォントに関する補足情報', link: '/ja/create-and-save-documents/additional-information-on-fonts' },
],
},
{
title: '👘 Actionsメニューの機能',
children: [
{ title: 'Setting(設定)', link: '/ja/functions-of-the-actions-menu/setting.md' },
{ title: ' Theme(スタイル情報の選択)', link: '/ja/functions-of-the-actions-menu/theme' },
{ title: 'Add Files(ファイルの追加)', link: '/ja/functions-of-the-actions-menu/add-files' },
{ title: 'Export(出力)', link: '/ja/functions-of-the-actions-menu/export' },
{ title: 'Help(ヘルプ)', link: '/ja/functions-of-the-actions-menu/help' },
],
},
{
title: '👥 - 複数ユーザーによる共同編集',
children: [
{ title: '概要', link: '/ja/multi-user-collaborative-editing/overview' },
{ title: '作業の手順(前半)', link: '/ja/multi-user-collaborative-editing/working-procedure-first-part' },
{ title: '作業の手順(後半)', link: '/ja/multi-user-collaborative-editing/working-procedure-latter-part' },
],
},
],
},
},
});
</script>
</body>
</html>