PHPackages                             superinteractive/statamic-super-documentation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. superinteractive/statamic-super-documentation

ActiveStatamic-addon[Utility &amp; Helpers](/categories/utility)

superinteractive/statamic-super-documentation
=============================================

Serve VitePress documentation behind the Statamic CP.

v1.0.0(yesterday)01↑2900%MITPHPPHP ^8.4

Since Jun 8Pushed yesterdayCompare

[ Source](https://github.com/superinteractive/statamic-super-documentation)[ Packagist](https://packagist.org/packages/superinteractive/statamic-super-documentation)[ RSS](/packages/superinteractive-statamic-super-documentation/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Super Documentation
===================

[](#super-documentation)

A Statamic 5 and 6 addon that serves VitePress-built documentation behind the Statamic Control Panel's authenticated routes.

Installation
------------

[](#installation)

### 1. Require the addon

[](#1-require-the-addon)

```
composer require superinteractive/statamic-super-documentation
```

### 2. Install VitePress

[](#2-install-vitepress)

```
npm install --save-dev vitepress
```

### 3. Build the documentation

[](#3-build-the-documentation)

```
npm run docs:build
```

### 4. Publish the config (optional)

[](#4-publish-the-config-optional)

```
php artisan vendor:publish --tag=super-documentation-config
```

Local Development
-----------------

[](#local-development)

When developing this package with the Super Statamic Starter Kit source app, work from the package repository:

```
cd Packages/statamic-super-documentation
```

The Control Panel assets are powered by Vite. During development, run:

```
npm install
npm run build
```

Configuration
-------------

[](#configuration)

Published to `config/statamic/super-documentation.php`:

KeyTypeDefaultDescription`docs_source_path``string``'resources/docs/src'`Path to VitePress source (relative to project root)`docs_dist_path``string``'resources/docs/dist'`Path to VitePress build output (relative to project root)`button_label``string``'Documentation'`Text shown on the CP header buttonWriting Documentation
---------------------

[](#writing-documentation)

Documentation source files live at `resources/docs/src/` (configurable). Add Markdown files following [VitePress conventions](https://vitepress.dev/).

### Local preview

[](#local-preview)

```
npm run docs:dev
```

### Build for production

[](#build-for-production)

```
npm run docs:build
```

VitePress Base Path
-------------------

[](#vitepress-base-path)

The VitePress `base` in `.vitepress/config.ts` must match the Statamic CP route prefix. The default is `/cp/documentation/`. If your CP route is changed via the `CP_ROUTE` environment variable, update the `base` accordingly and rebuild.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a08b549b2e22d13b18ce950c620ca0d034991c0b43050530f345ffa27044238e?d=identicon)[swennet](/maintainers/swennet)

---

Tags

documentationstatamicStatamic addonvitepress

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/superinteractive-statamic-super-documentation/health.svg)

```
[![Health](https://phpackages.com/badges/superinteractive-statamic-super-documentation/health.svg)](https://phpackages.com/packages/superinteractive-statamic-super-documentation)
```

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[statamic/statamic

Statamic

831176.7k](/packages/statamic-statamic)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

23100.9k12](/packages/marcorieser-statamic-livewire)[aerni/livewire-forms

A Statamic forms framework powered by Laravel Livewire

2914.3k](/packages/aerni-livewire-forms)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3310.1k](/packages/duncanmcclean-statamic-cargo)[mitydigital/feedamic

A fully-featured RSS and Atom feed generator for Statamic.

1071.8k](/packages/mitydigital-feedamic)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
