neko/webpage
2025-04-12 23:38:52 +02:00
..
docs docs firefox: guide on how to find extension ID. 2025-04-12 23:38:52 +02:00
scripts update config options naming, move scripts to own folder. 2025-04-05 18:24:23 +02:00
src docs: use ConfigurationTab that allows switching between yaml, env and cmd. 2025-04-05 18:25:04 +02:00
static move CNAME to satic. 2025-02-23 12:00:25 +01:00
versioned_docs/version-v2 update docs and add examples + ungoogled chromium svg. 2025-02-16 23:43:53 +01:00
versioned_sidebars add v2 docs. 2025-02-08 15:04:31 +01:00
.gitignore WIP add docusaurus webpage. 2025-02-01 19:10:47 +01:00
docusaurus.config.ts update docs. 2025-03-22 18:53:45 +01:00
package-lock.json fix website. 2025-02-23 11:52:53 +01:00
package.json docs: add missing filetransfer config to v2. 2025-04-05 18:27:38 +02:00
README.md WIP add docusaurus webpage. 2025-02-01 19:10:47 +01:00
sidebars.ts update developer guide. 2025-03-31 23:09:26 +02:00
tsconfig.json WIP add docusaurus webpage. 2025-02-01 19:10:47 +01:00
versions.json add v2 docs. 2025-02-08 15:04:31 +01:00

Website

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

Installation

$ npm run install

Local Development

$ npm run 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

$ npm run 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 npm run deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> npm run 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.