Skip to content

bylexus/docsify-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A starter for a containerized docsify page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published