Skip to content

Commit

Permalink
fix: add smart contract size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
anegg0 committed Nov 18, 2024
1 parent 3addd0d commit 30580d6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Supported parent chains'
sidebar_label: 'Supported parent chains'
description: 'List of chains officially supported in Orbit'
sidebar_position: 2
sidebar_position: '2'
author: 'mahsamoosavi'
sme: 'mahsamoosavi'
editor: 'anegg0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: 'Configuration parameters: Orbit chains'
sidebar_label: 'Configuration parameters'
description: 'Learn about Orbit configuration parameters'
author: 'anegg0'
sme: 'anegg0'
target_audience: 'Prospective chain owners, and operators'
sidebar_position: '6'
user_story: 'As a current or prospective Orbit chain owner or operator, I need to understand how to configure my chain'
content_type: 'reference'
---

The following configuration parameters can be used when deploying or managing your Orbit chain:

import OptionalOrbitCompatibleCLIFlagsPartial from '../../partials/_additional-config-params.mdx';

<OptionalOrbitCompatibleCLIFlagsPartial />
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ sidebar_label: 'Configuration: fast block times'
description: 'Learn about Orbit fast block times'
author: 'anegg0'
sme: 'anegg0'
target_audience: 'Prospective chain owners, and operators'
taget_audience: 'Prospective chain owners, and operators'
sidebar_position: '6'
user_story: 'As a current or prospective Orbit chain owner or operator, I need to understand how to configure my chain for fast block times'
content_type: 'how-to'
content_type: 'reference'
---
4 changes: 2 additions & 2 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ const sidebars = {
},
{
type: 'doc',
id: 'launch-orbit-chain/reference/smart-contract-size-limit',
label: 'smart-contract-size-limit',
id: 'launch-orbit-chain/reference/orbit-smart-contract-size-limit',
label: 'smart contract size limit',
},
{
type: 'doc',
Expand Down

0 comments on commit 30580d6

Please sign in to comment.