mirror of
https://github.com/nlohmann/json.git
synced 2026-07-08 19:45:09 +00:00
@@ -1,6 +1,10 @@
|
|||||||
"""Copy each documentation page's Markdown source into the built site as a
|
"""
|
||||||
`<path>.md` sibling of its HTML output (e.g. features/comments/ -> features/comments.md),
|
Copy each documentation page's Markdown source into the built site.
|
||||||
so agents/tools can fetch raw Markdown directly instead of parsing rendered HTML."""
|
|
||||||
|
This creates a `<path>.md` sibling of each HTML output (for example,
|
||||||
|
`features/comments/` becomes `features/comments.md`) so agents and tools can
|
||||||
|
fetch the raw Markdown directly instead of parsing rendered HTML.
|
||||||
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
|||||||
Reference in New Issue
Block a user