-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (27 loc) · 778 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (27 loc) · 778 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
26
27
28
29
site_name: NERDSS Tutorials
site_url: https://sikaoguo22.github.io/NERDSSTutorial/
repo_url: https://github.com/mjohn218/NERDSS
repo_name: NERDSS Repo
theme:
name: 'material'
logo: 'images/nerdss_logo.png'
favicon: 'images/favicon.ico'
features:
- navigation.tabs
- navigation.instant
- search.suggest
footer:
copyright: '© 2023 NERDSS'
nav:
- Home: index.md
- Installation: installation.md
- Basic Usage: basic_usage.md
- Tutorials:
- GetMolGeometryFromPDBStructure: getMolGeometryFromPDBStructure.md
- ClathrinAssembly: clathrinAssembly.md
- VirusAssembly: virusAssembly.md
- DataAnalysisOfOutput: dataAnalysis.md
- Community:
- GitHub: https://github.com/mjohn218/NERDSS
- FAQs: faqs.md
- Publications: pub.md