Skip to content

Commit

Permalink
Update to Material for Mkdocs 9.5 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Dec 7, 2023
1 parent 54b2cea commit 389e637
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 84 deletions.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ poetry shell

## Quick Start

To use `fact` within your project, import the `factorial` function and execute it like:
To use `fact` within your project, import the `factorial` function and execute the API like:

*[API]: Application Programming Interface

```python
from fact.lib import factorial
Expand Down
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ theme:
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.tooltips
- navigation.expand
- navigation.footer
- navigation.instant
Expand All @@ -28,6 +29,7 @@ theme:
- search.suggest
- toc.follow
markdown_extensions:
- abbr
- admonition
- footnotes
- pymdownx.details
Expand All @@ -37,6 +39,9 @@ markdown_extensions:
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- md_in_html
extra_css:
- static/stylesheets/extra.css
Expand Down
Loading

0 comments on commit 389e637

Please sign in to comment.