No description
  • JavaScript 98.6%
  • TypeScript 1.3%
  • CSS 0.1%
Find a file
FTMahringer e6023bc86f docs(plugins): add official library entries
Document the expanded official plugin library, the research powerpack bundle, and signed registry compatibility checks for the v2.6.10-dev release.
2026-05-19 03:03:35 +02:00
.github Add doc-bug-report issue template and Report Issue link in Docusaurus navbar 2026-05-16 19:45:34 +02:00
docs docs(plugins): add official library entries 2026-05-19 03:03:35 +02:00
openapi docs(registry): document custom registry sources 2026-05-18 21:26:59 +02:00
src docs(getting-started): make quick start installer-first 2026-05-11 23:16:39 +02:00
static docs(registry): document custom registry sources 2026-05-18 21:26:59 +02:00
.gitignore feat(docs): initialize Docusaurus documentation platform 2026-05-10 11:29:34 +02:00
AGENT.md docs: Add AGENT.md and CHANGELOG.md with independent versioning 2026-05-10 11:58:24 +02:00
CHANGELOG.md docs(plugins): add official library entries 2026-05-19 03:03:35 +02:00
docusaurus.config.ts Update Report Issue link to point to Synapse repo (public) 2026-05-16 19:51:03 +02:00
package-lock.json fix(docs): resolve npm audit alerts 2026-05-18 21:51:54 +02:00
package.json fix(docs): resolve npm audit alerts 2026-05-18 21:51:54 +02:00
README.md docs: add FT-Nova as contributor 2026-05-15 08:36:47 +00:00
sidebars.ts docs(v2.5.2-dev): plugin loader documentation and openapi updates 2026-05-12 17:11:38 +02:00
tsconfig.json feat(docs): initialize Docusaurus documentation platform 2026-05-10 11:29:34 +02: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.