Skip to content

Commit

Permalink
Atualização da documentação | Sprint 14
Browse files Browse the repository at this point in the history
  • Loading branch information
raissamsoliveira committed Aug 1, 2024
1 parent 8873b34 commit be6c941
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 297 deletions.
9 changes: 9 additions & 0 deletions docs/.hintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": [
"development"
],
"hints": {
"meta-viewport": "off",
"no-protocol-relative-urls": "off"
}
}
3 changes: 3 additions & 0 deletions docs/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
14 changes: 7 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ A seguir, temos a lista de repositórios utilizados pelo time de desenvolvimento
* [Data Processing](https://github.com/Wildemberg-Projects/querido-diario-data-processing)
* [Raspadores](https://github.com/okfn-brasil/querido-diario)

## Contribuidores
## Desenvolvedores

| Foto | Nome | Github | Email |
| :------------------------------------------------------: | :--------------: | :-------------------------------------------------------------------: | :-------------------------------: |
| <img src="./imagens/arthur-profile.jpg" width="150px" /> | Arthur Ferreira | [ArthurFerreiraRodrigues](https://github.com/ArthurFerreiraRodrigues) | [email protected] |
| <img src="./imagens/cristian.jpeg" width="150px" /> | Cristian Furtado | [csafurtado](https://github.com/csafurtado) | [email protected] |
| <img src="./imagens/ester.jpg" width="150px" /> | Ester Lino | [esteerlino](https://github.com/esteerlino) | [email protected] |
| <img src="./imagens/pedro.webp" width="150px" /> | Pedro Cabeceira | [pkbceira03](https://github.com/pkbceira03) | [email protected] |
| <img src="./imagens/raissa.webp" width="150px" /> | Raissa Oliveira | [raissamsoliveira](https://github.com/raissamsoliveira) | [email protected] |
| <img src="./imagens/will.jpeg" width="150px" /> | Wildemberg Sales | [wildemberg-sales](https://github.com/wildemberg-sales) | [email protected] |
| <img src="./imagens/arthur-profile.jpg" width="100px" /> | Arthur Ferreira | [ArthurFerreiraRodrigues](https://github.com/ArthurFerreiraRodrigues) | [email protected] |
| <img src="./imagens/cristian.jpeg" width="100px" /> | Cristian Furtado | [csafurtado](https://github.com/csafurtado) | [email protected] |
| <img src="./imagens/ester.jpg" width="100px" /> | Ester Lino | [esteerlino](https://github.com/esteerlino) | [email protected] |
| <img src="./imagens/pedro.webp" width="100px" /> | Pedro Cabeceira | [pkbceira03](https://github.com/pkbceira03) | [email protected] |
| <img src="./imagens/raissa.webp" width="100px" /> | Raissa Oliveira | [raissamsoliveira](https://github.com/raissamsoliveira) | [email protected] |
| <img src="./imagens/will.jpeg" width="100px" /> | Wildemberg Sales | [wildemberg-sales](https://github.com/wildemberg-sales) | [email protected] |

1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- [Sprint 11](/equipe/sprints/sprint11.md)
- [Sprint 12](/equipe/sprints/sprint12.md)
- [Sprint 13](/equipe/sprints/sprint13.md)
- [Sprint 14](/equipe/sprints/sprint14.md)
- [Reuniões](/equipe/reunioes/atas.md)
- [Ata 01](/equipe/reunioes/ata1.md)
- [Ata 02](/equipe/reunioes/ata2.md)
Expand Down
4 changes: 3 additions & 1 deletion docs/ambiente/configuracao_ambiente.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ make build

``` bash
make setup
```

## **Observação**

Expand Down Expand Up @@ -183,4 +184,5 @@ Algumas maneiras úteis de usar o ambiente de desenvolvimento:
| 1.2 | 23/04/2024 | Atualização do documento e inclusão do erro com a porta 8000 | [Ester Lino](https://github.com/esteerlino) | [Raissa Oliveira](https://github.com/raissamsoliveira) |
| 1.3 | 25/05/2024 | Atualização do documento incluindo detalhes do podman, apache tika, ordem dos comandos no raspador e comando para instalar o nvm | [Cristian Furtado](https://github.com/csafurtado) | [Ester Lino](https://github.com/esteerlino) |
| 1.4 | 26/06/2024 | Conserto da ordem de execução dos comandos do data-processing | [Cristian Furtado](https://github.com/csafurtado) | [Ester Lino](https://github.com/esteerlino) |
| 1.5 | 05/07/2024 | Ajuste de erros no documento e correção da ordem de execução dos comandos do front-end | [Raissa Oliveira](https://github.com/raissamsoliveira) | [Ester Lino](https://github.com/esteerlino) |
| 1.5 | 05/07/2024 | Ajuste de erros no documento e correção da ordem de execução dos comandos do front-end | [Raissa Oliveira](https://github.com/raissamsoliveira) | [Ester Lino](https://github.com/esteerlino) |
| 1.6 | 01/08/2024 | Ajuste de erros no documento | [Raissa Oliveira](https://github.com/raissamsoliveira) | [Ester Lino](https://github.com/esteerlino) |
Loading

0 comments on commit be6c941

Please sign in to comment.