Skip to content

Commit

Permalink
Linkerd redesign (kubernetes#6) (kubernetes#345)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Zaets <[email protected]>
  • Loading branch information
dmitry-zaets authored and grampelberg committed Jun 18, 2019
1 parent 4f44599 commit e252619
Show file tree
Hide file tree
Showing 425 changed files with 27,849 additions and 8,791 deletions.
31 changes: 31 additions & 0 deletions linkerd.io/.forestry/front_matter/templates/blog-detail-page.yml
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 linkerd.io/.forestry/front_matter/templates/blog-list-page.yml
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
14 changes: 14 additions & 0 deletions linkerd.io/.forestry/front_matter/templates/button.yml
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
15 changes: 15 additions & 0 deletions linkerd.io/.forestry/front_matter/templates/buttons.yml
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
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 linkerd.io/.forestry/front_matter/templates/community.yml
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 linkerd.io/.forestry/front_matter/templates/enterprise.yml
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
27 changes: 27 additions & 0 deletions linkerd.io/.forestry/front_matter/templates/hero.yml
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
Loading

0 comments on commit e252619

Please sign in to comment.