A base template.
The contents of this template can be used to create a ToIP specification.
You need a GitHub account.
When creating a new specification, you can select 'trustoverip/toip-spec-template' from the Repository template list.
- Under your repository name, click Settings.
- In the "Code and automation" section of the sidebar, click Pages.
- Under "GitHub Pages", use the drop-down menu and select 'main' as the publishing source.
- Use the drop-down menu to select '/docs' for your publishing source.
- Click save
- Edit the specification using markdown.
- Commit and push your changes
A HTML version of the spec is automatically generated and available at https://trustoverip.github.io/your-spec-name
This requires node.js to be installed.
Install development dependencies:
npm install
To generate and preview the specification run:
npm run preview