Skip to content

quran/qf-api-docs

Repository files navigation

Website

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

Installation

This project requires Node.js >=16.14.

$ yarn

Local Development

$ yarn gen-all
$ yarn start

Run yarn gen-all to generate the API documentation used by the site. The yarn start command then launches a local development server using the generated docs and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn gen-all
$ yarn build

Run yarn gen-all before building to ensure the API documentation is up to date. The yarn build command then generates static content into the build directory which can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> 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

Quran Foundation API Documentation Portal using Docusaurus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •