Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ nav:

- AI:
- ChatGPT Prompt Engineering for Developers: ai/chatgpt_prompt_engineering_for_developers.md
- Claude Code Concepts: ai/claude_code_concepts.md

Copilot AI Mar 27, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The navigation entry points to ai/claude_code_concepts.md, but that file is currently empty (0 lines). This will render as a blank page in the docs site; consider adding at least an H1 title and a short placeholder note (e.g., TODO/coming soon) so the page has content consistent with the other AI docs pages (which all start with an H1).

Suggested change
- Claude Code Concepts: ai/claude_code_concepts.md

Copilot uses AI. Check for mistakes.
- Getting Started on Prompt Engineering: ai/getting_started_on_prompt_engineering.md
- Prompt Engineering Best Practices: ai/prompt_engineering_best_practices.md
- Prompt Engineering for Improved Performance: ai/prompt_engineering_for_improved_performance.md
Expand Down
Loading