-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (162 loc) · 7.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Totem Docs</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Totem Live Accounting Documentation">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!-- Themes -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css"/>
<!-- Code Boxes -->
<link rel="stylesheet" href="path/to/prismjs-theme.css">
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap"
rel="stylesheet">
<!-- Customisation -->
<style>
:root {
--base-color: var(--mono-shade1);
--base-font-weight: normal;
--base-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--blockquote-em-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--blockquote-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--blockquote-quotes-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--heading-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--heading-h1-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--heading-h2-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--heading-h3-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--heading-h4-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--heading-h5-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--heading-h6-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--notice-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--notice-before-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--navbar-menu-margin: 1em;
}
.app-nav>ul>li ul {
right: 100%;
width: 8em;
max-height: calc(100vh);
}
</style>
</head>
<body>
<div data-app id="home">Loading Totem Docs...</div>
<script>
window.$docsify = {
themeable: {
readyTransition: true,
responsiveTables: true
},
pagination: {
// previousText: '上一章节',
// nextText: '下一章节',
crossChapter: true,
crossChapterText: true,
},
footer: {
copy: '<span>© Totem Accounting 2021 | </span>',
// copy: '<span>Authored by Totem Dev Team & Live Accounting Association | <span id="current-year">2018</span>',
auth: 'authored by Totem Dev Team & Live Accounting Association',
// pre: '<hr/>',
style: 'text-align: right;',
// class: 'className',
},
// coverpage: true,
el: '#home',
auto2top: true,
logo: '/_media/new-totem-logo.svg',
name: 'Totem',
// repo: '',
loadSidebar: true,
alias: {
'/.*/_sidebar.md': '/_sidebar.md',
},
subMaxLevel: 1,
sidebarDisplayLevel: 1, // set sidebar display level
loadNavbar: true,
search: 'auto',
search: [
'/',
'/app-docs/identities/identities-backups.md',
'/app-docs/identities/identities-example.md',
'/app-docs/identities/identities-list.md',
'/app-docs/identities/identities-sharing.md',
'/app-docs/identities/identities-visibility.md',
'/app-docs/identities/identities.md',
'/app-docs/activities.md',
'/app-docs/events.md',
'/app-docs/financials.md',
'/app-docs/getting-started.md',
'/app-docs/history.md',
'/app-docs/navigation.md',
'/app-docs/partners.md',
'/app-docs/settings.md',
'/app-docs/tasks.md',
'/app-docs/timekeeping.md',
'/app-docs/transfer.md',
'/app-docs/utilities.md',
'/crowdsale-docs/btc-schedule.md',
'/crowdsale-docs/eth-schedule.md',
'/crowdsale-docs/dot-schedule.md',
// '/crowdsale-docs/ksm-schedule.md',
'/crowdsale-docs/contribution-details.md',
'/crowdsale-docs/contribution-terms.md',
'/crowdsale-docs/crowdsale-at-a-glance.md',
'/crowdsale-docs/crowdsale-faq.md',
'/crowdsale-docs/crowdsale.md',
'/crowdsale-docs/overview-xtx.md',
'/crowdsale-docs/post-crowdsale.md',
'/crowdsale-docs/release-schedule.md',
// '/information/architecture.md',
'/information/chart-of-accounts.md',
'/information/story-so-far.md',
'/information/totem-vs-traditional.md',
'/information/roadmap/features.md',
'/information/roadmap/roadmap.md',
'/totem/privacy.md',
'/totem/terms.md',
'/totem/team/team-core.md',
'/totem/team/team-advisors.md',
'/totem/team/team-extended-dev.md',
'/totem/team/team-operations.md',
'/totem/team/team-security.md',
'/totem/jobs.md',
'/totem/contact.md',
],
// complete configuration parameters
search: {
// maxAge: 86400000, // Expiration time, the default one day
maxAge: 1, // To clear for testing
paths: 'auto',
placeholder: 'Type to search',
// Localization
// placeholder: {
// // '/zh-cn/': '搜索',
// '/': 'Type to search'
// },
noData: 'No Results!',
// Localization
// noData: {
// // '/zh-cn/': '找不到结果',
// '/': 'No Results'
// },
// Headline depth, 1 - 6
depth: 6,
hideOtherSidebarContent: true, // whether or not to hide other sidebar content
}
}
</script>
<script>
document.getElementById("current-year").innerHTML = new Date().getFullYear();
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="//unpkg.com/docsify-footer-enh/dist/docsify-footer-enh.min.js"></script>
</body>
</html>