cecil / theme-docs
Cecil theme Docs
Package info
github.com/Cecilapp/theme-docs
Language:Twig
Type:cecil-theme
pkg:composer/cecil/theme-docs
2.42.6
2025-12-11 01:05 UTC
Requires
- cecil/theme-installer: ^1.0||^2.0
This package is auto-updated.
Last update: 2026-06-11 02:17:55 UTC
README
Documentation theme for Cecil, powered by Tailwind CSS and Algolia DocSearch.
Features
- Auto-generated navigation sidebar
- Algolia DocSearch integration
- Ready for content localization (l10n)
- Templates internationalization (i18n)
- Mobile friendly
- Dark theme
- Blog posts templates
Installation
composer require cecil/theme-docs
Or download the latest archive and uncompress its content in
themes/docs.
Usage
Add docs in the theme section of the config.yml:
theme: - docs
Configuration
sidebar: - <group> - <group> footer: Copyright © %author% github: repo: https://github.com/<org>/<repo> branch: <main|master> docsearch: enabled: true|false appId: <YOUR_APP_ID> indexName: <YOUR_INDEX_NAME> apiKey: <YOUR_SEARCH_API_KEY> debug: false|true
Development
Install deps
npm install
Rebuild CSS
npm run css:build
License
Docs theme is a free software distributed under the terms of the MIT license.
