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-docsOr download the latest archive and uncompress its content in
themes/docs.
Add docs in the theme section of the config.yml:
theme:
- docssidebar:
- <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|truenpm installnpm run css:buildDocs theme is a free software distributed under the terms of the MIT license.
