Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Files

Latest commit

7db5e22 · Mar 11, 2022

History

History
45 lines (27 loc) · 1.09 KB

readme.md

File metadata and controls

45 lines (27 loc) · 1.09 KB

Trust over IP Specification Template

A base template.

How to use this template

The contents of this template can be used to create a ToIP specification.

Getting Started

You need a GitHub account.

When creating a new specification, you can select 'trustoverip/toip-spec-template' from the Repository template list.

Set up GitHub pages

  1. Under your repository name, click Settings.
  2. In the "Code and automation" section of the sidebar, click Pages.
  3. Under "GitHub Pages", use the drop-down menu and select 'main' as the publishing source.
  4. Use the drop-down menu to select '/docs' for your publishing source.
  5. Click save

Editing

  1. Edit the specification using markdown.
  2. Commit and push your changes

A HTML version of the spec is automatically generated and available at https://trustoverip.github.io/your-spec-name

Previewing locally

This requires node.js to be installed.

Install development dependencies:

npm install

To generate and preview the specification run:

npm run preview