-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
45 lines (40 loc) · 1.13 KB
/
mkdocs.yml
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
site_name: Kiss-Headers
site_description: Python package for object oriented headers, HTTP/1.1 style. Parse headers to objects.
site_url: https://jawah.github.io/kiss-headers
theme:
name: 'material'
icon:
logo: material/library
repo: fontawesome/brands/git-alt
palette:
primary: 'teal'
accent: 'deep orange'
repo_name: jawah/kiss-headers
repo_url: https://github.com/jawah/kiss-headers/
edit_uri: "https://github.com/jawah/kiss-headers/tree/master/docs"
nav:
- Introduction: 'index.md'
- The Theory: 'the-theory.md'
- Usages :
- Quick Start: 'quickstart.md'
- Advanced Tips:
- Headers: 'advanced-headers.md'
- Header: 'advanced-header.md'
- Polymorphism: 'polymorphism.md'
- The Builder: 'the-builder.md'
- Explain Headers: 'explain-headers.md'
- Email: 'imap.md'
- Developer Interface:
- API: 'APIs/functions.md'
- Models: 'APIs/models.md'
- Custom Headers: 'APIs/custom-headers.md'
- Utils: 'APIs/others.md'
- Contributing: 'contributing.md'
markdown_extensions:
- extra
- smarty
- codehilite
- admonition
- mkautodoc
extra_css:
- custom.css