52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
site_name: BrainSys - wiki
|
|
site_url: https://wiki.brainsys.io/
|
|
repo_url: https://git.brainsys.io/ludal/wiki
|
|
docs_dir: docs
|
|
site_dir: site
|
|
|
|
theme:
|
|
name: material
|
|
highlightjs: true
|
|
palette:
|
|
scheme: slate
|
|
primary: light blue
|
|
language: fr
|
|
logo: assets/logo.png
|
|
homepage: https://brainsys.io
|
|
features:
|
|
- navigation.indexes
|
|
- navigation.instant
|
|
- navigation.expand
|
|
- navigation.path
|
|
- content.code.copy
|
|
icon:
|
|
admonition:
|
|
note: octicons/tag-16
|
|
abstract: octicons/checklist-16
|
|
info: octicons/info-16
|
|
tip: octicons/squirrel-16
|
|
success: octicons/check-16
|
|
question: octicons/question-16
|
|
warning: octicons/alert-16
|
|
failure: octicons/x-circle-16
|
|
danger: octicons/zap-16
|
|
bug: octicons/bug-16
|
|
example: octicons/beaker-16
|
|
quote: octicons/quote-16
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
|
|
extra:
|
|
consent:
|
|
title: Cookie consent
|
|
description: >-
|
|
We use cookies to recognize your repeated visits and preferences, as well
|
|
as to measure the effectiveness of our documentation and whether users
|
|
find what they're searching for. With your consent, you're helping us to
|
|
make our documentation better.
|
|
actions:
|
|
- reject
|
|
- accept
|
|
- manage
|