Skip to content

Commit

Permalink
Fix config update.
Browse files Browse the repository at this point in the history
  • Loading branch information
wzorgdrager committed Jan 31, 2019
1 parent 9fdda8e commit 59c6ed5
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
Expand Up @@ -19,17 +19,19 @@ repo_url: 'https://github.com/codefeedr/bep_codefeedr'
markdown_extensions:
- admonition
- codehilite
- pymdownx.betterem(smart_enable=all)
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
theme:
name: 'material'
pages:
- Home: 'index.md'
- Getting Started: 'getting_started.md'
Expand Down

0 comments on commit 59c6ed5

Please sign in to comment.