triz-docs by othmane
Go to file
Othmane Ataallah 5208d65fa8
Some checks failed
Deploy triz-docs to civital server / build-and-deploy (push) Failing after 1h8m5s
fix ci-cd
2026-04-28 11:17:33 +01:00
.gitea/workflows fix ci-cd 2026-04-28 11:17:33 +01:00
docs intial push 2026-04-28 09:45:44 +01:00
src v0.1 2026-04-27 11:04:04 +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 intial push 2026-04-28 09:45:44 +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.