-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathmkdocs.yml
45 lines (44 loc) · 1.48 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: Weka Wiki
site_url: https://github.com/Waikato/weka-wiki
site_description: Documention on Weka that can also be found in the manual and the example archive that comes with each Weka download (zip or installer).
repo_url: https://github.com/Waikato/weka-wiki
edit_uri: edit/master/docs/
theme:
name: material
markdown_extensions:
- toc:
baselevel: 3
permalink: "#"
- attr_list
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
# if page names start with a blank, eg ' Some name', then they get
# excluded from the navigation on the left-hand side
nav:
- 'Home': index.md
- 'Downloading and installing Weka': downloading_weka.md
- 'Requirements': requirements.md
- 'Documentation': documentation.md
- 'Getting help': getting_help.md
- 'Citing Weka': citing_weka.md
- 'Literature': literature.md
- 'Development': development.md
- 'History': history.md
- 'Resources':
- 'FAQ': faq.md
- 'Not so FAQ': not_so_faq.md
- 'Troubleshooting': troubleshooting.md
- 'Using the API': using_the_api.md
- 'Extending Weka': extending_weka.md
- 'ARFF Format': formats_and_processing/arff.md
- 'Primer' : primer.md
- 'Datasets' : datasets.md
- 'Visualization Articles' : visualization_articles.md
- 'Properties File' : properties_file.md
- 'Packages': packages/index.md
- 'Experimenter' : experimenter/experimenter.md