Adicionar mkdocs.yml
This commit is contained in:
parent
9149bc17a8
commit
e7723cb567
|
|
@ -0,0 +1,16 @@
|
||||||
|
site_name: Doce GSR
|
||||||
|
site_author: Jean Pontes
|
||||||
|
site_url: https://jeanpontes.github.io/doce-gsr/
|
||||||
|
|
||||||
|
repo_url: https://github.com/jeanpontes/doce-gsr
|
||||||
|
edit_uri: edit/main/docs/
|
||||||
|
|
||||||
|
theme:
|
||||||
|
name: material
|
||||||
|
language: pt
|
||||||
|
features:
|
||||||
|
- content.action.edit
|
||||||
|
- content.action.view
|
||||||
|
palette:
|
||||||
|
primary: green
|
||||||
|
accent: green
|
||||||
Loading…
Reference in New Issue