Skip to content

Commit

Permalink
🔧 Update MkDocs config files
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 3, 2024
1 parent db30513 commit ea6f16b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion mkdocs.insiders.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
INHERIT: mkdocs.yml
plugins:
social:
typeset:
6 changes: 6 additions & 0 deletions mkdocs.maybe-insiders.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Define this here and not in the main mkdocs.yml file because that one could be auto
# updated and written, and the script would remove the env var
INHERIT: !ENV [INSIDERS_FILE, './mkdocs.no-insiders.yml']
markdown_extensions:
pymdownx.highlight:
linenums: !ENV [LINENUMS, false]
Empty file added mkdocs.no-insiders.yml
Empty file.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
INHERIT: ./mkdocs.maybe-insiders.yml
site_name: Typer
site_description: Typer, build great CLIs. Easy to code. Based on Python type hints.
site_url: https://typer.tiangolo.com/
Expand Down Expand Up @@ -136,6 +137,5 @@ extra_css:
- css/custom.css

extra_javascript:
- https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js
- js/termynal.js
- js/custom.js

0 comments on commit ea6f16b

Please sign in to comment.