forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Community updates (kubernetes#4) (kubernetes#864)
Signed-off-by: Patrick Heneise <[email protected]> Co-authored-by: Christian Mejlak <[email protected]>
- Loading branch information
1 parent
18a8862
commit 2a99f95
Showing
22 changed files
with
487 additions
and
37 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
linkerd.io/.forestry/front_matter/templates/schema-faq.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
label: 'Schema: FAQ' | ||
hide_body: true | ||
fields: | ||
- name: enableFAQSchema | ||
type: boolean | ||
label: Enable FAQ Schema | ||
- name: schema_faq | ||
type: field_group | ||
config: {} | ||
fields: | ||
- name: faqs | ||
type: field_group_list | ||
fields: | ||
- name: question | ||
type: text | ||
config: | ||
required: true | ||
label: Question | ||
- name: answer | ||
type: textarea | ||
default: '' | ||
config: | ||
required: true | ||
wysiwyg: false | ||
schema: | ||
format: markdown | ||
label: Answer | ||
config: | ||
min: | ||
max: | ||
labelField: | ||
label: FAQs | ||
label: 'Schema: FAQ' | ||
showOnly: | ||
field: enableFAQSchema | ||
value: true |
62 changes: 62 additions & 0 deletions
62
linkerd.io/.forestry/front_matter/templates/schema-video.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
label: 'Schema: Video' | ||
hide_body: true | ||
fields: | ||
- name: enableVideoSchema | ||
type: boolean | ||
label: video object | ||
- name: schema_video | ||
type: field_group_list | ||
config: | ||
min: 1 | ||
max: 3 | ||
labelField: | ||
fields: | ||
- name: title | ||
type: text | ||
config: | ||
required: true | ||
label: Title | ||
- name: description | ||
type: textarea | ||
default: '' | ||
config: | ||
required: true | ||
wysiwyg: false | ||
schema: | ||
format: markdown | ||
label: Description | ||
- name: thumbnailUrl | ||
type: text | ||
config: | ||
required: false | ||
label: Thumbnail Url | ||
default: https://i.ytimg.com/ | ||
- name: embedUrl | ||
type: text | ||
config: | ||
required: true | ||
label: YouTube Embed Url | ||
default: '' | ||
description: https://www.youtube.com/watch?v=123 | ||
- name: uploadDate | ||
type: datetime | ||
label: Upload Date | ||
description: '' | ||
config: | ||
required: true | ||
date_format: YYYY-MM-DD | ||
time_format: | ||
display_utc: false | ||
export_format: YYYY-MM-DD | ||
default: now | ||
- name: duration | ||
type: text | ||
config: | ||
required: false | ||
label: Duration | ||
default: PT3078S | ||
label: 'Schema: Video' | ||
showOnly: | ||
field: enableVideoSchema | ||
value: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Heroes | ||
layout: heroes | ||
top_hero: | ||
title: Linkerd Heros | ||
description: Open source is all about community, and Linkerd wouldn't be what it is today without our heroes. Linkerd Heroes contribute to the codebase, help each other out whether on Slack or social media, share their successes and failures at conferences or through blogs, fostering the dynamic and engaging community we all love. | ||
image: "/uploads/heros-trophy.svg" | ||
image_on_the_right: false | ||
heroes: | ||
- name: Mayank Shan | ||
job_title: Intern @ CNCF | ||
location: Chennai, Tamil Nadu, India | ||
image: "/uploads/community-hero-example.jpg" | ||
times_winner: 4 | ||
- name: Mayank Shan | ||
job_title: Intern @ CNCF | ||
location: Chennai, Tamil Nadu, India | ||
image: "/uploads/community-hero-example.jpg" | ||
times_winner: 2 | ||
- name: Mayank Shan | ||
job_title: Intern @ CNCF | ||
location: Chennai, Tamil Nadu, India | ||
image: "/uploads/community-hero-example.jpg" | ||
times_winner: 3 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{{ define "main" }} | ||
{{ partial "heroes/top-hero.html" .Params.top_hero }} | ||
{{ partial "heroes/heroes-section.html" .Params.heroes }} | ||
|
||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.