Skip to content

Using Docusaurus to create user documentation for SHAFT_Engine

License

Notifications You must be signed in to change notification settings

sa94my/SHAFT_Engine_Docusaurus

 
 

Repository files navigation

Steps to Contribute

If you wish to contribute to the user guide, kindly join our slack channel to align and discuss.

automatest-workspace

The contribution process is very simple:

  1. Fork this project.
  2. Create your own .md files under the "docs" directory. you can follow the provided sample to learn how to use markdown syntax for the .md files and you can use something like https://dillinger.io/ to help you create the .md file.
  3. Edit this file https://github.com/MohabMohie/SHAFT_Engine_Docusaurus/blob/master/sidebars.js to add your newly created .md file.
  4. Follow the steps here https://github.com/MohabMohie/SHAFT_Engine_Docusaurus#installation to build and run the project locally to make sure that it's working as expected.
  5. Create a pull request to merge your contribution to the main user guide project.
  6. After the PR is reviewed and merged, the new docs will be built and released automatically via CI/CD to this url: https://mohabmohie.github.io/SHAFT_Engine_Docusaurus/

SHAFT User Guide

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

About

Using Docusaurus to create user documentation for SHAFT_Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.2%
  • CSS 17.8%