cecil/statidocs

Create and manage an effective documentation.

Maintainers

Package info

github.com/Cecilapp/statidocs

Language:JavaScript

Type:project

pkg:composer/cecil/statidocs

Fund package maintenance!

ArnaudLigny

Open Collective

Statistics

Installs: 271

Dependents: 0

Suggesters: 0

Stars: 8

Open Issues: 0


README

Statidocs is a documentation starter site, built on top of Cecil and the Docs theme.

Screenshot of the demo's homepage of Statidocs

Important

Statidocs is still in development. If something that’s not working, please open an issue on GitHub.

Install

The easiest way to create a new Statidocs project is using Composer:

composer create-project cecil/statidocs --ask

Latest Stable Version

Demo

Usage

Build & preview:

php cecil.phar serve

Read the documentation.

Update themes

Statidocs is depending of Cecil's themes Docs and PWA.

Use Composer to update them:

composer update

Configuration

Open and edit the cecil.yml file.

Publish

php cecil.phar build

Then copy content of _site to your web server.