Generate markdown files and llms.txt during build#64
Merged
Conversation
Add parallel markdown renderers that mirror React components to generate static .md files for each page alongside HTML. Includes llms.txt overview and llms-full.txt with complete conformance data. Build now runs markdown generation after Next.js build.
Kernel Conformance Matrix
almond (scala) - 14 failures, 0 skippedLanguage: scala | Protocol: 5.4 Failures
ark () - 3 failures, 0 skippedLanguage: R | Protocol: 5.4 Failures
deno (Deno kernel) - 3 failures, 0 skippedLanguage: typescript | Protocol: 5.3 Failures
evcxr (evcxr_jupyter) - 5 failures, 3 skippedLanguage: Rust | Protocol: 5.3 Failures
Skipped (Not Implemented)
gonb (gonb) - 14 failures, 1 skippedLanguage: go | Protocol: 5.4 Failures
Skipped (Not Implemented)
ijulia (ijulia) - 1 failures, 1 skippedLanguage: julia | Protocol: 5.4 Failures
Skipped (Not Implemented)
ocaml-jupyter (ocaml-jupyter) - 8 failures, 2 skippedLanguage: OCaml | Protocol: 5.2 Failures
Skipped (Not Implemented)
xeus-cling (xeus-cling) - 11 failures, 2 skippedLanguage: c++ | Protocol: 5.3 Failures
Skipped (Not Implemented)
xeus-cpp (xeus-cpp) - 20 failures, 2 skippedLanguage: C++ | Protocol: 5.5 Failures
Skipped (Not Implemented)
xeus-haskell (xhaskell) - 8 failures, 4 skippedLanguage: haskell | Protocol: 5.3 Failures
Skipped (Not Implemented)
xeus-lua (xlua) - 7 failures, 2 skippedLanguage: lua | Protocol: 5.5 Failures
Skipped (Not Implemented)
xeus-octave (unknown) - 1 failures, 0 skippedLanguage: Octave | Protocol: unknown Failures
xeus-python (xeus-python) - 4 failures, 0 skippedLanguage: python | Protocol: 5.5 Failures
xeus-r (xr) - 5 failures, 0 skippedLanguage: R | Protocol: 5.5 Failures
xeus-sql (xsql) - 15 failures, 3 skippedLanguage: mysql | Protocol: 5.5 Failures
Skipped (Not Implemented)
xeus-sqlite (xsqlite) - 9 failures, 4 skippedLanguage: sql | Protocol: 5.5 Failures
Skipped (Not Implemented)
Test Results by Message Type
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add parallel markdown renderers that mirror React components to generate static .md files for each page alongside HTML. Build now runs markdown generation after Next.js build, producing:
Renderers reuse data transformation logic from report.ts helper functions for consistency.
PR submitted by @rgbkrk's agent, Quill