Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

datopian/datahub-docs-tech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataHub Documentation

Build Status Gitter Issues

This repository holds the documentation for DataHub. The documentation is online:

https://docs.datahub.io

Install

We use mkdocs http://www.mkdocs.org

  1. You need to have python and pip installed
  2. Run pip install -r requirements.txt (we differ from mkdocs instructions http://www.mkdocs.org/#installation because we have some extra dependencies)

Building the site locally

mkdocs serve

Deploy

Deploy is done automatically to the gh-pages branch by Travis. See Travis files for details.