Skip to content

aiven/aiven-docs

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e677646 · Jan 17, 2025
Jan 15, 2025
Feb 7, 2024
Dec 17, 2024
Jan 17, 2025
Jan 15, 2025
Jan 6, 2025
Jan 15, 2025
Jan 14, 2025
Feb 22, 2024
Jan 26, 2024
Jun 10, 2024
Feb 7, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 14, 2025
Nov 11, 2024
Apr 10, 2024
Jan 6, 2025
Jan 15, 2025
Jan 15, 2025
May 30, 2024
Jan 16, 2024
Jan 15, 2025

Repository files navigation

Aiven docs

The Aiven docs repo generates the content located at www.aiven.io/docs. We use Docusaurus to build the docs.

🤲 Contributing

We welcome contributions! To contribute to our docs, see Contributing.

️🚀 Building the docs

Requirements
  1. Install the dependencies:

    corepack enable
    yarn
  2. Optional: Install Vale.

  3. Optional: Install Husky:

    yarn dlx husky

    Husky prevents git pushes when Vale erros are in the files you've modified.

  4. Build the docs:

    yarn start

    A local development server starts and a browser window opens. Modify the content and save to automatically refresh the output.

    💡 Tip:

    • If you use VS Code, you can use the build task: ⌘+⇧+B > Build the docs

    ☝ ️Caution:

    • yarn start doesn't check for broken links, use yarn build instead. This command doesn't start a live server.
  5. When you are happy with your changes, open a PR.