We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654938c commit 4049910Copy full SHA for 4049910
.github/copilot-instructions.md
@@ -110,7 +110,9 @@ Use `make help` to see all available commands. Common targets include:
110
- Automatic API documentation via mkdocstrings
111
- Python module imports for dynamic content generation
112
- BibTeX citations via mkdocs-bibtex
113
-- Include markdown files by specifying them in mkdocs.yml
+- Add markdown files to site navigation by specifying them in `mkdocs.yml`
114
+- Include markdown files in other markdown files with `mkdocs-include-markdown-plugin`
115
+- Dynamically generate content from python code blocks using the `markdown-exec` plugin
116
117
## Data Files
118
0 commit comments