Skip to content

Commit 5b38623

Browse files
Enable termynal plugin and CLI docs wiring
1 parent 4edd2f5 commit 5b38623

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ plugins:
5454
collapse_single_pages: true
5555
- macros:
5656
module_name: docs_macros
57+
- mkdocs-typer2:
58+
pretty: true
59+
engine: native
5760
- mkdocstrings:
5861
handlers:
5962
python:
@@ -66,3 +69,6 @@ plugins:
6669
show_signature_annotations: true
6770
heading_level: 2
6871
- search
72+
# Injects termynal.css / termynal.js, which style and animate the
73+
# `data-termynal` markup that mkdocs-typer2 emits for `:termynal: true`.
74+
- termynal

0 commit comments

Comments
 (0)