This project is intended to provide a simple tool for creating Prefapp internal training courses.
Image build or Image pull
docker build -t curso:base .
docker pull gustavoesteban/curso:base
Run instance
cp ./docs <PATH_PROJECT>/docs
docker run -d \
-p <PORT>:3000 \
-v <PATH_TO_DOCS_DIR>:/usr/local/docsify \
gustavoesteban/curso:base
Markdown sintax
Fill the values and replace the placeholders
-
Cover [_coverpage.md]
- Replace the image in [_media/icon.png]
- Link the repo
- Link "Empezar" to the first header "#" in the README.md
- Select background color
-
Sidebar [_sidebar.md]
- Cascade referral link system