From 3b9ed1de8414db5fc0b1eb1153215b0ededabed3 Mon Sep 17 00:00:00 2001 From: DaviMatheus Date: Wed, 27 Mar 2024 22:48:29 -0300 Subject: [PATCH] docs: init_structure --- mkdocs.yml | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 727d256..c1277a6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,34 @@ -site_name: My Docs +site_name: 2024.1 - CALCULUS +site_url: 'https://docs-CALCULUS.com/' + +repo_name: '2024.1 - CALCULUS' +repo_url: 'https://github.com/fga-eps-mds/2024.1-CALCULUS-DOC' theme: - name: material \ No newline at end of file + name: material + palette: + primary: white + accent: black + background: black + text: white + code: white + font: + text: Roboto + code: Inconsolata + font_size: + text: 16px + code: 14px + +plugins: + - search + +nav: + - Sobre: index.md + - DocumentaĆ§Ć£o: + - Planejamento: home.md + - Relatorios: + - Semana 01: + - Review: sprints/sprint0/sprint0_review.md + - Planning: sprints/sprint0/sprint0_planning.md + +