Skip to content

Commit

Permalink
Adicionando ata modelo e index no gitpage
Browse files Browse the repository at this point in the history
  • Loading branch information
WillxBernardo committed Mar 6, 2024
1 parent 8766f54 commit 52d6ec2
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 18 deletions.
43 changes: 43 additions & 0 deletions docs/Atas/ata-modelo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

### ATA DE REUNIÃO - SPRINT 0
DD/MM/YYYY

**Redator:** Nome do redator.

#### 1.Membros presentes e ausentes

**Presentes:** Integrante 1, Integrante 2, Integrante 3...

**Ausentes:** Integrante 4, Integrante 5, Integrante 6...

#### 2.Considerações iniciais da reunião

A reunião iniciou às xx:xxhs via plataforma(discord, teams, ...).

#### 3.Pautas da reunião

**EX:**

**1ª Pauta - Pauta 1**

***

**2ª Pauta - Pauta 2**

***

**3ª Pauta - Pauta 3**

***

**4ª Pauta - Pauta 4**

***

**5ª Pauta - DPauta 5**

***

#### 4.Considerações finais

A reunião se encerrou às x:xhs.
38 changes: 26 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
# Welcome to MkDocs
# T2G8-Plugin-Wordpress

For full documentation visit [mkdocs.org](https://www.mkdocs.org).
Um plugin para WordPress projetado para simplificar o mapeamento georreferenciado de empreendimentos e serviços voltados para a comunidade LGBTQIAP+.

## Commands
## Criando ambiente para desenvolvimento
- Instalar o curl
```
sudo apt update && sudo apt install curl
```

* `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.
- Instalar o docker (comando)
```
curl https://get.docker.com | bash
```

## Project layout
- (OPCIONAL) - Para não ser necessário utilizar o *sudo* antes das instruções do docker execute:

mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
```
sudo groupadd docker && sudo gpasswd -a $USER docker
```

- Utilize o arquivo **docker-compose.yaml** para iniciar os containers. (caso não queira executar os containers em segundo plano remova o *-d* )
```
docker compose up -d
```

- Para vizualizar os containers em execução:

```
docker compose ps
```
10 changes: 4 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ repo_url: https://github.com/ResidenciaTICBrisa/T2G8-Plugin-Wordpress
extra_css:
- assets/stylesheets/extra.css

theme:
name: material
language: pt
features:
- navigation.tabs

nav:
- Home: index.md
- Home: index.md
- Atas:
- ata modelo: ata-modelo.md

0 comments on commit 52d6ec2

Please sign in to comment.