Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.23 KB

docsify-starter

A Docsify starter, with local PlantUML server

This repo just sets up a basic docsify environment:

Use docker-compose

To get started quickly, just do:

$ git clone https://github.com/bylexus/docsify-starter.git
$ cd docsify-starter
$ docker-compose up

There are now 2 containers running:

Feel free to adapt the docker-compose.yml file as needed!

If you need to interact with docsify-cli, do so through docker:

$ docker exec -ti docsify docsify help

Your docsify docs are in the docs/ dir. Feel free to edit them as needed!

Note for git users

This Repo is meant as template. After cloning, feel free to delete the .git dir, and init your own git, e.g.:

$ git clone https://github.com/bylexus/docsify-starter.git
$ cd docsify-starter
$ rm -rf .git
$ git init