-
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
60b63b5
commit 08db45c
Showing
2 changed files
with
25 additions
and
13 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 |
---|---|---|
@@ -1 +1,15 @@ | ||
# Requisitos-Minecraft | ||
# Requisitos Minecraft | ||
|
||
![Logo Minecraft](/assets/imgs/logo-minecraft.png) | ||
|
||
Este repositório contém a documentação e artefatos que foram produzidos durante a disciplina de Requisitos de software do curso Engenharia de Software da Universidade de Brasília - Campus Gama (UnB - Gama). | ||
|
||
## 🤝 Colaboradores | ||
|
||
| Foto| Nome | Matrícula | Github | | ||
| ------ | --------- | ------- |----| | ||
|<img class="pic-squad04" src="https://avatars.githubusercontent.com/u/133259317?v=4&size=100" alt="carlos">|Carlos Eduardo | 221031265 | [Carlos-kadu](https://github.com/Carlos-kadu)| | ||
|<img class="pic-squad04" src="https://avatars.githubusercontent.com/u/42286412?v=4&size=100" alt="danilo">|Danilo César|221031149|[DaniloCTM](https://github.com/DaniloCTM)| | ||
|<img class="pic-squad04" src="https://avatars.githubusercontent.com/u/94008339?v=4&size=100" alt="patricia">|Patrícia Helena|221037993|[patyhelenaa](https://github.com/patyhelenaa)| | ||
|<img class="pic-squad04" src="https://avatars.githubusercontent.com/u/129631162?v=4&size=100" alt="Samara">|Samara Letícia |221008445|[samarawwleticia](https://github.com/samarawwleticia)| | ||
|
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,15 @@ | ||
# Welcome to MkDocs | ||
# Requisitos Minecraft | ||
|
||
For full documentation visit [mkdocs.org](https://www.mkdocs.org). | ||
![Logo Minecraft](/assets/imgs/logo-minecraft.png) | ||
|
||
## Commands | ||
Este repositório contém a documentação e artefatos que foram produzidos durante a disciplina de Requisitos de software do curso Engenharia de Software da Universidade de Brasília - Campus Gama (UnB - Gama). | ||
|
||
* `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. | ||
## 🤝 Colaboradores | ||
|
||
## Project layout | ||
| Foto| Nome | Matrícula | Github | | ||
| ------ | --------- | ------- |----| | ||
|<img class="pic-squad04" src="https://avatars.githubusercontent.com/u/133259317?v=4&size=100" alt="carlos">|Carlos Eduardo | 221031265 | [Carlos-kadu](https://github.com/Carlos-kadu)| | ||
|<img class="pic-squad04" src="https://avatars.githubusercontent.com/u/42286412?v=4&size=100" alt="danilo">|Danilo César|221031149|[DaniloCTM](https://github.com/DaniloCTM)| | ||
|<img class="pic-squad04" src="https://avatars.githubusercontent.com/u/94008339?v=4&size=100" alt="patricia">|Patrícia Helena|221037993|[patyhelenaa](https://github.com/patyhelenaa)| | ||
|<img class="pic-squad04" src="https://avatars.githubusercontent.com/u/129631162?v=4&size=100" alt="Samara">|Samara Letícia |221008445|[samarawwleticia](https://github.com/samarawwleticia)| | ||
|
||
mkdocs.yml # The configuration file. | ||
docs/ | ||
index.md # The documentation homepage. | ||
... # Other markdown pages, images and other files. |