-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs-en.yml
More file actions
44 lines (38 loc) · 1.18 KB
/
mkdocs-en.yml
File metadata and controls
44 lines (38 loc) · 1.18 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
INHERIT: utils/mkdocs-base.yml
docs_dir: 'docs/en'
site_dir: 'site/en'
site_name: XiangShan User Guide
repo_url: https://github.com/OpenXiangShan/XiangShan-User-Guide
repo_name: XiangShan-User-Guide
theme:
language: en
markdown_extensions:
replace_variables:
yaml_file: docs/variables-en.yml
extra:
scope: /
back_to_home:
url: https://docs.xiangshan.cc/
title: Back to XiangShan Documentation Home
alternate:
- name: 中文
link: https://docs.xiangshan.cc/projects/user-guide/zh-cn/latest/
lang: zh
- name: English
link: https://docs.xiangshan.cc/projects/user-guide/en/latest/
lang: en
nav:
- Preface: index.md
- Introduction: introduction.md
- Microarchitecture: processor.md
- Instruction Set: instruction-set.md
- Data Registers: registers.md
- Privileged Modes and Control Status Registers: mode-and-csr.md
- Exceptions and Interrupts: exception-and-interrupt.md
- Memory Model: memory-model.md
- Memory Subsystem: memory-subsystem.md
- Vector: vector.md
- Interrupt Controller: interruption-controller.md
- Bus Interface: bus-interface.md
- Debug Module: debug.md
- Performance Monitor: performance-monitor.md