gsudo/docs
2024-05-30 09:11:30 -03:00
..
blog Multiple updates 2023-04-13 00:18:59 -04:00
docs Update gsudo-vs-sudo.md with PathPrecedence 2024-05-30 09:11:30 -03:00
src Update sponsor.md 2024-03-14 01:35:45 -03:00
static Updated docs with v2.1.0 features 2023-07-08 21:03:39 -03:00
.gitignore docs: Created web site using Docusaurus 2022-04-16 21:06:00 -03:00
babel.config.js docs: Created web site using Docusaurus 2022-04-16 21:06:00 -03:00
docusaurus.config.js Update docusaurus.config.js 2024-03-14 22:52:46 -03:00
README.md Added search to docs website via Algolia. 2022-05-19 09:20:49 -03:00
sidebars.js docs: Created web site using Docusaurus 2022-04-16 21:06:00 -03:00

Website

This is the source code of gsudo documentation website.

The documentation is available at: https://gerardog.github.io/gsudo/

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

Website Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens 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.