-
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 #1 from SBD1/mkdocs
Cria GitHub pages com mkdocs
- Loading branch information
Showing
67 changed files
with
15,317 additions
and
43 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,21 @@ | ||
name: ci | ||
on: | ||
push: | ||
branches: | ||
- mkdocs | ||
permissions: | ||
contents: write | ||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.x | ||
- uses: actions/cache@v4 | ||
with: | ||
key: ${{ github.ref }} | ||
path: .cache | ||
- run: pip install mkdocs-material | ||
- run: mkdocs gh-deploy --force |
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,27 +1,34 @@ | ||
# 2024.2-StardewValley | ||
Repositório para documentação e implementação de projeto para a disciplina Sistema de Bancos de Dados 1. | ||
|
||
### Membros do Grupo | ||
- [Gabriel Fernando de Jesus Silva](https://github.com/MMcLovin) - 222022162 | ||
- [Gabriel Pessoa Zaranza](https://github.com/GZaranza) - 190107243 | ||
- [Isaac Batista](https://github.com/isaacbatista26) - 222037568 | ||
- [Manuella Valadares](https://github.com/manuvaladares) - 222021890 | ||
- [Marcos Vieira Marinho](https://github.com/devMarcosVM) - 222021906 | ||
|
||
### Professor orientador | ||
## Membros do Grupo | ||
<table> | ||
<tr> | ||
<td align="center"><a href="https://github.com/MMcLovin"><img style="border-radius: 60%;" src="https://github.com/MMcLovin.png" width="200px;" alt=""/><br /><sub><b>Gabriel Fernando de Jesus Silva</b></sub></a><br /></td> | ||
<td align="center"><a href="https://github.com/GZaranza"><img style="border-radius: 60%;" src="https://github.com/GZaranza.png" width="200px;" alt=""/><br /><sub><b>Gabriel Pessoa Zaranza</b></sub></a><br /></td> | ||
<td align="center"><a href="https://github.com/isaacbatista26"><img style="border-radius: 60%;" src="https://github.com/isaacbatista26.png" width="200px;" alt=""/><br /><sub><b>Isaac Batista</b></sub></a><br /></td> | ||
<td align="center"><a href="https://github.com/manuvaladares"><img style="border-radius: 60%;" src="https://github.com/manuvaladares.png" width="200px;" alt=""/><br /><sub><b>Manuella Valadares</b></sub></a><br /></td> | ||
<td align="center"><a href="https://github.com/devMarcosVM"><img style="border-radius: 60%;" src="https://github.com/devMarcosVM.png" width="200px;" alt=""/><br /><sub><b>Marcos Vieira Marinho</b></sub></a><br /></td> | ||
</tr> | ||
</table> | ||
|
||
|
||
## Professor Orientador | ||
Maurício Serrano | ||
|
||
### Sobre o Jogo | ||
## Sobre o Jogo | ||
Stardew Valley é um RPG sem fim da vida no campo! Você herdou a antiga fazenda de seu avô no Vale do Orvalho. Equipado com ferramentas de segunda mão e algumas moedas, você irá começar sua nova vida. Será que você consegue aprender a viver da terra? Não vai ser fácil. Você pode completar missões, criar uma plantação e cuidar de animais, evoluindo suas habilidades e vivendo numa simples fazenda. | ||
|
||
<div align="center"> <img src="docs/img/capa.jpg" height="230" width="auto"/> </div> | ||
<div align="center"> <img src="img/capa.jpg" height="230" width="auto"/> </div> | ||
|
||
### Entregas | ||
## Entregas | ||
|
||
### Módulo 1 | ||
|
||
- [Diagrama Entidade-Relacionamento](./entrega-01/DER.md) | ||
- [Dicionário de Dados](./entrega-01/DicionáriodeDados.md) | ||
- [Modelo Entidade-Relacionamento](./entrega-01/MER.md) | ||
- [Modelo Relacional](./entrega-01/MREL.md) | ||
|
||
- Módulo 1 | ||
|
||
- [Diagrama Entidade-Relacionamento](./docs/entrega-01/DER.md) | ||
- [Dicionário de Dados](./docs/entrega-01/DicionáriodeDados.md) | ||
- [Modelo Entidade-Relacionamento](./docs/entrega-01/MER.md) | ||
- [Modelo Relacional](./docs/entrega-01/MREL.md) | ||
|
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
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
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
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,7 +1,11 @@ | ||
## Versionamento | ||
|Data|Versão|Autor|Alteração| | ||
|----|------|---------|-----| | ||
|23/11/2024|1.0| [Manuella Valadares](https://github.com/manuvaladares)| Versão Inicial do Modelo relacional(MREL)| | ||
|
||
|
||
# Modelo Relacional | ||
O Modelo Relacional(MREL) apresenta um diagrama lógico de como as entidades e seus devidos relacionamentos serão mapeados no bando de dados, por isso é um modelo não atrelado a nenhum tipo de sistema de gerenciamento de banco de dados (SGBD) específico. | ||
|
||
O Modelo Relacional(MREL) apresenta um diagrama lógico de como as entidades e seus devidos relacionamentos serão mapeados no bando de dados, por isso é um modelo não atrelado a nenhum tipo de sistema de gerenciamento de banco de dados (SGBD) específico. | ||
|
||
## Versionamento | ||
|
||
| Data | Versão | Autor | Alterações | | ||
| :--: | :----: | ----- | ---------- | | ||
|23/11/2024| `1.0`| [Manuella Valadares](https://github.com/manuvaladares)| Versão Inicial do Modelo relacional(MREL)| |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# 2024.2-StardewValley | ||
Repositório para documentação e implementação de projeto para a disciplina Sistema de Bancos de Dados 1. | ||
|
||
## Membros do Grupo | ||
<table> | ||
<tr> | ||
<td align="center"><a href="https://github.com/MMcLovin"><img style="border-radius: 60%;" src="https://github.com/MMcLovin.png" width="200px;" alt=""/><br /><sub><b>Gabriel Fernando de Jesus Silva</b></sub></a><br /></td> | ||
<td align="center"><a href="https://github.com/GZaranza"><img style="border-radius: 60%;" src="https://github.com/GZaranza.png" width="200px;" alt=""/><br /><sub><b>Gabriel Pessoa Zaranza</b></sub></a><br /></td> | ||
<td align="center"><a href="https://github.com/isaacbatista26"><img style="border-radius: 60%;" src="https://github.com/isaacbatista26.png" width="200px;" alt=""/><br /><sub><b>Isaac Batista</b></sub></a><br /></td> | ||
<td align="center"><a href="https://github.com/manuvaladares"><img style="border-radius: 60%;" src="https://github.com/manuvaladares.png" width="200px;" alt=""/><br /><sub><b>Manuella Valadares</b></sub></a><br /></td> | ||
<td align="center"><a href="https://github.com/devMarcosVM"><img style="border-radius: 60%;" src="https://github.com/devMarcosVM.png" width="200px;" alt=""/><br /><sub><b>Marcos Vieira Marinho</b></sub></a><br /></td> | ||
</tr> | ||
</table> | ||
|
||
|
||
## Professor Orientador | ||
Maurício Serrano | ||
|
||
## Sobre o Jogo | ||
Stardew Valley é um RPG sem fim da vida no campo! Você herdou a antiga fazenda de seu avô no Vale do Orvalho. Equipado com ferramentas de segunda mão e algumas moedas, você irá começar sua nova vida. Será que você consegue aprender a viver da terra? Não vai ser fácil. Você pode completar missões, criar uma plantação e cuidar de animais, evoluindo suas habilidades e vivendo numa simples fazenda. | ||
|
||
<div align="center"> <img src="img/capa.jpg" height="230" width="auto"/> </div> | ||
|
||
## Entregas | ||
|
||
### Módulo 1 | ||
|
||
- [Diagrama Entidade-Relacionamento](./entrega-01/DER.md) | ||
- [Dicionário de Dados](./entrega-01/DicionáriodeDados.md) | ||
- [Modelo Entidade-Relacionamento](./entrega-01/MER.md) | ||
- [Modelo Relacional](./entrega-01/MREL.md) | ||
|
||
|
||
|
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,28 @@ | ||
p{ | ||
text-align: justify; | ||
} | ||
body{ | ||
text-align: justify; | ||
} | ||
blockquote p{ | ||
text-align: left !important; | ||
} | ||
.md-nav{ | ||
text-align: left; | ||
} | ||
|
||
/* Cores principais de Stardew Valley */ | ||
:root { | ||
--stardew-green: #669933; /* Verde grama */ | ||
--stardew-brown: #A0522D; /* Marrom madeira */ | ||
--stardew-yellow: #FFD700; /* Amarelo claro */ | ||
--stardew-light-brown: #DEB887; /* Marrom claro */ | ||
--stardew-text: #222; /* Cor de texto */ | ||
} | ||
|
||
/* Estilos para cabeçalhos */ | ||
h1, h2, h3 { | ||
color: var(--stardew-brown); | ||
} | ||
|
||
|
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,49 @@ | ||
site_name: Stardew Valley | ||
site_url: https://github.com/SBD1/2024.2-StardewValley | ||
repo_url: https://github.com/SBD1/2024.2-StardewValley | ||
repo_name: 2024.2-StardewValley | ||
|
||
nav: | ||
- Equipe: index.md | ||
- Diagrama Entidade-Relacionamento: entrega-01/DER.md | ||
- Dicionário de Dados: entrega-01/DicionáriodeDados.md | ||
- Modelo Entidade-Relacionamento: entrega-01/MER.md | ||
- Modelo Relacional: entrega-01/MREL.md | ||
|
||
extra_css: | ||
- stylesheets/stardew.css | ||
|
||
theme: | ||
language: pt-BR | ||
name: material | ||
favicon: img/StardewLogo.png | ||
logo: img/StardewLogo.png | ||
features: | ||
- navigation.tabs | ||
- navigation.top | ||
palette: | ||
- scheme: slate | ||
primary: indigo | ||
accent: custom | ||
toggle: | ||
icon: material/toggle-switch-off-outline | ||
name: Mudar para o modo claro | ||
- scheme: default | ||
primary: indigo | ||
accent: custom | ||
toggle: | ||
icon: material/toggle-switch | ||
name: Mudar para o modo escuro | ||
|
||
|
||
markdown_extensions: | ||
- pymdownx.superfences: | ||
custom_fences: | ||
- name: mermaid | ||
class: mermaid | ||
format: !!python/name:pymdownx.superfences.fence_code_format | ||
- pymdownx.tabbed: | ||
alternate_style: true | ||
slugify: !!python/object/apply:pymdownx.slugs.slugify | ||
kwds: | ||
case: lower |
Oops, something went wrong.