Skip to content

Repositorio con la base de para la creación de cursos de formación interna.

Notifications You must be signed in to change notification settings

gustavoborragan/formacion_interna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Preamble

This project is intended to provide a simple tool for creating Prefapp internal training courses.

USE

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

Implementation

Markdown sintax

Markdown Chear Sheet

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

Enjoy ^_^

About

Repositorio con la base de para la creación de cursos de formación interna.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published