Check out the Meshery Docs!
Detailed documentation on contributing to Meshery docs is available here - https://docs.meshery.io/project/contributing/contributing-docs.
Before contributing, please review the Documentation Contribution Flow. In the following steps you will set up your development environment, fork and clone the repository, run the site locally, and finally commit, sign-off, and push any changes made for review.
-
The Meshery Docs site is built using Jekyll - a simple static site generator! You can learn more about Jekyll and setting up your development environment in the Jekyll Docs.
-
First install Ruby, then install Jekyll and Bundler.
Note: Windows users can run Jekyll by following the Windows Installation Guide and also installing Ruby Version Manager RVM. RVM is a command-line tool which allows you to work with multiple Ruby environments on your local machine. Alternatively, if you're running Windows 10 version 1903 Build 18362 or higher, you can upgrade to Windows Subsystem for Linux WSL and run Jekyll in Linux instead.
Alternatively, if you are running Windows 10, you may install the Windows Subsystem for Linux:
- WSL1 for Windows build version 1607 or higher.
- Fork and then clone the Meshery repository
$ git clone https://github.com/YOUR-USERNAME/meshery
- Change to the docs directory
$ cd docs
- Install any Ruby dependencies
$ bundle install
- Serve the code locally
Note: From the Makefile, this command is actually running
$ make site
$ bundle exec jekyll serve --drafts --livereload
. There are two Jekyll configuration,jekyll serve
for developing locally andjekyll build
when you need to generate the site artifacts for production.
- After making changes, don't forget to commit with the sign-off flag (-s)!
$ commit -s -m “my commit message w/signoff”
- Once all changes have been committed, push the changes.
$ git push origin <branch-name>
- Then on Github, navigate to the Meshery repository and create a pull request from your recently pushed changes!
- See the Meshery Documentation Google Doc for additional reference.
- Theme - https://github.com/vsoch/docsy-jekyll