Skip to content

Commit

Permalink
git pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricio-araujoo committed May 29, 2024
1 parent afce04e commit ff188c7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
28 changes: 17 additions & 11 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# Welcome to MkDocs
# Edra

For full documentation visit [mkdocs.org](https://www.mkdocs.org).

## Commands
## Introdução

* `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.
Documentação referente ao trabalho do grupo POLLUX.

## Project layout

mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
## Integrantes

<table>
<tr>
<td align="center"><a href="https://github.com/julia-fortunato"><img style="border-radius: 60%;" src="https://github.com/julia-fortunato.png" width="200px;" alt=""/><br /><sub><b>Júlia R. Fortunato</b></sub></a><br />
<td align="center"><a href="https://github.com/rich4rd1"><img style="border-radius: 60%;" src="https://github.com/rich4rd1.png" width="200px;" alt=""/><br /><sub><b>Kauã Richard</b></sub></a><br />
<td align="center"><a href="https://github.com/Oleari19"><img style="border-radius: 60%;" src="https://github.com/Oleari19.png" width="200px;" alt=""/><br /><sub><b>Maria Clara</b></sub></a><br />
<td align="center"><a href="https://github.com/Caio-Antonio"><img style="border-radius: 60%;" src="https://github.com/Caio-Antonio.png" width="200px;" alt=""/><br /><sub><b>Caio Antônio</b></sub></a><br />
<td align="center"><a href="https://github.com/Felipe-Brandim"><img style="border-radius: 60%;" src="https://github.com/Felipe-Brandim.png" width="200px;" alt=""/><br /><sub><b>Felipe Brandim</b></sub></a><br />
<td align="center"><a href="https://github.com/jazzer0"><img style="border-radius: 60%;" src="https://github.com/jazzer0.png" width="200px;" alt=""/><br /><sub><b>João Ricardo</b></sub></a><br />
<td align="center"><a href="https://github.com/Mauriciofearauj"><img style="border-radius: 60%;" src="https://github.com/Mauriciofearauj.png" width="200px;" alt=""/><br /><sub><b>Mauricio Ferreira</b></sub></a><br />
<td align="center"><a href="https://github.com/femathrl"><img style="border-radius: 60%;" src="https://github.com/femathrl.png" width="200px;" alt=""/><br /><sub><b>Felipe Matheus</b></sub></a><br />
</tr>
</table>
8 changes: 6 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Documentação
site_name: Edra

nav:
- Instruções mkdocs: "index.md"
Expand All @@ -10,4 +10,8 @@ nav:
- Ata 1: "atas-reuniao/ata-reuniao-1.md"

theme:
name: material
name: material
palette:
scheme: default
primary: green
language: pt-BR

0 comments on commit ff188c7

Please sign in to comment.