-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
75 lines (75 loc) · 2.08 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
site_name: rules_ll
site_url: https://ll.eomii.org/
repo_name: eomii/rules_ll
repo_url: https://github.com/eomii/rules_ll/
copyright: Copyright 2022 eomii
edit_uri: ""
extra:
generator: false
theme:
name: material
palette:
scheme: eomii
primary: white
icon:
logo: material/heart
repo: fontawesome/brands/github
font:
text: Fira Sans
code: Fira Code
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.indexes
extra_css:
- stylesheets/extra.css
markdown_extensions:
- attr_list
- def_list
- md_in_html
- admonition
- pymdownx.highlight:
use_pygments: true
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
nav:
- Home:
- index.md
- Code of conduct: CODE_OF_CONDUCT.md
- Contributing: CONTRIBUTING.md
- Security: SECURITY.md
- Setup:
- setup/setup.md
- setup/remote_execution.md
- Rules: rules/defs.md
- Guides:
- guides/index.md
- Clang-tidy: guides/clang_tidy.md
- C++ Modules: guides/modules.md
- CUDA and HIP: guides/cuda_and_hip.md
- External dependencies: guides/external_dependencies.md
- Sanitizers: guides/sanitizers.md
- Reference:
- reference/index.md
- //ll:actions: reference/actions.md
- //ll:args: reference/args.md
- //ll:attributes: reference/attributes.md
- //ll:compilation_database: reference/compilation_database.md
- //ll:coverage: reference/coverage.md
- //ll:defs: reference/defs.md
- //ll:driver: reference/driver.md
- //ll:environment: reference/environment.md
- //ll:inputs: reference/inputs.md
- //ll:ll: reference/ll.md
- //ll:llvm_project_deps: reference/llvm_project_deps.md
- //ll:outputs: reference/outputs.md
- //ll:providers: reference/providers.md
- //ll:resolve_rule_inputs: reference/resolve_rule_inputs.md
- //ll:toolchain: reference/toolchain.md
- //ll:tools: reference/tools.md
- //ll:transitions: reference/transitions.md