-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (48 loc) · 1.29 KB
/
mkdocs.yml
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
site_name: seatest
site_description: "A featherweight, comprehensive cross-platform test framework wrriten in C, for C."
site_author: Ryan M. Lederman
site_url: https://seatest.rml.dev
repo_url: https://github.com/aremmell/seatest
plugins:
- search
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
- navigation.footer
- 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 © 2026 Ryan M. Lederman