Skip to content

Commit

Permalink
Remove beta label from cards (#2568)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoleda-codaio committed Apr 19, 2023
1 parent 4ba4240 commit 2291175
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 13 deletions.
5 changes: 1 addition & 4 deletions docs/guides/blocks/cards.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
---
nav: Cards 🚧
nav: Cards
description: Display structured information as rich cards.
---

# Preview content with rich cards

!!! warning "Limited beta"
This feature is currently only available to a limited group of beta testers.

Pack formulas can return structured data as [objects][data_types_objects], allowing a single call to return a variety of related information. By default these objects are presented as "mentions", shown as chips in the document that you can hover over to get the full set of information.

<img src="../../../images/cards_demo_mention.png" srcset="../../../images/cards_demo_mention_2x.png 2x" alt="Schema shown as a mention">
Expand Down
4 changes: 1 addition & 3 deletions docs/samples/topic/card.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions documentation/generated/examples.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions documentation/samples/packs/card/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
A card is an visual way to display key information about an item, typically represented by a URL in an external application.

🚧 This feature is currently only available to a limited group of beta testers.
2 changes: 0 additions & 2 deletions documentation/scripts/documentation_config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type {AutocompleteSnippet} from '../types';
import type {Example} from '../types';
import {ExampleCategory} from '../types';
import {ExampleStatus} from '../types';
import {UrlType} from '../types';

export const Snippets: AutocompleteSnippet[] = [
Expand Down Expand Up @@ -962,7 +961,6 @@ export const Examples: Example[] = [
type: UrlType.SdkReferencePath,
url: '/guides/blocks/cards',
},
status: ExampleStatus.Beta,
exampleSnippets: [
{
name: 'Template',
Expand Down

0 comments on commit 2291175

Please sign in to comment.