This repository contains the documentation for Edka.
Inside of this Edka documentation project, you'll see the following folders and files:
.
├── public/ # Static assets like favicons
├── src/
│ ├── assets/ # Images and graphics used in docs
│ ├── content/
│ │ ├── docs/ # Documentation content (Markdown files)
│ │ │ ├── add-ons/
│ │ │ ├── get-started/
│ │ │ ├── integrations/
│ │ │ └── platform-usage/
│ └── styles/ # Custom CSS styles
├── astro.config.mjs # Astro and Starlight configuration
└── package.json # Project dependencies
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:4321 |
pnpm build |
Build your production site to ./dist/ |
pnpm preview |
Preview your build locally, before deploying |
pnpm astro ... |
Run CLI commands like astro add, astro check |
- Create a new Markdown or MDX file in the appropriate directory under
src/content/docs/ - Add frontmatter with
titleanddescription - Write your content using Markdown
Use relative links between pages:
[Link to Quick Start](/get-started/create-a-cluster/)Place images in the src/assets/ directory and reference them in your Markdown:
We welcome contributions to the Edka documentation. Please follow these steps:
- Fork this repository
- Create a new branch for your changes
- Make your changes
- Submit a pull request
- Get Started: Introduction and quick start guides
- Platform Usage: Detailed instructions for using Edka
- Integrations: How to integrate with external services
- Add-Ons: Information about available add-ons and how to use them