-
Notifications
You must be signed in to change notification settings - Fork 26
/
mkdocs.yml
61 lines (61 loc) · 1.98 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
60
61
site_name: Group Explorer 3.0 Help
site_url: http://nathancarter.github.io/group-explorer/help/
site_description: Help pages for the Group Explorer 3.0 web application
site_author: Nathan Carter, Ray Ellis
repo_url: http://github.com/nathancarter/group-explorer/
repo_name: GitHub
docs_dir: help-src
site_dir: help
dev_addr: 127.0.0.1:8989
markdown_extensions:
- extra
- abbr
- def_list
- fenced_code
- footnotes
- tables
- admonition
- codehilite
- smarty
- toc
- mdx_math
nav:
- Main Help Page: index.md
- Welcome: welcome.md
- Getting Started: gs-index.md
- "": # subtopics within "Getting Started"
- Multiplication Table Overview: gs-mt-intro.md
- Cayley Diagram Overview: gs-cd-intro.md
- Tutorials: tu-index.md
- "": # subtopics within "Tutorials"
- First Tutorial: tu-first.md
- Discovery Tutorial: tu-discovery.md
- Multiplication Table Tutorial: tu-mt-manip.md
- Cayley Diagram Tutorial: tu-cd-manip.md
- Sheets Tutorial: tu-sheets.md
- User Manual: rf-um-index.md
- "": # subtopics within "User Manual"
- Group Theory Terminology: rf-groupterms.md
- Group Explorer Terminology: rf-geterms.md
- Group Info Pages: rf-um-groupwindow.md
- Group Library: rf-um-mainwindow.md
- GAP: rf-um-gap.md
- Visualizers: rf-um-largewindow.md
- Cayley Diagram Options: rf-um-cd-options.md
- Cycle Graph Options: rf-um-cg-options.md
- Multiplication Table Options: rf-um-mt-options.md
- Symmetry Object Options: rf-um-os-options.md
- Subset Options: rf-um-subsetlistbox.md
- Viewing 3D models: rf-um-modelview.md
- Sheet Options: rf-um-sheetwindow.md
- Editing Homomorphisms: rf-um-morphedit.md
- "": # other pages
- Search: search.md
theme:
name: null
custom_dir: 'help-style/'
extra_css:
- w3.css
- w3-theme-blue.css
extra_javascript:
- ge-citations.js