From ff188c79b4d8502812763b1e1b3d3aa58a3535a6 Mon Sep 17 00:00:00 2001 From: Mauriciofearauj Date: Wed, 29 May 2024 10:28:35 -0300 Subject: [PATCH] git pages --- docs/index.md | 28 +++++++++++++++++----------- mkdocs.yml | 8 ++++++-- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/docs/index.md b/docs/index.md index 000ea34..7bcec4f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 + + + + +

Júlia R. Fortunato

+

Kauã Richard

+

Maria Clara

+

Caio Antônio

+

Felipe Brandim

+

João Ricardo

+

Mauricio Ferreira

+

Felipe Matheus

+
diff --git a/mkdocs.yml b/mkdocs.yml index 816d543..e22564a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: Documentação +site_name: Edra nav: - Instruções mkdocs: "index.md" @@ -10,4 +10,8 @@ nav: - Ata 1: "atas-reuniao/ata-reuniao-1.md" theme: - name: material \ No newline at end of file + name: material + palette: + scheme: default + primary: green + language: pt-BR