Skip to content

Commit

Permalink
Merge pull request #246 from jacebrowning/embed-highlight
Browse files Browse the repository at this point in the history
Embed code highlight classes
  • Loading branch information
jacebrowning committed Nov 20, 2021
2 parents d99dda0 + 0b6704b commit f84b7de
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,27 @@ edit_uri: https://github.com/jacebrowning/datafiles/edit/main/docs
theme: readthedocs

markdown_extensions:
- codehilite
- codehilite:
noclasses: true
- toc:
toc_depth: 2

nav:
- Overview: index.md
- API:
- Model: api/model.md
- Manager: api/manager.md
- Mapper: api/mapper.md
- Model: api/model.md
- Manager: api/manager.md
- Mapper: api/mapper.md
- Supported Types:
- Builtins: types/builtins.md
- Containers: types/containers.md
- Extended Types: types/extensions.md
- Custom Types: types/custom.md
- Generic Types: types/generics.md
- Builtins: types/builtins.md
- Containers: types/containers.md
- Extended Types: types/extensions.md
- Custom Types: types/custom.md
- Generic Types: types/generics.md
- File Formats: formats.md
- Utilities: utilities.md
- Settings: settings.md
- About:
- Release Notes: about/changelog.md
- Contributing: about/contributing.md
- License: about/license.md
- Release Notes: about/changelog.md
- Contributing: about/contributing.md
- License: about/license.md

0 comments on commit f84b7de

Please sign in to comment.