-
Notifications
You must be signed in to change notification settings - Fork 45
[WEB-4447] Generate markdown copies of each HTML file for agents #2657
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: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Comment |
cf491d2 to
b96d8f9
Compare
|
Thanks for taking a stab at this, Ken! Not sure what level of feedback you're looking for, but;
|
| application/javascript js; | ||
| application/atom+xml atom; | ||
| application/rss+xml rss; | ||
| text/markdown md; |
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.
@mattheworiordan I think we need this line in #2862 as well to help nginx along
Create variant pages at /{page}/{language} for each detected language.
Extract languages from code blocks, set in pageContext for pre-rendering.
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
Strip language paths from browser URLs and canonical tags. Add noindex to variant pages. Public URLs use query params. 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
Map ?lang=java to /java path using nginx map directive. Serves pre-rendered language-specific HTML files. 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
⚠️ NOTE: This commit will be dropped before final PR merge. Experimental markdown generation with React hydration. Currently disabled via MARKDOWN_SIMPLE_MODE=true. 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
bb8a9d4 to
8571fae
Compare
Description
PoC to generate markdown version of our generated HTML content to be more supportive of agentic workflows.
Checklist