Skip to content

Commit

Permalink
Merge pull request #2130 from Teradata/create-home-page
Browse files Browse the repository at this point in the history
Add initial home page - Adam
  • Loading branch information
knapsack-cloud[bot] committed Mar 22, 2024
2 parents 359d7a7 + 7fe125e commit 9f67223
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 37 deletions.
36 changes: 36 additions & 0 deletions apps/knapsack/data/blocks/block.93u7FVOSPJ.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"id": "93u7FVOSPJ",
"data": {
"shortcuts": [
{
"id": "NYZp56rve7",
"link": {
"path": "https://github.com/Teradata/covalent/tree/main/libs/components#getting-started",
"external": true
},
"title": "Getting started",
"description": "A quick how to guide on including these components in a html page"
},
{
"id": "reKm8mV71v",
"link": {
"path": "https://teradata.github.io/covalent/docs/components/?path=/docs/introduction--overview",
"external": true
},
"title": "Storybook",
"description": "Older documentation, useful while we flesh out this new site"
}
],
"gridStyles": {
"columns": "2",
"centered": false
},
"tileStyles": {
"rounded": true,
"outlined": true,
"imageSize": "none",
"titleSize": "xsmall"
}
},
"blockType": "shortcut-tiles"
}
8 changes: 8 additions & 0 deletions apps/knapsack/data/blocks/block.B2EzynPRu8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "B2EzynPRu8",
"data": {
"content": {},
"autoFocus": true
},
"blockType": "text-editor"
}
4 changes: 2 additions & 2 deletions apps/knapsack/data/blocks/block.NiGVnAPPLN.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"blockType": "design-tokens",
"data": {
"demoId": "table-list",
"tokenType": "",
"groupIds": ["cv.typography"]
"tokenType": "string",
"groupIds": ["typography"]
}
}
21 changes: 21 additions & 0 deletions apps/knapsack/data/blocks/block.Q7qj81IntK.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"id": "Q7qj81IntK",
"data": {
"type": "warning",
"content": {
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"text": "These docs are under heavy construction. Ping us on Slack: @odubya for development questions and @adam for design related topics.",
"type": "text"
}
]
}
]
}
},
"blockType": "callout"
}
29 changes: 0 additions & 29 deletions apps/knapsack/data/blocks/block.sboFE6eFek.json

This file was deleted.

17 changes: 11 additions & 6 deletions apps/knapsack/data/knapsack.custom-page.homepage.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
id: homepage
title: covalent design system
title: Covalent Design System
blockIds:
- sboFE6eFek
- Q7qj81IntK
- 93u7FVOSPJ
settings:
pageHeader:
backgroundColor:
type: design-token
tokenName: cv.theme.light.colors.surface-container
tokenName: cv.theme.dark.colors.background
textColorTitle:
type: design-token
tokenName: cv.theme.light.colors.on-surface
tokenName: cv.theme.dark.colors.inverse-surface
textColorDescription:
type: design-token
tokenName: cv.theme.light.colors.on-surface-38%
tokenName: cv.theme.dark.colors.inverse-surface
size: large
description: ''
backgroundImage: https://knapsack.imgix.net/site/covalent/globe-dark-g7nfo60ljmsvg
hideText: false
backgroundSize: cover
backgroundOverlay: true
description: For Teradata products
1 change: 1 addition & 0 deletions apps/knapsack/data/knapsack.pattern.action-ribbon.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"id": "overview",
"title": "Overview",
"blockIds": [
"B2EzynPRu8",
"eoYSn9Yrdo",
"zocaUxSRSz",
"Uz3dQxAX-n",
Expand Down

0 comments on commit 9f67223

Please sign in to comment.