Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7f45682 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Apr 30, 2024
1 parent fadf7cd commit fed57ca
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 13 deletions.
7 changes: 7 additions & 0 deletions docs/page-properties-date-oneof-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 0 Type

`string`

## 0 Constraints

**date time**: the string must be a date time string, according to [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339 "check the specification")
13 changes: 13 additions & 0 deletions docs/page-properties-date-oneof-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 1 Type

`string`

## 1 Constraints

**pattern**: the string must match the following regular expression: 

```regexp
\d{4}-[01]\d-[0-3]\d [0-2]\d:[0-5]\d(:[0-5]\d)? ([+-][0-2]\d[0-5]\d)
```

[try pattern](https://regexr.com/?expression=%5Cd%7B4%7D-%5B01%5D%5Cd-%5B0-3%5D%5Cd%20%5B0-2%5D%5Cd%3A%5B0-5%5D%5Cd\(%3A%5B0-5%5D%5Cd\)%3F%20\(%5B%2B-%5D%5B0-2%5D%5Cd%5B0-5%5D%5Cd\) "try regular expression with regexr.com")
8 changes: 5 additions & 3 deletions docs/page-properties-date.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## date Type

`string`
merged type ([Details](page-properties-date.md))

## date Constraints
one (and only one) of

**date time**: the string must be a date time string, according to [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339 "check the specification")
* [Untitled string in page](page-properties-date-oneof-0.md "check type definition")

* [Untitled string in page](page-properties-date-oneof-1.md "check type definition")
12 changes: 7 additions & 5 deletions docs/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
| [start](#start) | `string` | Optional | cannot be null | [page](page-properties-start.md "dogwood/page.schema.json#/properties/start") |
| [end](#end) | `string` | Optional | cannot be null | [page](page-properties-end.md "dogwood/page.schema.json#/properties/end") |
| [map](#map) | `object` | Optional | cannot be null | [page](page-properties-map.md "dogwood/page.schema.json#/properties/map") |
| [date](#date) | `string` | Optional | cannot be null | [page](page-properties-date.md "dogwood/page.schema.json#/properties/date") |
| [date](#date) | Merged | Optional | cannot be null | [page](page-properties-date.md "dogwood/page.schema.json#/properties/date") |

## title

Expand Down Expand Up @@ -1012,19 +1012,21 @@ The Jekyll date of the document if we need to set it manually.

* is optional

* Type: `string`
* Type: merged type ([Details](page-properties-date.md))

* cannot be null

* defined in: [page](page-properties-date.md "dogwood/page.schema.json#/properties/date")

### date Type

`string`
merged type ([Details](page-properties-date.md))

### date Constraints
one (and only one) of

**date time**: the string must be a date time string, according to [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339 "check the specification")
* [Untitled string in page](page-properties-date-oneof-0.md "check type definition")

* [Untitled string in page](page-properties-date-oneof-1.md "check type definition")

# page Definitions

Expand Down
2 changes: 1 addition & 1 deletion docs/page.schema.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"title":"page","$id":"dogwood/page.schema.json","description":"A generic information page not tied to a datetime.","type":"object","$defs":{"labeledLink":{"title":"labeled link","type":"object","properties":{"label":{"type":"string"},"link":{"type":"string"}}},"labeledLinks":{"title":"labeled links","type":"array","items":{"$ref":"#/$defs/labeledLink"}},"swagItem":{"type":"object","title":"swag item","properties":{"title":{"type":"string"},"url":{"type":"string"},"image":{"type":"string"}}},"swagItems":{"title":"swag items","type":"array","items":{"$ref":"#/$defs/swagItem"}}},"properties":{"title":{"type":"string","title":"title","examples":["My Great Page"]},"temp_title":{"type":"string"},"short_title":{"type":"string"},"tagline":{"type":"string"},"temp_tagline":{"type":"string"},"blurb":{"type":"string"},"temp_blurb":{"type":"string"},"layout":{"type":"string"},"event":{"type":"string"},"event_series":{"type":"string"},"caption":{"type":"string"},"status":{"type":"string"},"location":{"type":"string"},"image":{"type":"string"},"sign":{"type":"string"},"social_banner":{"type":"string"},"list_logo":{"type":"string","description":"The logo to display in list views."},"logo":{"type":"string"},"logo_alt":{"type":"string"},"wordmark":{"type":"string"},"icon":{"type":"string"},"website":{"type":"string"},"twitter":{"type":"string"},"youtube_page":{"type":"string","description":"Path to a page on youtube.com. Different from `youtube` since that parameter is a video ID which is used differently."},"facebook":{"type":"string"},"linkedin":{"type":"string"},"slack_channel":{"type":"string"},"instagram":{"type":"string"},"email_list":{"type":"string"},"meetup":{"type":"string"},"reddit":{"type":"string"},"mastodon":{"type":"string"},"donate":{"type":"string"},"swag_items":{"$ref":"#/$defs/swagItems"},"swag_sections":{"title":"swag sections","type":"array","items":{"type":"object","title":"swag section","properties":{"title":{"type":"string"},"items":{"$ref":"#/$defs/swagItems"}}}},"links":{"$ref":"#/$defs/labeledLinks"},"dropdown_links":{"$ref":"#/$defs/labeledLinks"},"app_links":{"$ref":"#/$defs/labeledLinks"},"footer_links":{"$ref":"#/$defs/labeledLinks"},"buttons":{"$ref":"#/$defs/labeledLinks"},"sessions":{"type":"array","title":"sessions","items":{"title":"session","type":"object","properties":{"title":{"type":"string"},"blurb":{"type":"string"},"date":{"oneOf":[{"type":"string","format":"date-time"},{"type":"string","pattern":"\\d{4}-[01]\\d-[0-3]\\d [0-2]\\d:[0-5]\\d(:[0-5]\\d)? ([+-][0-2]\\d[0-5]\\d)"}]}}}},"section_tags":{"type":"array","title":"section tags","items":{"type":"string"}},"team_name":{"type":"string"},"max_posts":{"type":"integer"},"updated":{"type":"string","format":"date-time"},"timezone":{"type":"string"},"filter_start":{"type":"string","format":"date-time"},"filter_end":{"type":"string","format":"date-time"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"map":{"title":"map","type":"object","properties":{"points":{"type":"string"}}},"date":{"type":"string","description":"The Jekyll date of the document if we need to set it manually.","format":"date-time"}},"required":["title"]}
{"title":"page","$id":"dogwood/page.schema.json","description":"A generic information page not tied to a datetime.","type":"object","$defs":{"labeledLink":{"title":"labeled link","type":"object","properties":{"label":{"type":"string"},"link":{"type":"string"}}},"labeledLinks":{"title":"labeled links","type":"array","items":{"$ref":"#/$defs/labeledLink"}},"swagItem":{"type":"object","title":"swag item","properties":{"title":{"type":"string"},"url":{"type":"string"},"image":{"type":"string"}}},"swagItems":{"title":"swag items","type":"array","items":{"$ref":"#/$defs/swagItem"}}},"properties":{"title":{"type":"string","title":"title","examples":["My Great Page"]},"temp_title":{"type":"string"},"short_title":{"type":"string"},"tagline":{"type":"string"},"temp_tagline":{"type":"string"},"blurb":{"type":"string"},"temp_blurb":{"type":"string"},"layout":{"type":"string"},"event":{"type":"string"},"event_series":{"type":"string"},"caption":{"type":"string"},"status":{"type":"string"},"location":{"type":"string"},"image":{"type":"string"},"sign":{"type":"string"},"social_banner":{"type":"string"},"list_logo":{"type":"string","description":"The logo to display in list views."},"logo":{"type":"string"},"logo_alt":{"type":"string"},"wordmark":{"type":"string"},"icon":{"type":"string"},"website":{"type":"string"},"twitter":{"type":"string"},"youtube_page":{"type":"string","description":"Path to a page on youtube.com. Different from `youtube` since that parameter is a video ID which is used differently."},"facebook":{"type":"string"},"linkedin":{"type":"string"},"slack_channel":{"type":"string"},"instagram":{"type":"string"},"email_list":{"type":"string"},"meetup":{"type":"string"},"reddit":{"type":"string"},"mastodon":{"type":"string"},"donate":{"type":"string"},"swag_items":{"$ref":"#/$defs/swagItems"},"swag_sections":{"title":"swag sections","type":"array","items":{"type":"object","title":"swag section","properties":{"title":{"type":"string"},"items":{"$ref":"#/$defs/swagItems"}}}},"links":{"$ref":"#/$defs/labeledLinks"},"dropdown_links":{"$ref":"#/$defs/labeledLinks"},"app_links":{"$ref":"#/$defs/labeledLinks"},"footer_links":{"$ref":"#/$defs/labeledLinks"},"buttons":{"$ref":"#/$defs/labeledLinks"},"sessions":{"type":"array","title":"sessions","items":{"title":"session","type":"object","properties":{"title":{"type":"string"},"blurb":{"type":"string"},"date":{"oneOf":[{"type":"string","format":"date-time"},{"type":"string","pattern":"\\d{4}-[01]\\d-[0-3]\\d [0-2]\\d:[0-5]\\d(:[0-5]\\d)? ([+-][0-2]\\d[0-5]\\d)"}]}}}},"section_tags":{"type":"array","title":"section tags","items":{"type":"string"}},"team_name":{"type":"string"},"max_posts":{"type":"integer"},"updated":{"type":"string","format":"date-time"},"timezone":{"type":"string"},"filter_start":{"type":"string","format":"date-time"},"filter_end":{"type":"string","format":"date-time"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"map":{"title":"map","type":"object","properties":{"points":{"type":"string"}}},"date":{"description":"The Jekyll date of the document if we need to set it manually.","oneOf":[{"type":"string","format":"date-time"},{"type":"string","pattern":"\\d{4}-[01]\\d-[0-3]\\d [0-2]\\d:[0-5]\\d(:[0-5]\\d)? ([+-][0-2]\\d[0-5]\\d)"}]}},"required":["title"]}
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fed57ca

Please sign in to comment.