Skip to content

hellstein/devops-community-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Go to your project directory

cd myproj

Get the release

wget https://github.com/hellstein/devops-community-docs/releases/download/0.1.2/community-docs-0.1.2.zip

Unzip

unzip community-docs-0.1.2.zip

Install community docs

cd community-docs
make config
make init
make mvall
  • You will edit the OWNER, REPO, AUTHOR and EMAIL according to the project you have created.
  • The system will create the community docs according to your configuration.
  • Place community docs to the appropriate location.

Clean up the environment

cd myproj
rm -rf community-docs*