mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 03:02:24 +01:00
69 lines
1.3 KiB
YAML
69 lines
1.3 KiB
YAML
|
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
|
||
|
site_name: Catch2
|
||
|
site_description: A modern, C++-native, test framework.
|
||
|
site_url: https://catch2.github.io/Catch2/
|
||
|
site_author: Comunity
|
||
|
repo_name: catchorg/Catch2
|
||
|
repo_url: https://github.com/catchorg/Catch2
|
||
|
|
||
|
|
||
|
theme:
|
||
|
name: material
|
||
|
palette:
|
||
|
- scheme: default
|
||
|
primary: red
|
||
|
accent: teal
|
||
|
toggle:
|
||
|
icon: material/weather-sunny
|
||
|
name: Switch to dark mode
|
||
|
- scheme: slate
|
||
|
primary: green
|
||
|
accent: teal
|
||
|
toggle:
|
||
|
icon: material/weather-night
|
||
|
name: Switch to light mode
|
||
|
font:
|
||
|
text: Open Sans
|
||
|
code: Fira Code
|
||
|
logo: data/artwork/catch2-c-logo.png
|
||
|
favicon: data/artwork/catch2-c-logo.png
|
||
|
|
||
|
|
||
|
plugins:
|
||
|
- search
|
||
|
- mike
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
markdown_extensions:
|
||
|
- def_list
|
||
|
- pymdownx.tasklist:
|
||
|
custom_checkbox: true
|
||
|
- attr_list
|
||
|
- md_in_html
|
||
|
- pymdownx.highlight:
|
||
|
anchor_linenums: true
|
||
|
- pymdownx.inlinehilite
|
||
|
- pymdownx.snippets
|
||
|
- pymdownx.superfences
|
||
|
- pymdownx.details
|
||
|
- admonition
|
||
|
- tables
|
||
|
- toc:
|
||
|
permalink: "#"
|
||
|
|
||
|
|
||
|
copyright: catchorg <a href="https://github/nrbnlulu.com>Nir</a>
|
||
|
|
||
|
extra:
|
||
|
version:
|
||
|
provider: mike
|
||
|
social:
|
||
|
- icon: fontawesome/brands/github
|
||
|
link: https://github.com/catchorg/Catch2
|
||
|
|
||
|
watch:
|
||
|
- .
|