-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1679401
commit 7b0b7fb
Showing
5 changed files
with
52 additions
and
12 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,20 @@ | ||
# Grupo Querido Diário | ||
|
||
<img src="./images/logo-querido-diario.jpeg" /> | ||
|
||
Este repositório é destinado a documentação do processo de evolução de software do projeto de código aberto [Querido Diário](https://queridodiario.ok.org.br/). | ||
A seguir temos a lista de repositórios utilizados pelo time de desenvolvimento para a evolução deste software: | ||
|
||
* [Front-End](https://github.com/Wildemberg-Projects/querido-diario-frontend) | ||
* [Back-End](https://github.com/Wildemberg-Projects/querido-diario-backend) | ||
* [API](https://github.com/Wildemberg-Projects/querido-diario-api) | ||
|
||
|
||
## Contribuidores | ||
| Foto | Nome | Github | Email | | ||
| :--: | :--: | :----: | :---: | | ||
| | Arthur Ferreira | [ArthurFerreiraRodrigues](https://github.com/ArthurFerreiraRodrigues) | [email protected] | | ||
| | Ester Lino | [esteerlino](https://github.com/esteerlino) | [email protected] | | ||
| | Cristian Furtado | [csafurtado](https://github.com/csafurtado) | [email protected] | | ||
| | Raissa Oliveira | [raissamsoliveira](https://github.com/raissamsoliveira) | [email protected] | | ||
| <img src="./images/will.jpeg" width="200px" /> | Wildemberg Sales | [wildemberg-sales](https://github.com/wildemberg-sales) | [email protected] | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,17 +1,20 @@ | ||
# Welcome to MkDocs | ||
# Grupo Querido Diário | ||
|
||
For full documentation visit [mkdocs.org](https://www.mkdocs.org). | ||
<img src="./images/logo-querido-diario.jpeg" /> | ||
|
||
## Commands | ||
Este repositório é destinado a documentação do processo de evolução de software do projeto de código aberto [Querido Diário](https://queridodiario.ok.org.br/). | ||
A seguir temos a lista de repositórios utilizados pelo time de desenvolvimento para a evolução deste software: | ||
|
||
* `mkdocs new [dir-name]` - Create a new project. | ||
* `mkdocs serve` - Start the live-reloading docs server. | ||
* `mkdocs build` - Build the documentation site. | ||
* `mkdocs -h` - Print help message and exit. | ||
* [Front-End](https://github.com/Wildemberg-Projects/querido-diario-frontend) | ||
* [Back-End](https://github.com/Wildemberg-Projects/querido-diario-backend) | ||
* [API](https://github.com/Wildemberg-Projects/querido-diario-api) | ||
|
||
## Project layout | ||
|
||
mkdocs.yml # The configuration file. | ||
docs/ | ||
index.md # The documentation homepage. | ||
... # Other markdown pages, images and other files. | ||
## Contribuidores | ||
| Foto | Nome | Github | Email | | ||
| :--: | :--: | :----: | :---: | | ||
| | Arthur Ferreira | [ArthurFerreiraRodrigues](https://github.com/ArthurFerreiraRodrigues) | [email protected] | | ||
| | Ester Lino | [esteerlino](https://github.com/esteerlino) | [email protected] | | ||
| | Cristian Furtado | [csafurtado](https://github.com/csafurtado) | [email protected] | | ||
| | Raissa Oliveira | [raissamsoliveira](https://github.com/raissamsoliveira) | [email protected] | | ||
| <img src="./images/will.jpeg" width="200px" /> | Wildemberg Sales | [wildemberg-sales](https://github.com/wildemberg-sales) | [email protected] | |
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,17 @@ | ||
# Welcome to MkDocs | ||
|
||
For full documentation visit [mkdocs.org](https://www.mkdocs.org). | ||
|
||
## Commands | ||
|
||
* `mkdocs new [dir-name]` - Create a new project. | ||
* `mkdocs serve` - Start the live-reloading docs server. | ||
* `mkdocs build` - Build the documentation site. | ||
* `mkdocs -h` - Print help message and exit. | ||
|
||
## Project layout | ||
|
||
mkdocs.yml # The configuration file. | ||
docs/ | ||
index.md # The documentation homepage. | ||
... # Other markdown pages, images and other files. |