Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhE authored Oct 2, 2020
1 parent e75fd8e commit 27a4d8d
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
site_name: CircularProgressView
repo_name: GuilhE/CircularProgressView
repo_url: https://github.com/GuilhE/CircularProgressView
site_author: GuilhE
copyright: 'Copyright (c) 2020-present GuilhE'
remote_branch: gh-pages

theme:
name: material
palette:
primary: 'white'
accent: 'red'
font:
text: Open Sans
code: Roboto Mono

extra:
manifest: manifest.webmanifest

nav:
- "Overview": index.md
- "Changelog": changelog.md
- "Contributing": contributing.md
- "Code of Conduct": conduct.md

markdown_extensions:
- admonition
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.tabbed
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- tables

plugins:
- search

0 comments on commit 27a4d8d

Please sign in to comment.