This repository contains the documentation for the Alauda Build of SonarQube Operator.
Before you begin, make sure you have the following installed on your system:
- Clone this repository and navigate to the project directory
- Install project dependencies:
yarn install
For the best development experience, we recommend:
- Editor: Visual Studio Code
- Extension: MDX extension for enhanced markdown editing
Command | Description |
---|---|
yarn dev |
Start development server with hot reload |
yarn build |
Build production-ready static files |
yarn serve |
Preview built files locally |
- Start development: Run
yarn dev
to launch the local server - Edit content: Make changes to your markdown files - they'll update automatically
- Navigation changes: If you modify the sidebar navigation, restart the development server
- Preview production: Use
yarn build
followed byyarn serve
to test the final build
💡 Tip: The development server supports hot reloading for most changes, making your workflow smooth and efficient!