A simple and short Docker guideline.
To visit the website click here.
Step 1: Clone repository
git clone git@github.com:tabpole/docker-handbook.gitStep 2: npm dependencies
npm installStep 3: run documentation site on browser
npm run docs:devOther Commands :
npm run docs:build
npm run docs:previewTo make a contribution fork this repository then apply following commands and make a pull request to main branch.
Sequential commands:
git add .
git commit -m 'appropriate message'
git pull origin main
git push origin mainSequential commands
git checkout site
rm -rf !("node_modules"|"docs"|".gitignore")
cp -rf docs/.vitepress/dist/* .
git add .
git commit -m 'deployment'
git pull origin site
git push origin site
git checkout mainOthers commands :
git checkout main docs/.vitepress/distThis documentation site is built using vitepress.