-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correção de links + criação de txt comandos mkdocs
- Loading branch information
1 parent
52b5b10
commit 2e35e89
Showing
5 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Instalar mkdocs, tema e extensões: | ||
|
||
``` | ||
pip install mkdocs | ||
pip install mkdocs-material | ||
pip install pymdown-extensions | ||
``` | ||
|
||
Comandos do mkdocs. Devem ser executados do interior do diretório | ||
redhbr_site. | ||
|
||
# Para rodar o site localmente | ||
`mkdocs serve` | ||
|
||
# para construir o site | ||
`mkdocs build` | ||
|
||
# Para fazer o deploy do site no branch gh-pages e publicá-lo automaticamente | ||
`mkdocs gh-deploy` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters