8000 Updated docs design · python-microservices/pyms@b3a6a64 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3a6a64

Browse files
committed
Updated docs design
1 parent 64d150b commit b3a6a64

File tree

3 files changed

+100
-70
lines changed

3 files changed

+100
-70
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ flake8 = "*"
2626
tox = "*"
2727
bandit = "*"
2828
mkdocs = "*"
29+
mkdocs-material = "*"
2930
lightstep = "==4.3.0"
3031

3132
[requires]

Pipfile.lock

Lines changed: 89 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mkdocs.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,14 @@ repo_name: GitHub
55
site_author: Alberto Vara
66
nav:
77
- Home: index.md
8+
- Installation: installation.md
9+
- Quickstart: quickstart.md
10+
- Configuration: configuration.md
11+
- Services: services.md
812
- Structure: structure.md
9-
theme: readthedocs
13+
- Microservice class: ms_class.md
14+
- Examples: examples.md
15+
- Routing: installation.md
16+
- Structure of a microservice project: structure_project.md
17+
theme:
18+
name: 'material'

0 commit comments

Comments
 (0)
0