-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from lnp2pBot/replacin-files
replacing-files
- Loading branch information
Showing
177 changed files
with
852 additions
and
18,482 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,38 @@ | ||
# Documentação em Português | ||
|
||
[Site com a Documentação em Português](https://mostro.network/protocol/) | ||
|
||
## Para contribuidores | ||
|
||
### Requisitos | ||
|
||
* Instalar [Just](https://github.com/casey/just) | ||
```bash | ||
cargo install just | ||
``` | ||
|
||
### Procedimentos | ||
|
||
#### Inicializar o projeto | ||
|
||
Inicializa o projeto de documentação mdBook com as dependências necessárias. | ||
|
||
```bash | ||
just init | ||
``` | ||
|
||
#### Servir localmente | ||
|
||
Inicia um servidor de desenvolvimento local com recarregamento automático para pré-visualização. | ||
|
||
```bash | ||
just serve | ||
``` | ||
|
||
#### Compilar a documentação | ||
|
||
Gera o site de documentação estática para implantação em produção. | ||
|
||
```bash | ||
just build | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.