Skip to content

Commit

Permalink
Add products intro page
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Jan 1, 2024
1 parent 4e25e3d commit 8d7e72b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
19 changes: 19 additions & 0 deletions docs/docs/products/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 'BUILD.5 Products'
keywords: ['products', 'api', 'blockchain', 'nft', 'digital twin', 'token', 'staking', 'trading', 'launchpad', 'staking', 'reputation', 'member', 'project', 'proposal', 'stake reward', 'token distribution', 'dao management']
---

Learn about the BUILD.5 products and how to use them.

The following products are available (all of them are described in the following pages with [how-to guides and examples](/docs/tags/how-to)):
<!-- TODO: Uncomment once repo is public
:::tip
You can find all examples of the SDK in our repo
:::
-->

import DocCardList from '@theme/DocCardList';

<DocCardList />
8 changes: 1 addition & 7 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ const sidebars = {
{
type: 'category',
label: 'Products',
link: {
type: 'generated-index',
title: 'BUILD.5 Products',
description: 'Learn about the BUILD.5 products and how to use them.',
slug: '/products',
keywords: ['products', 'api', 'blockchain', 'nft', 'digital twin', 'token', 'staking', 'trading', 'launchpad', 'staking', 'reputation', 'member', 'project', 'proposal', 'stake reward', 'token distribution', 'dao management'],
},
link: {type: 'doc', id: 'products/overview'},
collapsible: true,
collapsed: false,
items: [
Expand Down

0 comments on commit 8d7e72b

Please sign in to comment.