-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
59 lines (55 loc) · 1.84 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
site_name: Mol* Viewer Documentation
theme:
name: null
custom_dir: mkdocs-material/material
# 404 page
static_templates:
- 404.html
# Necessary for search to work properly
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
features:
- navigation.instant
- navigation.tracking
nav:
- Home: 'index.md'
- Images/Movies: 'Images_Movies.md'
- Common Actions: 'common-actions.md'
- Examples: 'examples.md'
- FAQ: 'faqs-scenarios.md'
- Glossary: 'glossary.md'
- Integrations: 'integrations.md'
- Making Selections: 'making-selections.md'
- Managing the display: 'managing-the-display.md'
- Maneuvering in Mol*: 'maneuvering-in-mol_.md'
- Mol* Cheat Sheet: 'mol_-cheat-sheet.md'
- Navigating by Sequence: 'navigating-by-sequence.md'
- Query Parameters: 'query-parameters.md'
- Tips:
- Illustrative Style: 'tips/illustrative-style/index.md'
- Measurements: 'tips/measurements/index.md'
- Movie Export: 'tips/movie-export/index.md'
- Quick Styles: 'tips/quick-styles/index.md'
- URL Parameters: 'tips/url-parameters/index.md'
- Version 3: 'tips/v3/index.md'
- Volumes and Segmentations:
- Overview: 'volumes_and_segmentations/overview.md'
- How To: 'volumes_and_segmentations/how-to.md'
- Examples: 'volumes_and_segmentations/examples.md'
- Database Contents: 'volumes_and_segmentations/database-contents.md'
- Known Issues: 'volumes_and_segmentations/known-issues.md'
- Hosting Locally: 'volumes_and_segmentations/running-molstarvs-locally.md'
- Extensions:
- MolViewSpec: 'extensions/mvs.md'
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
repo_url: https://github.com/molstar/viewer-docs