-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
45 lines (41 loc) · 1.02 KB
/
mkdocs.yml
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
site_name: NCBS Hippo
author: Dilawar Singh <[email protected]>
site_url: https://ncbs.res.in/hippo
site_author: Dilawar Singh <[email protected]>
copyright: 'Copyright © 2016-2020 Dilawar Singh'
repo_url: https://gitlab.com/dilawar/Hippo
theme:
name: material
logo: images/logo.svg
highlightjs: true
hljs_languages:
- php
- python
nav:
- Home: index.md
- User Manual: user_manual.md
- BookMyVenue Admin manual: bmv_admin_manual.md
- Acadmic Admin Manual: acadmic_admin_manual.md
- System Admin Manual: system_admin_manual.md
- Developer Document: developer.md
- Bug tracker: https://github.com.com/dilawar/hippo/issues
extra_css: [extra.css]
plugins:
- search
- macros
markdown_extensions:
- admonition
- toc:
permalink: True
- attr_list
- footnotes
- pymdownx.caret
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: True
- pymdownx.tilde