-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
154 lines (133 loc) · 5.79 KB
/
index.html
File metadata and controls
154 lines (133 loc) · 5.79 KB
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
<meta name="description" content="Etheria">
<title>Etheria</title>
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:title" content="Etheria">
<meta property="og:description" content="Documentation du projet Etheria">
<meta property="og:image" content="Assets/images/icon/etheriaBanner_00000.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<link rel="apple-touch-icon" sizes="180x180" href="Assets/images/icon/etheria_icon_v1.jpg">
<link rel="icon" type="image/png" sizes="32x32" href="Assets/images/icon/etheria_icon_v1.jpg">
<link rel="icon" type="image/png" sizes="16x16" href="Assets/images/icon/etheria_icon_v1.jpg">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="stylesheet" href="https://gllmar.github.io/docsify-simple-style/docsify-simple-style.css">
<link rel="stylesheet" href="https://gllmar.github.io/docsify-lightbox/docsify-lightbox.css">
<!-- Custom Styles -->
<style>
@font-face {
font-family: 'IPixel';
src: url("./Assets/fonts/I-pixel-u.ttf") format("truetype");
}
:root {
--theme-hue:2;
--theme-link: #ccad53;
--theme-link-hover: #e0be5b;
--theme-background: #231145;
--sidebar-active-text: #ccad53;
--theme-bold-text: #ccad53;
--theme-color: #ccad53;
--theme-highlight: #ccad53;
}
.sidebar-toggle {
background-color: #2d1659;
}
svg {
fill: #ccad53;
}
h1 {
text-transform: uppercase;
}
.markdown-section a:hover {
color: #e0be5b;
}
.markdown-section em {
color: #ccad53;
}
</style>
</head>
<body>
<div id="app"></div>
<script src="https://gllmar.gitlab.io/docsify-ciphertext/decrypt-plugin.js"></script>
<script>
window.$docsify = {
name: 'Etheria',
repo: 'https://github.com/Ethereal-Creators/Etheria',
auto2top: true,
loadSidebar: true, // Enable sidebar loading
subMaxLevel: 4, // Adjust the level to include in TOC
relativePath: true, // relative path enable
search: 'auto',
search: {
paths: 'auto',
placeholder: '🔎',
noData: '📭',
},
pagination: {
previousText: '',
nextText: '',
crossChapter: true,
crossChapterText: true,
},
copyCode: {
buttonText: '📄',
errorText: '⚠️',
successText: '✅ ',
},
unhashtagLinkExtensions: ['.pdf', '.html', '.docx' ,'.pd' ],
plugins: [
window.decryptContentPlugin,
// Lightbox plugin
function (hook, vm) {
hook.doneEach(() => {
import('https://gllmar.github.io/docsify-lightbox/docsify-lightbox.js').then(module => {
const images = document.querySelectorAll('img');
const lightbox = new module.default();
lightbox.initialize(images);
}).catch(err => console.error('Failed to load Lightbox plugin', err));
});
},
// WaveSurfer plugin
function (hook, vm) {
hook.doneEach(() => {
import('https://gllmar.github.io/docsify-wavesurfer-plugin/docsify-wavesurfer-plugin.js').then(module => {
module.initWaveSurfer();
}).catch(err => console.error('Failed to load WaveSurfer plugin', err));
});
}
]
};
</script>
<!-- Required -->
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js"></script>
<!-- Import Mermaid -->
<script type="module">
import mermaid from "https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs";
mermaid.initialize({
startOnLoad: true,
theme: "neutral"
});
window.mermaid = mermaid;
</script>
<script src="//unpkg.com/docsify-mermaid@2.0.1/dist/docsify-mermaid.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
<script src="https://gllmar.github.io/docsify-alert/docsify-alerts.js"></script>
<script src="https://gllmar.github.io/docsify-unhashtaglink/docsify-unhashtaglink.js"></script>
<script src="https://gllmar.github.io/docsify-repo-toolbar/docsify-repo-toolbar.js"></script>
<script src="https://gllmar.github.io/docsify-videoplayer/docsify-videoplayer.js"></script>
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="https://gllmar.github.io/docsify-github-tracker/docsify-github-tracker.js"></script>
<script src="https://gllmar.github.io/docsify-img-caption/docsify-img-caption.js"></script>
<script src="https://gllmar.github.io/docsify-img-grid/docsify-img-grid.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
</body>
</html>