Skip to content

staceysalamon-aiven/test-aiven-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

With Docker

  1. Run:

    docker compose up dev
  2. Go to http://localhost:3000/docs/. Updating files in your local repo refreshes the website.

Without Docker

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

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

  5. Go to http://localhost:3000/docs/. Updating files in the local repo refreshes the website.

Opening a PR

  1. Check for potential broken links with yarn build (yarn start doesn't check for broken links).
  2. If you get a green build and when you are happy with your changes, open a PR.

About

The repository for the public documentation.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.8%
  • CSS 11.2%
  • JavaScript 10.4%
  • Go 2.9%
  • Java 2.5%
  • Python 2.0%
  • Other 3.2%