Skip to content

KinetraDev/docs

Repository files navigation

Kinetra website and user documentation

This is the website and user documentation for the Kinetra project.

I just want to contribute to the documentation!

Look no further! Just edit the files in the content/docs directory and submit a pull request.

The docs are written in GitHub Flavored Markdown (GFM) and processed by Fumadocs. You can find more information about writing GFM style Markdown in the Fumadocs documentation.

Important: Please use custom anchors for headings to guarantee links stay stable in the future.

Additionally, if you want your documentation to be extra fancy, you can use Fumadocs components.

We also added custom components for advanced use cases:

# Just write Mermaid code between the ```mermaid tags.

```mermaid
graph TD
    A[Start] --> B[Stop]
```

Development

Install mise:

# macOS and linux
curl https://mise.run | sh

Enable mise in your shell, then restart your shell:

# zsh
echo 'eval "$(mise activate zsh)"' >> ~/.zshrc

# bash
echo 'eval "$(mise activate bash)"' >> ~/.bashrc

Trust this project's mise.toml and install the configured tools:

mise trust
mise install

Install dependencies with the Bun version managed by mise:

bun install

Start the development server:

bun dev

Other useful commands:

bun run lint
bun run format
bun run build

About

The official website and all public documentation for the Kinetra project. Built with Next.js and Fumadocs.

Resources

Stars

Watchers

Forks

Contributors