Skip to content

Commit

Permalink
atualizar documentação
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloHFS committed Aug 1, 2023
1 parent b4174ff commit 9169a6c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Obrigado por pensar em fazer isso

### Contribuição com código

1. Abra uma issue sobre a mudança proposta.
2. Se a sua mudança proposta for aprovada, faça um fork deste repositório e faça as alterações.
3. Abra um PR contra o último branch 'develop'. Adicione uma boa descrição no PR.
4. Está feito!
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Website
# Guardians Institucional

## Como contribuir

Leia o [CONTRIBUTING.md](CONTRIBUTING.md) para saber como contribuir com o projeto.

## Como rodar o projeto

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

Expand Down Expand Up @@ -26,16 +32,18 @@ This command generates static content into the `build` directory and can be serv

### Deployment

Using SSH:
O site é hospedado no [Github Pages](https://pages.github.com/) e é atualizado automaticamente quando um commit é feito no branch `main`. Para mais informações, leia a [documentação do Docusaurus](https://docusaurus.io/docs/deployment#deploying-to-github-pages) e os workflows de CI/CD no em `.github/workflows/`.

```
Para fazer o deploy manualmente, execute o seguinte comando:

Usando SSH:

```bash
USE_SSH=true yarn deploy
```

Not using SSH:
Não usando SSH:

```
```bash
GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.

0 comments on commit 9169a6c

Please sign in to comment.