Skip to content
/ docs Public
forked from Shippable/docs

Documentation for Shippable's Automated DevOps platform

Notifications You must be signed in to change notification settings

0x-x0/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs

Documentation for Shippable's Automated DevOps platform

Using Local Installation

With Docker

$ git clone [email protected]:Shippable/docs.git shippable-docs
$ cd shippable-docs
$ ./base

Docs should be available at localhost:5555 once the base script finishes successfully.

Without Docker

To get started you have to have git and python3 with pip and virtualenv installed:

$ git clone [email protected]:Shippable/docs.git shippable-docs
$ cd shippable-docs
$ virtualenv venv
$ source venv/bin/activate
(venv)$ pip install -r requirements.txt
Server

To start documentation server at localhost:5555:

(venv)$ mkdocs serve --dev-addr=localhost:5555

This uses livereload to monitors changes to the files. Therefore as soon as you save a file, the browser is refreshed.

About

Documentation for Shippable's Automated DevOps platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.5%
  • CSS 27.7%
  • PHP 23.5%
  • HTML 1.2%
  • Shell 0.1%