-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (35 loc) · 1.17 KB
/
mkdocs.yml
File metadata and controls
38 lines (35 loc) · 1.17 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
site_name: pancake
repo_name: guibranco/pancake
repo_url: https://github.com/guibranco/pancake
site_url: http://guilhermebranco.com.br
copyright: Guilherme Branco Stracini
extra_css:
- extra.css
theme:
name: dracula
logo: logo.png
favicon: images/favicon.png
icon:
repo: fontawesome/brands/github
nav:
- Pancake Project: index.md
- Changelog: changelog.md
- Contributing: contributing.md
- Installation: installation.md
- License: license.md
- User guide:
- Basic usage: user-guide/basic-usage.md
- Circuit Breaker: user-guid/circuit-breaker.md
- Color: user-guide/color.md
- Database: user-guide/database.md
- GUID (v4): user-guide/guid-v4.md
- GitHub: user-guide/github.md
- Health Checks: user-guide/health-checks.md
- Ip Utils: user-guide/ip-utils.md
- Logger: user-guide/logger.md
- LogStream: user-guide/logstream.md
- Memory Cache: user-guide/memory-cache.md
- One Signal: user-guide/one-signal.md
- Request: user-guide/request.md
- Session Manager: user-guide/session-manager.md
- ShieldsIo: user-guide/shieldsio.md