dnsimple / dnsimple-developer

The DNSimple API Documentation.
https://developer.dnsimple.com/
35 stars 33 forks source link
dnsimple-policy-eng dnsimple-policy-group-static

DNSimple API Documentation

This is the DNSimple API documentation.

Usage

This website is built with nanoc. If you want to learn how to run the site locally, or how to contribute, please visit the CONTRIBUTING file.

Structure

These are the most important folders and files to keep in mind while working on this repo:

OpenAPI definition

The API behavior is described using the OpenAPI specification. The definition file is located at content/v2/openapi.yml.

The OpenAPI description is the main source of truth, and must be kept up to date with the other changes in the site. At the time being, the site and the OpenAPI must be kept in sync manually. That means any change in the markdown documentation files needs to be reflected in the OpenAPI file.

The markdown documentation is a subset of the OpenAPI description. There may be information that - for the sake of brevity - are omitted in the markdown files, and sometimes delegated to the OpenAPI description.