From c222e7b0ae67c4b5c57ad776c98157d566a2764f Mon Sep 17 00:00:00 2001 From: quincylvania <2046746+quincylvania@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:53:28 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20osmus/do?= =?UTF-8?q?gwood@f07f4ac3b5aff6f8668560b1597cca5b975fc781=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/page-properties-github.md | 3 +++ docs/page.md | 19 +++++++++++++++++++ docs/page.schema.json | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 docs/page-properties-github.md diff --git a/docs/page-properties-github.md b/docs/page-properties-github.md new file mode 100644 index 0000000..9c5b3e8 --- /dev/null +++ b/docs/page-properties-github.md @@ -0,0 +1,3 @@ +## github Type + +`string` diff --git a/docs/page.md b/docs/page.md index 054842a..d0f72cd 100644 --- a/docs/page.md +++ b/docs/page.md @@ -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") | @@ -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 diff --git a/docs/page.schema.json b/docs/page.schema.json index cc2f8c7..8fe2b80 100644 --- a/docs/page.schema.json +++ b/docs/page.schema.json @@ -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"]}