-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (27 loc) · 970 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
33 lines (27 loc) · 970 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
30
31
32
33
site_name: FEntwumS Documentation
site_url: https://fentwums.github.io/docs/
site_description: Documentation for the FEntwumS IDE Project
theme:
name: readthedocs # You can change this to another theme if you like.
markdown_extensions:
- markdown.extensions.md_in_html
- toc:
permalink: true
- codehilite:
guess_lang: false
nav:
- Home: index.md
- User Guide:
- Design Tools: user_guide/design_tools.md
- OneWare: user_guide/oneware.md
- Developer Guide:
- Netlist Viewer:
- Development setup: developer_guide/netlist_viewer/development_setup.md
- Backend API information: developer_guide/netlist_viewer/api_information.md
- Extra layout options: developer_guide/netlist_viewer/extra_layout_options.md
- Waveform Interactor:
- Implementation Approach: developer_guide/netlist_viewer/waveform_interactor/approach.md
- About: about.md
plugins:
- search
repo_url: https://github.com/fentwums