Skip to content

Source repo for Docker's Documentation, output served at docs.docker.com

License

Notifications You must be signed in to change notification settings

ppengkkang/docker.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation for Docker Cloud

To build the documentation locally.

  1. Fork this repo.

  2. Change to the docs directory.

  3. Type make docs.

API Documentation Pull Requests

The API documentation for the Docker Cloud project is here

https://github.com/docker/cloud-docs

An extra step is needed when making PR's that modify the API - namely to add the generated HTML output to the PR by doing the following:

  1. Make changes to the API's Markdown source.

  2. Build the HTML for the API in your local branch.

a. Change to the cloud-api-docs directory

  cd cloud-api-docs

b. Generate the HTML

  make release 
  1. Add the Markdown together with the HTML to your pull request:

    $ git add apidocs/*

    $ git add docs

  2. Push your changes to orgin.

  3. Create a Pull request as you normally wouled.

About

Source repo for Docker's Documentation, output served at docs.docker.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.4%
  • HTML 11.1%
  • CSS 4.4%
  • Other 0.1%