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.
Linkerd redesign (kubernetes#6) (kubernetes#345)
Signed-off-by: Dmitry Zaets <[email protected]>
- Loading branch information
1 parent
4f44599
commit e252619
Showing
425 changed files
with
27,849 additions
and
8,791 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
linkerd.io/.forestry/front_matter/templates/blog-detail-page.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,31 @@ | ||
--- | ||
label: Blogpost | ||
hide_body: false | ||
fields: | ||
- type: text | ||
name: title | ||
label: Title | ||
config: | ||
required: true | ||
- type: tag_list | ||
name: tags | ||
label: Tags | ||
- type: select | ||
name: author | ||
config: | ||
source: | ||
type: documents | ||
file: data/authors.json | ||
label: Author | ||
- type: datetime | ||
label: Date | ||
name: date | ||
config: | ||
time_format: " " | ||
- type: file | ||
name: thumbnail | ||
label: Thumbnail | ||
default: '' | ||
- type: file | ||
label: Featured Thumbnail | ||
name: feature |
22 changes: 22 additions & 0 deletions
22
linkerd.io/.forestry/front_matter/templates/blog-list-page.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,22 @@ | ||
--- | ||
label: Blog List Page | ||
hide_body: true | ||
fields: | ||
- type: include | ||
name: featured_posts | ||
label: Featured Posts | ||
template: related-content | ||
- type: text | ||
name: title | ||
label: Title | ||
description: Used as meta title for the page | ||
- type: text | ||
name: description | ||
label: Description | ||
description: Used as meta description for the page | ||
- type: tag_list | ||
label: Keywords | ||
name: keywords | ||
description: Used as meta description for the page | ||
pages: | ||
- linkerd.io/content/blog/_index.md |
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,14 @@ | ||
--- | ||
label: Button | ||
hide_body: false | ||
fields: | ||
- type: text | ||
name: caption | ||
label: Caption | ||
config: | ||
required: false | ||
- type: text | ||
name: url | ||
label: Url | ||
config: | ||
required: false |
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,15 @@ | ||
--- | ||
label: Buttons | ||
hide_body: false | ||
fields: | ||
- type: field_group_list | ||
name: buttons | ||
label: Buttons | ||
config: | ||
min: '0' | ||
max: '2' | ||
fields: | ||
- type: include | ||
name: button | ||
label: Button | ||
template: button |
6 changes: 6 additions & 0 deletions
6
linkerd.io/.forestry/front_matter/templates/choose-your-platform.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,6 @@ | ||
--- | ||
label: Choose Your Platform | ||
hide_body: false | ||
fields: [] | ||
pages: | ||
- linkerd.io/content/choose-your-platform.md |
126 changes: 126 additions & 0 deletions
126
linkerd.io/.forestry/front_matter/templates/community.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,126 @@ | ||
--- | ||
label: Community | ||
hide_body: true | ||
fields: | ||
- type: field_group | ||
name: top_hero | ||
label: Top Hero | ||
fields: | ||
- type: include | ||
name: top_hero | ||
label: Top Hero | ||
template: hero | ||
- name: link_lists | ||
type: field_group | ||
config: {} | ||
fields: | ||
- name: links_list | ||
type: field_group_list | ||
fields: | ||
- name: title | ||
type: text | ||
config: | ||
required: false | ||
label: Title | ||
- name: links | ||
type: field_group_list | ||
fields: | ||
- name: caption | ||
type: text | ||
config: | ||
required: false | ||
label: Caption | ||
- name: url | ||
type: text | ||
config: | ||
required: false | ||
label: Url | ||
- name: icon_name | ||
type: text | ||
config: | ||
required: false | ||
label: Icon name | ||
description: Class names of the font awesome icon (full, including prefix, | ||
e.g. "fab fa-slack") | ||
config: | ||
min: | ||
max: | ||
labelField: | ||
label: Links | ||
config: | ||
min: | ||
max: | ||
labelField: | ||
label: Links list | ||
label: Link Lists | ||
- type: field_group | ||
name: talk_hero | ||
label: Talk Hero | ||
fields: | ||
- type: include | ||
name: talk_hero | ||
label: Talk Hero | ||
template: hero | ||
- name: jobs | ||
type: field_group | ||
config: {} | ||
fields: | ||
- name: title | ||
type: text | ||
config: | ||
required: false | ||
label: Title | ||
- name: description | ||
type: textarea | ||
default: '' | ||
config: | ||
required: false | ||
wysiwyg: true | ||
schema: | ||
format: markdown | ||
label: Description | ||
- name: jobs | ||
type: field_group_list | ||
fields: | ||
- name: title | ||
type: text | ||
config: | ||
required: false | ||
label: Title | ||
- name: description | ||
type: textarea | ||
default: '' | ||
config: | ||
required: false | ||
wysiwyg: true | ||
schema: | ||
format: markdown | ||
label: Description | ||
- name: thumbnail | ||
type: file | ||
config: | ||
maxSize: 250 | ||
label: Thumbnail | ||
- name: url | ||
type: text | ||
config: | ||
required: false | ||
label: Url | ||
config: | ||
min: | ||
max: | ||
labelField: | ||
label: Jobs | ||
- name: bottom_description | ||
type: text | ||
config: | ||
required: false | ||
label: Bottom description | ||
- name: buttons | ||
type: include | ||
config: {} | ||
template: buttons | ||
label: Buttons | ||
label: Jobs | ||
pages: | ||
- linkerd.io/content/community.md |
67 changes: 67 additions & 0 deletions
67
linkerd.io/.forestry/front_matter/templates/enterprise.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,67 @@ | ||
--- | ||
label: Enterprise | ||
hide_body: true | ||
fields: | ||
- name: support | ||
type: field_group | ||
config: {} | ||
fields: | ||
- name: title | ||
type: text | ||
config: | ||
required: false | ||
label: Title | ||
- name: description | ||
type: textarea | ||
default: '' | ||
config: | ||
required: false | ||
wysiwyg: true | ||
schema: | ||
format: markdown | ||
label: Description | ||
- name: companies | ||
type: field_group_list | ||
fields: | ||
- name: title | ||
type: text | ||
config: | ||
required: false | ||
label: Title | ||
- name: description | ||
type: textarea | ||
default: '' | ||
config: | ||
required: false | ||
wysiwyg: true | ||
schema: | ||
format: markdown | ||
label: Description | ||
- name: thumbnail | ||
type: file | ||
config: | ||
maxSize: 250 | ||
label: Thumbnail | ||
- name: url | ||
type: text | ||
config: | ||
required: false | ||
label: Url | ||
config: | ||
min: | ||
max: | ||
labelField: | ||
label: Companies | ||
- name: bottom_description | ||
type: text | ||
config: | ||
required: false | ||
label: Bottom description | ||
- name: buttons | ||
type: include | ||
config: {} | ||
template: buttons | ||
label: Buttons | ||
label: Support | ||
pages: | ||
- linkerd.io/content/enterprise.md |
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,27 @@ | ||
--- | ||
label: Hero | ||
hide_body: true | ||
fields: | ||
- type: text | ||
name: title | ||
label: Title | ||
config: | ||
required: false | ||
- type: textarea | ||
name: description | ||
label: Description | ||
config: | ||
required: false | ||
wysiwyg: true | ||
schema: | ||
format: markdown | ||
- type: file | ||
name: image | ||
label: Image | ||
- type: boolean | ||
label: Image on the right | ||
name: image_on_the_right | ||
- type: include | ||
name: buttons | ||
label: Buttons | ||
template: buttons |
Oops, something went wrong.