Documentation theme for Cecil, powered by Tailwind CSS and Algolia DocSearch.
- Auto-generated navigation sidebar
- Algolia DocSearch integration
- Ready for content localization (l10n)
- Templates internationalization (i18n)
- Mobile friendly
- Dark theme
- Blog posts templates
composer require cecil/theme-docs
Or download the latest archive and uncompress its content in
themes/docs
.
Add docs
in the theme
section of the config.yml
:
theme:
- docs
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
npm install
npm run css:build
Docs theme is a free software distributed under the terms of the MIT license.