Skip to content

zerotier/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b3b35f6 · Apr 16, 2025
Apr 16, 2025
Apr 22, 2021
Apr 3, 2025
Oct 4, 2024
Jul 7, 2021
Oct 4, 2024
Sep 25, 2023
Feb 24, 2025
Dec 6, 2024
Oct 4, 2024
Sep 21, 2023
Sep 14, 2023
Sep 11, 2023
Jul 3, 2021
Aug 8, 2024
Aug 16, 2024
Dec 15, 2023
Jul 31, 2024
Sep 25, 2023
Sep 25, 2023
Apr 16, 2025
Aug 29, 2024
Apr 16, 2025
Oct 3, 2024
Sep 23, 2024
Apr 16, 2025

Repository files navigation

docs.zerotier.com

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

Installation

yarn install

Local Development

make 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

Commits to main are automatically deployed to https://docs-dev.zerotier.com

To promote to production, create a tag & release on GitHub. Tag/Release names should follow this format: YYYY-MM-DD-RELEASE_NUMBER. For example, the 2nd release on August 16, 204 would be 2024-08-16-2.

Spelling / Typos

yarn run lint

This is currently configured to not stop the build in CI. || true

You can add more words to ignore in the file custom-words.txt

You can ignore words in an individual markdown file like this: Make sure it's inside the front matter

---
title: Terraform (Multicloud)
# cSpell:words Hinojosa Gizienski
---

or inline

[//]: # (cspell:disable-next-line )

or add to the regexes in cspell.json. Have fun!