-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstardust.yaml
More file actions
201 lines (183 loc) · 4.39 KB
/
stardust.yaml
File metadata and controls
201 lines (183 loc) · 4.39 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
name: Stardust
description: A Dart-native documentation generator. Beautiful docs, zero config.
url: https://stardust.nexlab.studio/
logo: /images/stardust-logo.svg
favicon: /images/favicon.svg
content:
dir: docs/
nav:
- label: Docs
href: /
- label: Components
href: /components/callouts
- label: GitHub
href: https://github.com/nexlabstudio/stardust
external: true
sidebar:
- group: Getting Started
icon: rocket
pages:
- slug: index
label: Introduction
- slug: installation
label: Installation
- slug: quickstart
label: Quick Start
- group: Writing Content
icon: file
pages:
- slug: markdown
label: Markdown Syntax
- slug: frontmatter
label: Frontmatter
- group: Components
icon: code
pages:
- slug: components/callouts
label: Callouts
- slug: components/tabs
label: Tabs
- slug: components/accordion
label: Accordion
- slug: components/steps
label: Steps
- slug: components/cards
label: Cards
- slug: components/code-groups
label: Code Groups
- slug: components/layout
label: Layout
- slug: components/media
label: Media
- slug: components/api-docs
label: API Documentation
- slug: components/other
label: Other Components
- group: Configuration
icon: settings
pages:
- slug: config/overview
label: Overview
- slug: config/theme
label: Theme
- slug: config/navigation
label: Navigation
- slug: config/search
label: Search
- slug: config/seo
label: SEO
- slug: config/integrations
label: Integrations
- group: Features
icon: sparkles
pages:
- slug: features/search
label: Full-Text Search
- slug: features/dark-mode
label: Dark Mode
- slug: features/openapi
label: OpenAPI Import
- slug: features/llm-output
label: LLM-Friendly Output
- slug: features/redirects
label: Redirects
- slug: features/versioning
label: Versioning
- group: CLI Reference
icon: terminal
pages:
- slug: cli/init
label: stardust init
- slug: cli/dev
label: stardust dev
- slug: cli/build
label: stardust build
- slug: cli/openapi
label: stardust openapi
- group: Deployment
icon: upload
pages:
- slug: deployment/overview
label: Overview
- slug: deployment/github-pages
label: GitHub Pages
- slug: deployment/vercel
label: Vercel
- slug: deployment/netlify
label: Netlify
header:
announcement:
text: "Stardust v1.0 is here! A Dart-native docs generator with zero config."
link: https://github.com/nexlabstudio/stardust
dismissible: true
style: info
footer:
copyright: "© 2026 Nexlab Studio. All rights reserved."
links:
- group: Resources
items:
- label: Documentation
href: /
- label: Components
href: /components/callouts
- label: Quick Start
href: /quickstart
- group: Community
items:
- label: GitHub
href: https://github.com/nexlabstudio/stardust
- label: Issues
href: https://github.com/nexlabstudio/stardust/issues
- group: More
items:
- label: CLI Reference
href: /cli/init
theme:
colors:
primary: "#6366f1"
darkMode:
enabled: true
default: system
code:
theme:
light: github-light
dark: github-dark
copyButton: true
lineNumbers: false
search:
enabled: false
provider: pagefind
placeholder: "Search documentation..."
hotkey: "/"
build:
sitemap:
enabled: true
changefreq: weekly
priority: 0.7
robots:
enabled: true
allow:
- /
llms:
enabled: true
integrations:
editLink:
enabled: true
repo: https://github.com/nexlabstudio/stardust
branch: dev
path: website/docs/
text: "Edit this page on GitHub"
# versions:
# enabled: true
# current: "1.0"
# dropdown: true
# list:
# - version: "2.0"
# label: "v2.0 (Latest)"
# path: /v2/
# - version: "1.0"
# label: "v1.0"
# path: /
# banner: "You are viewing docs for v1.0. <a href=\"/v2/\">Switch to the latest version</a>."
# seo:
# ogImage: /images/stardust-logo-large.svg