-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (53 loc) · 1.57 KB
/
index.html
File metadata and controls
56 lines (53 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Jste Documentation</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="icon" href="assets/img/favicon.ico">
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="assets/CSS/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
search: 'auto', // default
search: [
'/en/',
'/arz/',
'/ar/'
],
search: {
maxAge: 86400000,
placeholder: {
'/arz/': 'اعمل سيرش',
'/ar/': 'ابحث',
'/en-us/': 'Search',
'/en-uk/': 'Search'
},
noData: {
'/arz/': 'مفيش حاجة اسمها كدة!',
'/ar/': 'لم يتم العثور على نتائج!',
'/en-us/': 'No Results Has Been Found !',
'/en-uk/': 'No Results Has Been Found !'
}
},
onlyCover: true,
coverpage: {
'/': 'coverpage.md',
'/en-us/': 'coverpage.md',
'/en-uk/': 'coverpage.md',
'/arz/': 'coverpage.md',
'/ar/': 'coverpage.md'
}
}
</script>
<script src="assets/JS/docsify.js"></script>
<script src="assets/JS/docsify-copy-code.min.js"></script>
<script src="assets/JS/front-matter.min.js"></script>
<script src="assets/JS/emoji.min.js"></script>
<script src="assets/JS/search.min.js"></script>
</body>
</html>