https://github.com/totvs/tir-docs
https://github.com/totvs/tir-docs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/totvs/tir-docs
- Owner: totvs
- License: mit
- Created: 2020-09-21T18:53:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-20T18:53:44.000Z (about 1 year ago)
- Last Synced: 2025-07-01T18:10:40.416Z (about 1 year ago)
- Size: 35.5 MB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TIR RECORD - mkdocs
## Mkdcos - instalação
```Python
pip install mkdocs
pip install mkdocs-material
```
## mkdocs - comandos
```
mkdocs serve
```
## mkdocs - deploy(GitHub Pages)
[Documentação Mkdocs Deploy](https://www.mkdocs.org/user-guide/deploying-your-docs/)
```
mkdocs gh-deploy
```
[Documentação do Mkdocs](https://www.mkdocs.org/#mkdocs)
[Documentação do tema mateial para mkdocs](https://squidfunk.github.io/mkdocs-material/)