-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (29 loc) · 801 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (29 loc) · 801 Bytes
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
site_name: statcppCLI
site_description: Command-line statistics tool built on the C++17 header-only statistics library statcpp
site_url: https://mitsuruk.github.io/statcppCLI/
theme:
name: material
palette:
scheme: default
primary: teal
accent: teal
features:
- navigation.sections
- navigation.expand
- content.code.copy
nav:
- Home: index.md
- English:
- Command Reference: commands.md
- Design Guide: design.md
- Test Reference: test-reference.md
- Changelog: CHANGELOG.md
- 日本語:
- コマンドリファレンス: commands-ja.md
- 設計ガイド: design-ja.md
- テストリファレンス: test-reference-ja.md
- 変更履歴: CHANGELOG.md
markdown_extensions:
- tables
- fenced_code
- codehilite