-
Notifications
You must be signed in to change notification settings - Fork 78
Dawn/add resolve md plugin support #1348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
🔍 Documentation URL Checker This PR modifies documentation files in ways that could potentially create broken links. Deleted files: 🚨 Please review these changes carefully 🚨 If not handled properly, broken links (404 errors) could appear. To maintain a smooth user experience, consider:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR integrates the resolve_md plugin by reorganizing AI artifact files and updating configurations. The changes remove deprecated scripts and files while updating paths for the new plugin architecture.
Key changes:
- Migrated
llms_config.jsonfrom docs to mkdocs repository - Updated
llms.txtfile path reference to point to built site AI directory - Removed deprecated LLM generation scripts and AI artifact files
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🔍 Documentation URL Checker This PR modifies documentation files in ways that could potentially create broken links. Deleted files: 🚨 Please review these changes carefully 🚨 If not handled properly, broken links (404 errors) could appear. To maintain a smooth user experience, consider:
|
To support integration of the resolve_md plug in, this PR makes the following changes:
llms.txtas it now outputs to the built site ai dir rather than inside mkdocsgenerate_llms.pyand friends 🪦)The one random page edit resulted from a typo I found that was causing a snippet to not fetch properly.
This PR requires mkdocs PR: papermoonio/polkadot-mkdocs#204 and Plugin PR: papermoonio/mkdocs-plugins#3 to work correctly and all three must be merged for these changes to take effect.