How to add a Specification (Sample)

1.0.0

This “Howto” was added as if it were a specification, feel free to use it as a sample to test versioning and translation.

How to run the specification site locally

Where to place new specifications

content/sample/_index.md md
1
2
3
4
---
title: "Sample Specification"
description : "Sample specification that doubles as instructions on how to add your own spec"
---

Front-matter tags in specifications

content/sample/1.0.0/index.md md
1
2
3
4
5
6
---
version: "1.0.0"
latest: true
---

Content of the specification goes here

Translations

Publishing your specification to predicate.dev

Create a pull request on Github with a request to add your specification. Once approved your specification will go live shortly after the merge is completed.