diff --git a/docs/versoes.md b/docs/versoes.md index 010f578..df57760 100644 --- a/docs/versoes.md +++ b/docs/versoes.md @@ -1,6 +1,6 @@ # **Histórico de Versões** -### Versão 1.0.0 (Data) +### Versão 1.0.0 (17/04/2024) #### Adições - Implementação da página inicial do projeto. diff --git a/mkdocs.yml b/mkdocs.yml index 71b9b94..084acfc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,8 @@ -site_name: TechConnect +site_name: Projeto TechConnect + +repo_name: "2024.1-TechConnect - DOC" + +repo_url: https://github.com/mdsreq-fga-unb/2024.1-TechConnect nav: - Início: index.md @@ -24,6 +28,51 @@ nav: theme: name: material + nav_style: dark + language: pt + + logo: imagens/personagens/brasao.jpg + repo: fontawesome/brands/github + + icon: + repo: fontawesome/brands/github + + font: + text: Roboto Mono + + features: + - content.code.annotate + - content.code.copy + - content.tabs.link + - header.autohide + - announce.dismiss + - navigation.footer + - navigation.indexes + - navigation.sections + - navigation.tabs + - navigation.top + - navigation.tracking + - search.highlight + - search.share + - search.suggest + plugins: + - typeset + - search + palette: + - scheme: slate + primary: black + accent: light blue + toggle: + icon: material/weather-night + name: Trocar para modo claro + + - scheme: default + primary: blue grey + accent: light blue + toggle: + icon: material/weather-sunny + name: Trocar para modo escuro + markdown_extensions: