Skip to content

Commit

Permalink
Merge pull request #5 from homotechsual/patch-3
Browse files Browse the repository at this point in the history
MkDocs upgrade fix.
  • Loading branch information
agh1 authored Aug 11, 2022
2 parents 1fa2431 + 2b2064b commit 4141973
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
site_name: Your Extension Name
site_name: US Counties
repo_url: https://github.com/agh1/com.aghstrategies.uscounties
theme: material
theme:
name: material

pages:
nav:
- Home: index.md

markdown_extensions:
- attr_list
- admonition
- def_list
- codehilite
- toc(permalink=true)
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tilde
Expand Down

0 comments on commit 4141973

Please sign in to comment.