Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit bd627ef

Browse files
committed
Addressing review comments
1 parent 0256e60 commit bd627ef

11 files changed

+16
-16
lines changed

docs/developers/Concepts/security/_category_.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/developers/HowTo/avs-opset-slashing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 3
2+
sidebar_position: 4
33
title: Implement Slashing of Unique Stake
44
---
55

docs/developers/HowTo/avs-permissionlesss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 6
2+
sidebar_position: 7
33
title: Add ERC-20 Tokens as Restakable Asset
44
---
55

docs/developers/HowTo/deployment-testnet-mainnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 5
2+
sidebar_position: 6
33
title: Prepare for and Deploy to Testnet and Mainnet
44
---
55

@@ -15,7 +15,7 @@ title: Prepare for and Deploy to Testnet and Mainnet
1515
- Communication channels that will be utilized for AVS upgrades.
1616
- Describe Operator monitoring tooling available, such as GraFana dashboards, log files or similar.
1717

18-
3. Follow the [AVS Developer Security Best Practices](../Concepts/security/avs-developer-best-practices.md) and [Key Manage Considerations for Developers](../Concepts/security/avs-developer-best-practices.md#key-management-recommendation-for-developers).
18+
3. Follow the [AVS Developer Security Best Practices](../Reference/avs-developer-best-practices.md) and [Key Manage Considerations for Developers](../Reference/avs-developer-best-practices.md#key-management-recommendation-for-developers).
1919

2020
4. Implement the [Node Specification](https://docs.eigenlayer.xyz/eigenlayer/avs-guides/spec/intro) for your Operator executable package.
2121

docs/developers/HowTo/how-to-build-an-avs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
sidebar_position: 1
2+
sidebar_position: 2
33
title: Build Your Own AVS
44
---
55

66
This section will walk you through the process of designing and building your own AVS from scratch. It is intended to take you from an idea to a working local prototype.
77

8-
Before proceeding, please review the previous sections on [AVS Overview](../Concepts/avs-developer-guide.md), [EigenLayer Overview](/docs/eigenlayer/overview/README.md) and the [Quick Start example](../Tutorials/quickstart.md) to become familiar with the basic concepts.
8+
Before proceeding, please review the previous sections on [AVS Overview](../Concepts/avs-developer-guide.md), [EigenLayer Overview](/docs/eigenlayer/overview/README.md) and the [Quick Start example](quickstart.md) to become familiar with the basic concepts.
99

1010

1111
## Step 1: AVS Design

docs/developers/HowTo/implement-avs-marketplace-interfaces.md renamed to docs/developers/HowTo/onboard-avs-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
sidebar_position: 4
3-
title: Implement AVS Marketplace Interfaces
2+
sidebar_position: 5
3+
title: Onboard to AVS Dashboard
44
---
55

66

docs/developers/Tutorials/quickstart.md renamed to docs/developers/HowTo/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
sidebar_position: 2
3-
title: Quick Start Example
2+
sidebar_position: 1
3+
title: Get started
44
---
55

66
## Hello World AVS: Local Deployment

docs/developers/HowTo/rewards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 2
2+
sidebar_position: 3
33
title: Implement Rewards
44
---
55

docs/developers/HowTo/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 7
2+
sidebar_position: 8
33
title: Get Support
44
---
55

0 commit comments

Comments
 (0)