forked from WGLab/InterVar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
25 lines (23 loc) · 752 Bytes
/
mkdocs.yml
File metadata and controls
25 lines (23 loc) · 752 Bytes
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
site_name: InterVar Documentation
site_url: http://intervar.openbioinformatics.org/
repo_url: http://github.com/WGLab/doc-ANNOVAR/
repo_name: GitHub
site_description: Documentation for the InterVar software
site_author: Quan Li, Kai Wang
site_favicon: favicon.ico
copyright: 2015-2015 InterVar
google_analytics: ['UA-48623707-1', 'intervar.openbioinformatics.org']
docs_dir: docs/
include_search: true
pages:
- InterVar: index.md
- User Guide:
- Download InterVar: user-guide/download.md
- Quick Start-Up Guide: user-guide/startup.md
- Manual: user-guide/manual.md
- Misc:
- FAQ: misc/faq.md
- What is New: misc/whatsnew.md
- Version History: misc/version_history.md
- Credit: misc/credit.md
- How to Contribute: misc/contributing.md