-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstardust.yaml
More file actions
96 lines (83 loc) · 1.57 KB
/
Copy pathstardust.yaml
File metadata and controls
96 lines (83 loc) · 1.57 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
name: JAO
description: A Django-inspired ORM for Dart
tagline: Django-inspired ORM for Dart
url: https://jao.nexlab.studio
# Branding
logo:
light: /images/logo-light.svg
dark: /images/logo-dark.svg
favicon: /images/favicon.svg
# Content settings
content:
dir: docs/
# Sidebar
sidebar:
- group: Overview
pages:
- slug: ''
label: Home
- slug: getting-started
label: Getting Started
- group: Guide
pages:
- slug: models
label: Models
- slug: fields
label: Fields
- slug: queries
label: Queries
- slug: advanced-queries
label: Advanced Queries
- slug: functions
label: Functions
- slug: migrations
label: Migrations
# Table of contents
toc:
enabled: true
minDepth: 2
maxDepth: 3
# Theme
theme:
colors:
primary: "#0175C2"
darkMode:
enabled: true
default: system
# Code blocks
code:
theme:
light: github-light
dark: github-dark
copyButton: true
lineNumbers: false
# Search
search:
enabled: false
provider: pagefind
placeholder: Search docs...
hotkey: "/"
# Header
header:
showName: false
showThemeToggle: true
showSearch: false
showSocial: true
# Social links
social:
github: https://github.com/nexlabstudio/jao
pubdev: https://pub.dev/packages/jao
# Build
build:
sitemap:
enabled: true
changefreq: weekly
priority: 0.7
# Integrations
integrations:
editLink:
enabled: true
repo: https://github.com/nexlabstudio/jao
branch: dev
path: docs/
text: Edit this page on GitHub