You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to build the HTML versions of the spec, you need to simulate .github/workflows/respec.yam by doing (in the root of a checked-out main branch of the repository):
make sure you have node version 20 installed
npm install
./scripts/md2html/build.sh
git checkout gh-pages
cp -R js deploy/js
Then you can look at the rendered HTML. After the first time you only have to do the ./scripts/md2html/build.sh (from main).
If you need to render a new version of the spec, you also need to add a new MAINTAINERS_vX.Y.Z.md file in the scripts/md2html/history directory (which the error message you get will show as ./history).
Currently, to build the HTML versions of the spec, you need to simulate
.github/workflows/respec.yam
by doing (in the root of a checked-outmain
branch of the repository):npm install
./scripts/md2html/build.sh
git checkout gh-pages
cp -R js deploy/js
Then you can look at the rendered HTML. After the first time you only have to do the
./scripts/md2html/build.sh
(frommain
).If you need to render a new version of the spec, you also need to add a new
MAINTAINERS_vX.Y.Z.md
file in thescripts/md2html/history
directory (which the error message you get will show as./history
).We should fix this as we fix #3717, #3845, and #3715.
The text was updated successfully, but these errors were encountered: