Skip to content

Commit aceb832

Browse files
committed
Mention config schema in docs
1 parent ec2f549 commit aceb832

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [Auto reload](#auto-reload)
66
- [Environment variables](#environment-variables)
77
- [Including other config files](#including-other-config-files)
8+
- [Config schema](#config-schema)
89
- [Server](#server)
910
- [Document](#document)
1011
- [Branding](#branding)
@@ -149,6 +150,10 @@ docker run --rm -v ./glance.yml:/app/config/glance.yml glanceapp/glance config:p
149150

150151
This assumes that the config you want to print is in your current working directory and is named `glance.yml`.
151152

153+
## Config schema
154+
155+
For property descriptions, validation and autocompletion of the config within your IDE, @not-first has kindly created a [schema](https://github.com/not-first/glance-schema). Massive thanks to them for this, go check it out and give them a star!
156+
152157
## Server
153158
Server configuration is done through a top level `server` property. Example:
154159

0 commit comments

Comments
 (0)