Skip to content

Commit

Permalink
Configurando mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Brenno-Silva01 committed Jun 3, 2024
1 parent 05b1ddf commit aefb491
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,37 @@
site_name: Documentação

nav:
- Instruções mkdocs: "index.md"
- Sobre: "index.md"
- Documento de Visão: "documento-visao/documento-visao.md"
- Documento de Requisitos: "documento-requisitos/documento-requisitos.md"
- Documento de Arquitetura: "documento-arquitetura/documento-arquitetura.md"
- Documento de Plano de Testes: "documento-plano-testes/documento-plano-testes.md"
- Atas de Reunião:
- Ata 1: "atas-reuniao/ata-reuniao-1.md"

theme:
name: material
theme:
name: material
language: pt

palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: orange

- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: orange

features:
- content.code.annotate
- content.tabs.link
- header.autohide
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking

0 comments on commit aefb491

Please sign in to comment.