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 + +