https://github.com/python-microservices/python-microservices.github.io
Documentation of Python Microservices
https://github.com/python-microservices/python-microservices.github.io
Last synced: 6 months ago
JSON representation
Documentation of Python Microservices
- Host: GitHub
- URL: https://github.com/python-microservices/python-microservices.github.io
- Owner: python-microservices
- License: gpl-3.0
- Created: 2020-11-01T19:55:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T19:14:30.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T06:20:25.095Z (9 months ago)
- Homepage: https://python-microservices.github.io/
- Size: 1000 KB
- Stars: 2
- Watchers: 8
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Documentation
This project use MkDocs
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs help` - Print this help message.
## Project layout
```
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
```
## Deploy configuration
```
mkdocs gh-deploy
```