Skip to content

Commit 1347f11

Browse files
authored
feat(docs): modify references pr request to add a comment + add references to node docs (#18771)
This modifies the references frontmatter PR request to add a comment describing the files changed and what docs reference them.
2 parents e62b2cf + 10f724c commit 1347f11

File tree

13 files changed

+143
-20
lines changed

13 files changed

+143
-20
lines changed

docs/docs-network/reference/cli_reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
sidebar_position: 1
33
title: Cli Reference
44
description: A reference of the --help output when running aztec start.
5+
references: ["yarn-project/aztec/src/cli/aztec_start_options.ts", "yarn-project/aztec/src/cli/cli.ts"]
56
keywords:
67
[
78
aztec,

docs/docs-network/setup/bootnode_operation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: bootnode_operation
33
sidebar_position: 3
44
title: Using and running a bootnode
55
description: Learn how to connect to and operate bootnodes for peer discovery in the Aztec network.
6+
references: ["yarn-project/aztec/src/cli/cmds/start_p2p_bootstrap.ts"]
67
---
78

89
## Overview

docs/docs-network/setup/running_a_node.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: running_a_node
33
sidebar_position: 2
44
title: Running a Full Node
55
description: A comprehensive guide on how to run a full node on the Aztec network using Docker Compose.
6+
references: ["yarn-project/aztec/src/cli/cmds/start_node.ts"]
67
---
78

89
## Overview

docs/docs-network/setup/running_a_prover.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: running_a_prover
33
sidebar_position: 4
44
title: Running a Prover
55
description: A comprehensive guide on how to run an Aztec prover on the network using Docker Compose in a distributed configuration.
6+
references: ["yarn-project/aztec/src/cli/cmds/start_prover_node.ts"]
67
---
78

89
## Overview

docs/network_versioned_docs/version-v2.1.4/concepts/governance/governance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: governance
33
sidebar_position: 3
44
title: Governance Overview
55
description: Learn about the governance process on the Aztec network.
6+
references: ["l1-contracts/src/governance/Governance.sol", "l1-contracts/src/governance/interfaces/IGovernance.sol"]
67
---
78

89
import Image from "@theme/IdealImage";

docs/network_versioned_docs/version-v2.1.4/operation/keystore/creating_keystores.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: creating_keystores
33
sidebar_position: 0
44
title: Creating Sequencer Keystores
55
description: Learn how to create sequencer keystores for running validators on the Aztec network using the Aztec CLI.
6+
references: ["yarn-project/cli/src/cmds/validator_keys/index.ts"]
67
---
78

89
## Overview

docs/network_versioned_docs/version-v2.1.4/operation/keystore/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: advanced_keystore_guide
33
sidebar_position: 2
44
title: Advanced Keystore Usage
55
description: Learn how to configure keystores with remote signers, mnemonics, JSON V3 keystores, and multiple publishers for enhanced security and flexibility.
6+
references: ["yarn-project/node-keystore/src/config.ts", "yarn-project/node-keystore/src/schemas.ts"]
67
---
78

89
## Overview

docs/network_versioned_docs/version-v2.1.4/operation/metrics_reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Key Metrics Reference
33
description: Comprehensive guide to understanding and using the metrics exposed by your Aztec node for monitoring and observability.
4+
references: ["yarn-project/aztec-node/src/aztec-node/node_metrics.ts", "yarn-project/sequencer-client/src/sequencer/metrics.ts", "yarn-project/prover-node/src/metrics.ts", "yarn-project/archiver/src/archiver/instrumentation.ts"]
45
---
56

67
## Overview

docs/network_versioned_docs/version-v2.1.4/operation/sequencer_management/creating_and_voting_on_proposals.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: creating_and_voting_on_proposals
33
sidebar_position: 1
44
title: Governance and Proposal Process
55
description: Learn how to participate in protocol governance as a sequencer, including signaling support, creating proposals, and voting
6+
references: ["l1-contracts/src/governance/Governance.sol", "l1-contracts/src/governance/interfaces/IGovernance.sol"]
67
---
78

89
## Overview

docs/network_versioned_docs/version-v2.1.4/reference/ethereum_rpc_reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: ethereum_rpc_reference
33
sidebar_position: 3
44
title: Ethereum RPC call reference
55
description: A comprehensive reference of Ethereum RPC calls used by different Aztec node components, including archiver, sequencer, prover, and slasher nodes.
6+
references: ["yarn-project/ethereum/src/client.ts", "yarn-project/sequencer-client/src/publisher/sequencer-publisher.ts"]
67
---
78

89
This guide provides a comprehensive reference of Ethereum RPC calls used by different Aztec node components. Understanding these calls helps with infrastructure planning, monitoring, and debugging.

0 commit comments

Comments
 (0)