Skip to content

Commit

Permalink
Deploying to gh-pages from @ f07f4ac 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jul 10, 2024
1 parent 0b69085 commit c222e7b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/page-properties-github.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## github Type

`string`
19 changes: 19 additions & 0 deletions docs/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
| [facebook](#facebook) | `string` | Optional | cannot be null | [page](page-properties-facebook.md "dogwood/page.schema.json#/properties/facebook") |
| [linkedin](#linkedin) | `string` | Optional | cannot be null | [page](page-properties-linkedin.md "dogwood/page.schema.json#/properties/linkedin") |
| [slack\_channel](#slack_channel) | `string` | Optional | cannot be null | [page](page-properties-slack_channel.md "dogwood/page.schema.json#/properties/slack_channel") |
| [github](#github) | `string` | Optional | cannot be null | [page](page-properties-github.md "dogwood/page.schema.json#/properties/github") |
| [instagram](#instagram) | `string` | Optional | cannot be null | [page](page-properties-instagram.md "dogwood/page.schema.json#/properties/instagram") |
| [email\_list](#email_list) | `string` | Optional | cannot be null | [page](page-properties-email_list.md "dogwood/page.schema.json#/properties/email_list") |
| [meetup](#meetup) | `string` | Optional | cannot be null | [page](page-properties-meetup.md "dogwood/page.schema.json#/properties/meetup") |
Expand Down Expand Up @@ -552,6 +553,24 @@ Path to a page on youtube.com. Different from `youtube` since that parameter is

`string`

## github



`github`

* is optional

* Type: `string`

* cannot be null

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

### github Type

`string`

## instagram


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":{"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"]}
{"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"},"github":{"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"]}

0 comments on commit c222e7b

Please sign in to comment.