Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

equinixmetal-archive/api-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End of Life Statement

This repository is End of Life that this software is no longer supported nor maintained by Packet or its community.

Packet API Documentation

This is the source code for the Packet API documentation site.

Dependencies

Usage

tl;dr: Run npm install && grunt

Our API docs use the API Blueprint specification. For good examples of how to use that, see their examples or those of Apiary.

The Markdown files live in the docs directory. These are the files to edit if you want to update the documentation itself.

To keep our docs manageable, each "section" of the API should be placed in a new file in the docs directory. When the documentation site is compiled, all of these files will be combined alphabetically (hence the 00#- naming scheme).

First, you'll need to install grunt-cli if you haven't already: npm install -g grunt-cli.

To compile the documentation, run npm install && grunt. This will convert the markdown files in docs into a static webpage in the dist directory, then start a little node.js server for you to view the site. To compile without starting the server, use grunt compile.

About

Public documentation for the Packet API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published