docs: add OpenFNIRS component request - #41
Conversation
|
Built this locally against Why nothing rendersThe PR adds exactly one file, Markdown in Making it build and be transcludedAuthor it as a tree, e.g. Two things to be careful about, both of which have bitten this repo:
Then transclude it so it actually joins the site. This forest transcludes its reachable closure into Checking it compiles./forester build forest.toml 2>&1 | tee /tmp/build.log
grep -c 'Parse_error' /tmp/build.log # must be 0
ls output/req-openfnirs-components.xml # your page must existExit status alone is not enough: a parse error in a single tree is recoverable, so forester drops that tree and still exits 0. Always assert the Note that To read it, serve over HTTP — the XSLT does not apply over python3 -m http.server -d output 8080 # open /index.xml |
zubyul
left a comment
There was a problem hiding this comment.
Reviewed locally: both changed Forester pages render successfully.
Withdrawn: this approval was submitted by an interrupted session that misread next as approve; next means skip.
Summary
Validation
git diff --check