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
31 lines (27 loc) · 680 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (27 loc) · 680 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
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
- Features: features.md
- Getting Started: getting-started.md
- Installation: installation.md
- Pointwise Dynamic: pointwise_dynamic.md
- Python Tests: pytest_in_flaggems.md
- C++ Tests: ctest_in_flaggems.md
- Operator List: operators.md
- Performance: performance_and_benchmark.md
- Countributing: contribution.md
- Add A C++ wrapper: add_a_cpp_wrapper.md