From c82e92fd5abac4b32c60f37f5824d551c5ccdb7a Mon Sep 17 00:00:00 2001 From: Adrian Macneil Date: Fri, 4 Dec 2015 16:27:18 -0800 Subject: [PATCH] Add docs --- README.md | 1 + docs/index.md | 1 + mkdocs.yml | 2 ++ 3 files changed, 4 insertions(+) create mode 120000 docs/index.md create mode 100644 mkdocs.yml diff --git a/README.md b/README.md index 6a14062..a720a24 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Dbmate [![Build Status](https://travis-ci.org/amacneil/dbmate.svg?branch=master)](https://travis-ci.org/amacneil/dbmate) +[![Documentation](https://readthedocs.org/projects/dbmate/badge/)](http://dbmate.readthedocs.org/) Dbmate is a database migration tool, to keep your database schema in sync across multiple developers and your production servers. It is a standalone command line tool, which can be used with any language or framework. This is especially helpful if you are writing many services in different languages, and want to maintain some sanity with consistent development tools. diff --git a/docs/index.md b/docs/index.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/docs/index.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..894108a --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,2 @@ +site_name: Dbmate +theme: readthedocs