triz-docs by othmane
Go to file
Othmane Ataallah 1aee2c37ec
All checks were successful
Deploy triz-docs to civital server / build-and-deploy (push) Successful in 1h8m29s
fix routing
2026-04-28 15:05:42 +01:00
.gitea/workflows fix ci-cd deploy 2026-04-28 13:30:40 +01:00
docs intial push 2026-04-28 09:45:44 +01:00
src fix routing 2026-04-28 14:59:35 +01:00
static intial push 2026-04-28 09:45:44 +01:00
.gitignore cicd work 2026-04-28 10:26:40 +01:00
docusaurus.config.js fix routing 2026-04-28 15:05:42 +01:00
package-lock.json v0.1 2026-04-27 11:04:04 +01:00
package.json v0.1 2026-04-27 11:04:04 +01:00
README.md v0.1 2026-04-27 11:04:04 +01:00
sidebars.js v0.1 2026-04-27 11:04:04 +01:00

Website

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

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.

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.