-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (49 loc) · 1.13 KB
/
mkdocs.yml
File metadata and controls
55 lines (49 loc) · 1.13 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
site_name: Markdown Spreadsheet Parser
site_description: A lightweight, pure Python library for parsing Markdown tables.
site_url: https://f-y.github.io/md-spreadsheet-parser/
repo_url: https://github.com/f-y/md-spreadsheet-parser
repo_name: f-y/md-spreadsheet-parser
theme:
name: material
custom_dir: docs/overrides
language: en
icon:
alternate: material/earth
features:
- navigation.sections
- navigation.expand
- content.code.copy
plugins:
- search
- include-markdown
- i18n:
docs_structure: suffix
languages:
- locale: en
default: true
name: English
- locale: ja
name: 日本語
- git-revision-date-localized:
enable_creation_date: true
type: iso_date
timezone: Asia/Tokyo
- mkdocstrings:
handlers:
python:
paths: [src]
options:
show_root_heading: true
show_source: true
extra:
alternate:
- name: English
link: ./
lang: en
- name: 日本語
link: ./ja/
lang: ja
nav:
- Home: index.md
- Cookbook: COOKBOOK.md
- API Reference: api.md