forked from flagos-ai/FlagGems
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (26 loc) · 666 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (26 loc) · 666 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
plugins:
- awesome-pages
- include-markdown
site_name: FlagGems
theme:
name: material
language: en
features:
- content.code.copy
markdown_extensions:
- codehilite:
guess_lang: false
- pymdownx.highlight
- pymdownx.superfences
docs_dir: docs
nav:
- Introduction: index.md
- Get Start: get_start_with_flaggems.md
- Installation: installation.md
- Pointwise Dynamic: pointwise_dynamic.md
- Python Tests: pytest_in_flaggems.md
- C++ Tests: ctest_in_flaggems.md
- Operator List: operator_list.md
- Performance: performance_and_benchmark.md
- Countributing: code_countribution.md
- Add A C++ wrapper: add_a_cpp_wrapper.md