We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8aee9 commit 191e1a1Copy full SHA for 191e1a1
1 file changed
docs/kitgrid.yaml
@@ -11,25 +11,23 @@ refs:
11
docs_path: docs
12
homepage: docs/README.md
13
theme:
14
- primary: "#0B5FFF"
15
- secondary: "#1F2937"
16
- bg: "#FFFFFF"
17
- surface: "#F3F4F6"
18
- text: "#0F172A"
19
- muted: "#6B7280"
20
- link: "#0B5FFF"
+ primary: '#0B5FFF'
+ secondary: '#1F2937'
+ bg: '#FFFFFF'
+ surface: '#F3F4F6'
+ text: '#0F172A'
+ muted: '#6B7280'
+ link: '#0B5FFF'
21
code_theme: kitgrid-light
22
motion: subtle
23
features:
24
edit_link: true
25
search: true
26
versions: false
27
nav:
28
- - title: Overview
29
- path: docs/README.md
+ - title: Getting Started
+ path: docs/workflows.md
30
children:
31
- - title: Documentation portal
32
33
- title: Workflow recipes
34
path: docs/workflows.md
35
- title: Examples & outputs
0 commit comments