Adds auto-generated docs for config schema
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Untitled string in Dashy Config Schema Schema
|
||||
|
||||
```txt
|
||||
https://example.com/schemas/abstract#/properties/appConfig/properties/fontAwesomeKey
|
||||
```
|
||||
|
||||
API key for font-awesome
|
||||
|
||||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
||||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :------------------------------------------------------------------------------------- |
|
||||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [dashy-config.schema.json*](../../out/dashy-config.schema.json "open original schema") |
|
||||
|
||||
## fontAwesomeKey Type
|
||||
|
||||
`string`
|
||||
|
||||
## fontAwesomeKey Constraints
|
||||
|
||||
**pattern**: the string must match the following regular expression:
|
||||
|
||||
```regexp
|
||||
^[a-z0-9]{10}$
|
||||
```
|
||||
|
||||
[try pattern](https://regexr.com/?expression=%5E%5Ba-z0-9%5D%7B10%7D%24 "try regular expression with regexr.com")
|
||||
Reference in New Issue
Block a user