acrolls
v0.1.4
Published
Acrolls publishing and documentation framework for SvelteKit.
Maintainers
Readme
acrolls
The public Acrolls package: Markdown compiler, Svelte publication components, documentation shell, styles, SvelteKit helpers, validation tools, and CLI.
pnpm add acrolls@latest
pnpm exec acrolls onboard --docs-dir docs --base-href /docs
pnpm exec acrolls validate ./docs --mode migration --on-invalid error-pagePublic imports all come from this package:
import { createAcrollsMdsvexPreprocessor } from 'acrolls/mdsvex';
import { Publication } from 'acrolls/svelte';
import { DocsShell } from 'acrolls/docs';
import { createDocsContentSource } from 'acrolls/docs/content';
import 'acrolls/styles/default.css';
import 'acrolls/docs/styles.css';Sass layouts can import acrolls/styles/default.sass or acrolls/docs/styles.sass from their
layout script. A host-authored global Sass entry can instead use @use 'acrolls/styles/default'
or @use 'acrolls/docs/styles'.
Do not install or import @acrolls/* packages directly. They are bundled implementation units
behind the acrolls/* public entrypoints. The interactive onboarding flow shows one checkpoint
at a time; use --non-interactive or --json for agents and CI.
