The specification is built using Bikeshed which is a pre-processor for spec documents. If you want to contribute to the spec, please make sure that they result in a specification that will build correctly.
- Install Bikeshed.
- Edit the source file
*.bs
under thebikeshed
folder. - Run bikeshed to generate a final spec document:
cd doc/spec; make
NOTE:
- DONOT edit the .html directly.
- Bikeshed will inject its SHA1 on meta, thus the generated .html will be changed. Ideally we do not accept that kind of change with only meta line changed.
- The detailed features of Bikeshed could refer to Bikeshed Documentation.