spearki / cloudify-rest-docs

Documentation of the Cloudify REST API in Slate style

Home Page:https://docs.cloudify.co/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloudify REST API Docs

The Cloudify REST API documentation is built with Hugo and is based on the DocuAPI theme and Slate.

The documentation is available in the REST API section of the Cloudify Documentation Center.

CircleCI

Installing the Cloudify Documentation Center

To run the Cloudify Documentation Center locally:

  1. Install the latest Hugo:

    • On CentOS:

      1. Install the copr plugin for yum: sudo yum install yum-plugin-copr
      2. Enable the Hugo repository: sudo yum copr enable daftaupe/hugo
      3. Install Hugo: sudo yum install hugo
    • On Ubuntu:

      • Install Hugo: sudo apt-get install hugo
    • On Windows:

      1. Install chocolatey.
      2. Install Hugo: choco install hugo -confirm
    • On MacOS:

      1. Install homebrew
      2. Install Hugo: brew install hugo
  2. Verify that Hugo is installed: hugo version

  3. Clone this repository to your local host.

  4. Change directory to the cloudify-rest-docs directory.

  5. Start the hugo web server: hugo server

To access the site, go to: http://localhost:1313

Publishing

The documentation for the latest version of the REST API is published from the master branch to https://docs.cloudify.co/api/v<latest_version>/.

The documentation for older version of the REST API is published from the version branch to https://docs.cloudify.co/api/v<version>/.

About

Documentation of the Cloudify REST API in Slate style

https://docs.cloudify.co/api

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:CSS 45.6%Language:Go 25.0%Language:HTML 16.1%Language:JavaScript 12.0%Language:Makefile 1.5%