Skip to content

Commit

Permalink
Update TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Jun 20, 2024
1 parent ea5a69a commit 4a48c84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docusaurus/docs/develop/developer_guide/adding_params.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: Adding On-Chain Module Parameters

# Adding On-Chain Module Parameters <!-- omit in toc -->

- [Adding a New On-Chain Module Parameter](#adding-a-new-on-chain-module-parameter)
- [Step-by-Step Instructions](#step-by-step-instructions)
- [1. Define the Parameter in the Protocol Buffers File](#1-define-the-parameter-in-the-protocol-buffers-file)
- [2 Update the Parameter E2E Tests](#2-update-the-parameter-e2e-tests)
Expand All @@ -25,8 +24,6 @@ title: Adding On-Chain Module Parameters
- [10.1 Parameter Validation Tests](#101-parameter-validation-tests)
- [10.2 Parameter Update Tests](#102-parameter-update-tests)

## Adding a New On-Chain Module Parameter

Adding a new on-chain module parameter involves multiple steps to ensure that the
parameter is properly integrated into the system. This guide will walk you through
the process using a generic approach, illustrated by adding a parameter to the `proof` module.
Expand Down

0 comments on commit 4a48c84

Please sign in to comment.