Skip to content

Commit

Permalink
Merge pull request #9 from matagus/adding-mkdocs-config
Browse files Browse the repository at this point in the history
Added missing mkdocs config file customized for the generated app
  • Loading branch information
matagus authored Mar 20, 2024
2 parents a362a15 + 98c3755 commit a960049
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/mkdocs.yml.jinja
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
site_name: {{ project_name }}
site_url: https://github.com/matagus/{{ project_name }}
repo_url: https://github.com/matagus/{{ project_name }}
theme:
name: "material"
palette:
primary: green
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.path
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- toc.follow
- tables
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences

0 comments on commit a960049

Please sign in to comment.