An open API service indexing awesome lists of open source software.

https://github.com/cecilapp/theme-docs

Documentation theme for Cecil.
https://github.com/cecilapp/theme-docs

cecil cecil-theme tailwindcss theme

Last synced: 3 months ago
JSON representation

Documentation theme for Cecil.

Awesome Lists containing this project

README

          

# _Docs_ theme

Documentation theme for [Cecil](https://cecil.app), powered by [Tailwind CSS](https://tailwindcss.com) and [Algolia DocSearch](https://docsearch.algolia.com).

![Screenshot](./docs/screenshot.png)

## Features

- Auto-generated navigation sidebar
- [Algolia DocSearch](https://docsearch.algolia.com) integration
- Ready for content localization (l10n)
- Templates internationalization (i18n)
- Mobile friendly
- Dark theme
- Blog posts templates

## Installation

```bash
composer require cecil/theme-docs
```

> Or [download the latest archive](https://github.com/Cecilapp/theme-docs/releases/latest/) and uncompress its content in `themes/docs`.

## Usage

Add `docs` in the `theme` section of the `config.yml`:

```yaml
theme:
- docs
```

### Configuration

```yaml
sidebar:
-
-
footer: Copyright © %author%
github:
repo: https://github.com//
branch:
docsearch:
enabled: true|false
appId:
indexName:
apiKey:
debug: false|true
```

## Development

### Install deps

```bash
npm install
```

### Rebuild CSS

```bash
npm run css:build
```

## License

_Docs_ theme is a free software distributed under the terms of the MIT license.

© [Arnaud Ligny](https://arnaudligny.fr)