#
MHS2 - Docsify
#
Project summary
A quick reference guide on the game Monster Hunter Stories 2 using Docsify.
Features:
- Quick search of monster egg with colour tags
- List of monster attack patterns and weaknesses
#
🌐 Page
#
Github repository
#
Setup guide
The setup and deploy guide is up to date with version 4.4.3
- Install Docsify:
npm i docsify-cli -g
- Initialization:
docsify init ./docs
- Run Docsify:
docsify serve docs
#
Deploy to Github Pages
#
Prerequisites
- Go to Github Pages at
https://github.com/<github_user>/<repo>/settings/pages
. - Select
master
branch with/docs
and save.
#
Deployment
Push to master branch