Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ venv.bak/

# mkdocs documentation
/site
docs/site/

# mypy
.mypy_cache/
Expand Down
9 changes: 6 additions & 3 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ docs_dir: src
nav:
- Home:
- libCacheSim Python: index.md
- Getting Started:
- getting_started/quickstart.md
- Getting Started:
- getting_started/installation.md
- getting_started/quickstart.md
- Examples:
- examples/reader.md
- examples/simulation.md
Expand Down Expand Up @@ -85,11 +85,14 @@ plugins:
build: true
nav_translations:
Home: 首页
Getting Started: 快速开始
Getting Started: 入门指南
User Guide: 用户指南
Developer Guide: 开发者指南
API Reference: API参考
Examples: 使用示例
FAQ: 常见问题
General: 总览
API Documentation: API 文档

markdown_extensions:
- attr_list
Expand Down
Loading
Loading