-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcecil.yml
52 lines (52 loc) · 1.16 KB
/
cecil.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Config
title: PrestaFlow
baseline: Documentation
baseurl: https://prestaflow.github.io/docs.prestaflow.io/
description: PrestaFlow Documentation
author:
name: Jonathan Danse
url: https://prestaedit.github.io
image: og-card.png
menus:
navigation:
- id: docs
name: Docs
url: /docs/group-a/page-1 # set the default page
- id: about
name: About
url: /about
sidebar: # docs groups in /pages/docs/
- title : Get started
icon : test
- title : PHP Library
icon : code
sections:
- title : Console
footer: Copyright © %author%
github:
repo: https://github.com/PrestaFlow/docs.prestaflow.io
branch: main
docsearch:
enabled: false
# statidocs.cecil.app
appId: F5QE72IRAL
indexName: staticecil
apiKey: b165b7766201deabe0be660ca0bdab94
insights: true
# Cecil config for Statidocs
theme:
- prestaflow
- pwa
serviceworker:
enabled: false # you should disable it locally
# Prestaflow
layouts:
extensions:
MyExtension: Cecil\Renderer\Extension\MyExtension
cache:
enabled: false
pages:
body:
toc: [h2, h3, h4, h5, h6]
highlight:
enabled: true # enables code syntax highlighting (`false` by default)