-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs-zh.yml
More file actions
42 lines (37 loc) · 1.15 KB
/
mkdocs-zh.yml
File metadata and controls
42 lines (37 loc) · 1.15 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
INHERIT: utils/mkdocs-base.yml
docs_dir: 'docs/zh'
site_dir: 'site/zh'
site_name: 香山开源处理器用户手册
repo_url: https://github.com/OpenXiangShan/XiangShan-User-Guide
repo_name: XiangShan-User-Guide
markdown_extensions:
replace_variables:
yaml_file: docs/variables-zh.yml
extra:
scope: /
back_to_home:
url: https://docs.xiangshan.cc/
title: 回到香山文档首页
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:
- 前言: index.md
- 概述: introduction.md
- 微架构简介: processor.md
- 指令集: instruction-set.md
- 数据寄存器: registers.md
- 特权模式与控制状态寄存器: mode-and-csr.md
- 异常与中断: exception-and-interrupt.md
- 内存模型: memory-model.md
- 内存子系统: memory-subsystem.md
- 向量: vector.md
- 中断控制器: interruption-controller.md
- 总线接口: bus-interface.md
- 调试: debug.md
- 性能监测单元: performance-monitor.md
- 严重错误: critical-error.md