-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex.html
57 lines (52 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Awesome Tamil NLP Catalog</title>
<meta name="description" content="Tamil NLP & AI Resources - Models, Datasets, Tools, Libraries...">
<meta name="google-site-verification" content="cQFQTPKN6BsTJFXRFJKiondRbz2xXf7sBuYblZhM800" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!-- Docsify Theme -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Tamil NLP Catalog',
repo: 'narVidhai/tamil-nlp-catalog',
logo: '//miro.medium.com/max/435/1*nxCABpSOXUQwJQZQATFkMA.png',
// Logo Credits: https://medium.com/@arun.therocker/why-tamil-is-best-suited-for-natural-language-processing-nlp-a-branch-of-artificial-e2b5f472190d
loadSidebar: true,
subMaxLevel: 3,
themeable: {
readyTransition : true, // default
responsiveTables: true // default
},
executeScript: true,
search: {
depth : 3,
noData : 'No results!',
placeholder: 'Search...'
},
share: {
reddit: true,
linkedin: true,
facebook: true,
twitter: true,
whatsapp: true,
telegram: true,
}
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<!-- docsify-themeable (latest v0.x.x) -->
<script src="//cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>
<!-- Plugins -->
<script src="//cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
<!-- <script src="//cdn.jsdelivr.net/npm/docsify@4/lib/plugins/zoom-image.min.js"></script> -->
<script src="//unpkg.com/docsify-share/build/index.min.js"></script>
</body>
</html>