-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
60 lines (54 loc) · 1.65 KB
/
Copy pathmkdocs.yml
File metadata and controls
60 lines (54 loc) · 1.65 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
49
50
51
52
53
54
55
56
57
58
59
60
# Inherit shared configuration from provide-foundry
INHERIT: .provide/foundry/base-mkdocs.yml
# Project-Specific Configuration
site_name: Provide TestKit
site_description: Comprehensive testing utilities and fixtures for the Provide Foundry
site_author: provide.io
site_url: https://foundry.provide.io/testkit/
repo_url: https://github.com/provide-io/provide-testkit
repo_name: provide-io/provide-testkit
edit_uri: edit/main/docs/
copyright: ©2024-2025 provide.io llc<br/>🛠️ with 💚 and 🦝 on 🌎
# Development server configuration
dev_addr: 127.0.0.1:11002
# Standalone mode settings
docs_dir: docs
# Project-specific theme overrides
theme:
logo: assets/images/logo.svg
favicon: assets/images/logo.svg
font:
text: Poppins
code: Fira Code
palette:
# Light mode - custom colors for provide-testkit
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: deep purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode - custom colors for provide-testkit
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
# Project-specific plugins (in addition to base plugins)
plugins:
- gen-files:
scripts:
- .provide/foundry/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quick-start.md
- Quality Guide: quality_guide.md
- API Reference:
- api/index.md