forked from btwld/naked_ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.yaml
More file actions
49 lines (40 loc) · 1.03 KB
/
docs.yaml
File metadata and controls
49 lines (40 loc) · 1.03 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
# docs.page configuration for Naked UI
name: Naked UI
description: Behavior-first, zero-styling Flutter components
# Theme configuration
theme:
primaryColor: '#3D3D3D'
accentColor: '#2563EB'
backgroundColor: '#FFFFFF'
# Logo and branding
logo:
light: '/logo-light.png' # Add your logo files to docs/ folder
dark: '/logo-dark.png'
# Navigation
navigation:
github: 'https://github.com/btwld/naked_ui'
# Search configuration
search:
enabled: true
# Social links
social:
github: 'btwld/naked_ui'
# SEO and meta
meta:
author: 'Bitwild'
keywords: ['flutter', 'headless', 'components', 'ui', 'widgets', 'unstyled', 'accessibility']
# Analytics (uncomment when ready)
# analytics:
# gtag: 'G-XXXXXXXXXX'
# Custom domain (uncomment when ready)
# domain: 'ui.naked.dev'
# Footer configuration
footer:
links:
- title: 'Documentation'
url: '/'
- title: 'GitHub'
url: 'https://github.com/btwld/naked_ui'
- title: 'pub.dev'
url: 'https://pub.dev/packages/naked_ui'
copyright: '© 2024 Bitwild. MIT License.'