Axerity

Introduction

Axerity is a documentation site generator for Svelte. You write your content in Markdown, drop in Svelte components when you need them, and get a fast static site with search, navigation, and a clean theme.

What you get

  • File based content. Add a Markdown file and it shows up in the sidebar.
  • A meta.json in each folder to set titles, icons, and ordering.
  • Code blocks with syntax highlighting, copy buttons, titles, line highlighting, and line numbers.
  • Components you can use right inside Markdown: callouts, cards, tabs, steps, accordions, type tables, and a layout for API reference pages.
  • Light and dark themes, driven entirely by CSS variables.
  • Full text search, built at compile time.

The whole site is configured from one axerity.json file. Drop in Markdown, set up your meta.json files, and you never have to touch the code.

Get started