Skip to content

Commit

Permalink
docs: ✨ 📝 Add license file to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
qthequartermasterman committed May 9, 2024
1 parent 274bb65 commit 06adb42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License

--8<-- "License"
5 changes: 2 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,13 @@ markdown_extensions:
permalink: true
- admonition
- pymdownx.details
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: "!!python/name:pymdownx.superfences.fence_code_format"
- pymdownx.emoji:
emoji_index: "!!python/name:material.extensions.emoji.twemoji"
emoji_generator: "!!python/name:material.extensions.emoji.to_svg"


plugins:
- search
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ docs = [
"mkdocs==1.6.0",
"mkdocstrings==0.25.1",
"mkdocs-autolinks-plugin==0.7.1",
"mkdocs-material==9.4.6"
"mkdocs-material==9.4.6",
"mkdocs-snippets==1.3.0",
"mkdocs-exclude==1.0.2",
]

[project.urls]
Expand Down

0 comments on commit 06adb42

Please sign in to comment.