ShowDoc shorthand

Documenting good tool showdoc deployment

Reference: https://www.showdoc.cc/

 

  1. Installation docker environment on linux
  2. Modify the image source docker

@@@code

we /etc/docker/daemon.json

 

{

"registry-mirrors": ["https://khec465u.mirror.aliyuncs.com","https://registry.docker-cn.com"]

}

@@#

  1. Download image

@@@code

docker pull star7th/showdoc

@@#

  1. run

@@@code

docker run -itd -p 8029:80 --name showdoc star7th/showdoc:latest

@@#

  1. access

  1. Construction items, build team, adding members
  2. Into the project, writing documentation, syntax markdown, recommended word-to-markdown plug http://www.writage.com/Writage-1.10.msi

  1. Personalize

Enter docker

Guess you like

Origin www.cnblogs.com/QinQouShui/p/11367693.html
Recommended