forked from p4-jp-community/p4-16-spec-jp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (62 loc) · 2.6 KB
/
mkdocs.yml
File metadata and controls
62 lines (62 loc) · 2.6 KB
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
site_name: P4_16 Language Specification 非公式日本語訳
site_url: https://p4-jp-community.github.io/p4-16-spec-jp/
repo_url: https://github.com/p4-jp-community/p4-16-spec-jp/
nav:
- Home: index.md
- "Chapter 01: 適用範囲": chapters/chapter-01/index.md
- "Chapter 02: 用語、定義、および記号": chapters/chapter-02/index.md
- "Chapter 03: 概要": chapters/chapter-03/index.md
- "Chapter 04: Architecture Model": chapters/chapter-04/index.md
- "Chapter 05: Example: A very simple switch": chapters/chapter-05/index.md
- "Chapter 06: P4 language definition": chapters/chapter-06/index.md
- "Chapter 07: P4 data types": chapters/chapter-07/index.md
- "Chapter 08: Expressions": chapters/chapter-08/index.md
- "Chapter 09: Compile-time size determination": chapters/chapter-09/index.md
- "Chapter 10: Function declarations": chapters/chapter-10/index.md
- "Chapter 11: Constants and variable declarations": chapters/chapter-11/index.md
- "Chapter 12: Statements": chapters/chapter-12/index.md
- "Chapter 13: Packet parsing": chapters/chapter-13/index.md
- "Chapter 14: Control blocks": chapters/chapter-14/index.md
- "Chapter 15: Parameterization": chapters/chapter-15/index.md
- "Chapter 16: Deparsing": chapters/chapter-16/index.md
- "Chapter 17: Architecture description": chapters/chapter-17/index.md
- "Chapter 18: P4 abstract machine: Evaluation": chapters/chapter-18/index.md
- "Chapter 19: Static assertions": chapters/chapter-19/index.md
- "Chapter 20: Annotations": chapters/chapter-20/index.md
- Appendices:
- "Appendix A: Revision History": chapters/appendix-A/index.md
- "Appendix B: P4 reserved keywords": chapters/appendix-B/index.md
- "Appendix C: P4 reserved annotations": chapters/appendix-C/index.md
- "Appendix D: P4 core library": chapters/appendix-D/index.md
- "Appendix E: Checksums": chapters/appendix-E/index.md
- "Appendix F: Restrictions on compile time and run time calls": chapters/appendix-F/index.md
- "Appendix G: P4 grammar": chapters/appendix-G/index.md
- Legal:
- NOTICE: notice.md
- LICENSE: license.md
theme:
name: material
language: ja
custom_dir: overrides
features:
- announce.dismiss
- navigation.footer
- navigation.top
- navigation.tracking
- navigation.instant
extra_css:
- stylesheets/announce.css
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.snippets:
base_path:
- docs
check_paths: true
extra:
search:
language: "ja"
social:
- icon: material/github
link: https://github.com/p4-jp-community/p4-16-spec-jp