Files
semaphore/apps/docs
Vivian Plasencia 7e60446268 docs: remove trusted setup from docs and website (#1039)
* docs(docs): remove trusted setup announcement from docs

* docs(website): remove trusted setup announcement from website
2025-09-02 15:45:47 +02:00
..
2025-08-27 11:09:58 +02:00
2024-07-25 12:51:06 +01:00

Semaphore Docs

The official documentation of Semaphore.

Github license Linter eslint Code style prettier

This repository contains the code for the Semaphore documentation published at docs.semaphore.pse.dev. It uses Markdown syntax and the Docusaurus site generator.

📜 Usage

Start the website

To generate the HTML and start the site, run:

yarn start

Visit the Semaphore docs site in your browser at http://localhost:3000.

Build

yarn build

The build command generates static content into the build directory that can be served by any static content hosting service.

Deploy

$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you use GitHub pages for hosting, this command lets you build the website and push to the gh-pages branch.