No description
Find a file
Steve van de Heuvel 7441e131b8
All checks were successful
TAC - Build Docs / Build-Image (push) Successful in 3m56s
Rebrand Fleetbase references to TransEdge Logic Systems
2026-03-30 16:05:29 +00:00
.forgejo/workflows Update deploy.yaml 2026-03-19 05:40:06 +00:00
.github/workflows Rename Fleetbase references to TransEdge throughout docs and config 2026-03-30 03:55:51 +00:00
.vscode changed the file names for consistency 2023-05-26 14:20:59 +08:00
blog work in progress 2023-03-17 16:11:13 +08:00
docker Add deploy workflow and Dockerfile for docs build and deploy 2026-03-19 04:52:53 +00:00
docs Rebrand Fleetbase references to TransEdge Logic Systems 2026-03-30 16:05:29 +00:00
src started on improved documentation and full extension development docs 2024-08-07 23:12:23 +08:00
static Rebrand Fleetbase references to TransEdge Logic Systems 2026-03-30 16:05:29 +00:00
.gitignore work in progress 2023-03-17 16:11:13 +08:00
babel.config.js work in progress 2023-03-17 16:11:13 +08:00
docusaurus.config.js Rebrand Fleetbase references to TransEdge Logic Systems 2026-03-30 16:05:29 +00:00
LICENSE copied over docusaurus setup from guides 2024-05-22 10:48:44 +08:00
package.json bumped the version 2026-02-24 12:37:52 +08:00
pnpm-lock.yaml upgrade to node 20x 2025-08-13 13:54:24 +08:00
README.md work in progress 2023-03-17 16:11:13 +08:00
sidebars.js work in progress 2023-03-17 16:11:13 +08:00
yarn.lock Updates 2026-03-07 07:57:28 +00:00

Website

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 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.