Skip to content

Commit

Permalink
Embed code highlight classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Nov 20, 2021
1 parent d99dda0 commit 0b6704b
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions mkdocs.yml
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 0b6704b

Please sign in to comment.