Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,811 changes: 2,811 additions & 0 deletions docs/assets/mermaid.min.js

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ markdown_extensions:
format: !!python/name:markdown_exec.formatter
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
Expand All @@ -77,19 +77,25 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.snippets
- pymdownx.superfences
- nl2br
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true

extra_css:
- stylesheets/rackspace-theme.css
extra_javascript:
- assets/mermaid.min.js

plugins:
- search
- include_dir_to_nav:
sort_file: true
sort_directory: true
- macros
- callouts
- mermaid-zoom

validation:
omitted_files: warn
Expand Down
2 changes: 2 additions & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ markdown-exec
mkdocs-macros-plugin
mkdocs-multirepo-plugin>=0.8.3
mkdocs-include-dir-to-nav
mkdocs-callouts
mkdocs-mermaid-zoom
Loading