Skip to content

Commit 4049910

Browse files
authored
Update .github/copilot-instructions.md
1 parent 654938c commit 4049910

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ Use `make help` to see all available commands. Common targets include:
110110
- Automatic API documentation via mkdocstrings
111111
- Python module imports for dynamic content generation
112112
- BibTeX citations via mkdocs-bibtex
113-
- Include markdown files by specifying them in mkdocs.yml
113+
- 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
114116

115117
## Data Files
116118

0 commit comments

Comments
 (0)