Skip to content

Commit

Permalink
Organização do repo
Browse files Browse the repository at this point in the history
  • Loading branch information
EhOMiguel committed Jul 12, 2024
1 parent 266bc4f commit b099ffa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
15 changes: 0 additions & 15 deletions gitpages/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,2 @@
# Bem vindos amigos

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.
Empty file added gitpages/docs/modulo_1/der.md
Empty file.
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ theme:
language: pt-BR
font:
text: Roboto


nav:
- Página inicial: index.md
- Módulo 1 - Modelagem:
- Diagrama Entidade-Relacionamento: modulo_1/der.md
- Modelo Relacional: modulo_1/modeloRelacional.md
- Dicionário de Dados: modulo_1/dicDados.md
# - Módulo 2 - SQL:
# - Módulo 3 - Transactions, Triggers e Stored Procedures:

0 comments on commit b099ffa

Please sign in to comment.