Skip to content

raskell-io/kage.raskell.io-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kage.raskell.io-docs

Documentation site for Kage.

Live: https://kage.raskell.io/docs

Quick Start

# Install tools
mise install

# Start dev server
mise run serve

Visit http://127.0.0.1:1111

Tasks

Task Description
mise run serve Dev server with live reload
mise run build Build for production
mise run check Check for broken links
mise run clean Clean build artifacts

Structure

kage.raskell.io-docs/
├── config.toml           # Zola configuration
├── content/
│   ├── _index.md         # Introduction
│   ├── getting-started/  # Installation, quick start
│   ├── concepts/         # Architecture, design
│   ├── configuration/    # Config reference
│   ├── cli/              # CLI reference
│   └── appendix/         # FAQ
├── syntaxes/             # Custom syntax highlighting
└── themes/tanuki/        # Documentation theme

Writing Docs

Create content/section/page.md:

+++
title = "Page Title"
weight = 1
+++

Content in Markdown...

Tech Stack

  • Zola — Static site generator
  • mise — Task runner
  • Tanuki — Documentation theme

Related

License

Apache 2.0

About

Documentation for Kage - a local-first agentic work orchestrator

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors