-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (45 loc) · 1.25 KB
/
mkdocs.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
site_name: seatest
site_description: "seatest: a featherweight cross-platform C17 test framework for C libraries and applications."
site_author: Ryan M. Lederman
site_url: https://seatest.rml.dev
repo_url: https://github.com/aremmell/seatest
theme:
name: material
language: en
logo: sources/logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- content.code.copy
- toc.follow
- toc.integrate
palette:
scheme: slate
primary: black
accent: blue
font:
code: Source Code Pro
markdown_extensions:
- toc
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
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.
copyright: Copyright © 2023 Ryan M. Lederman