1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Add the models index

This commit is contained in:
jeremystretch
2021-04-02 16:29:01 -04:00
parent 237dfce8a0
commit ea9e9d7273
2 changed files with 100 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ markdown_extensions:
- admonition
- markdown_include.include:
headingOffset: 1
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed
nav:
@@ -72,6 +75,7 @@ nav:
- Introduction: 'development/index.md'
- Getting Started: 'development/getting-started.md'
- Style Guide: 'development/style-guide.md'
- Models: 'development/models.md'
- Extending Models: 'development/extending-models.md'
- Application Registry: 'development/application-registry.md'
- User Preferences: 'development/user-preferences.md'