-
|
Beta Was this translation helpful? Give feedback.
Answered by
alexvoss
Sep 19, 2023
Replies: 2 comments 1 reply
-
Hi, do you mean specifically the circled bit? Generally, the availability annotations for features are comments in the page source that are converted in .overrides/hooks/shortcodes.py. This is code specific to the mkdocs-material documentation, so you would need to write your own equivalent code. Cheers, Alex |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
squidfunk
-
Got it, thanks!) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
do you mean specifically the circled bit?
Generally, the availability annotations for features are comments in the page source that are converted in .overrides/hooks/shortcodes.py. This is code specific to the mkdocs-material documentation, so you would need to write your own equivalent code.
Cheers, Alex