Skip to content

Commit 99708bd

Browse files
authored
feat: update navigation, clarify soroban, amplifier roadmap (axelarnetwork#1180)
1 parent ec73581 commit 99708bd

File tree

3 files changed

+12
-27
lines changed

3 files changed

+12
-27
lines changed

src/content/docs/dev/amplifier/roadmap.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ The Axelar network will be updated to v1.0 at the consensus layer. This release
3131
- The CosmWasm contracts to be used with Amplifier. These will be released in [Phase 3](/dev/amplifier/roadmap/#phase-3-amplifier-smart-contracts-release).
3232
Amplifier availability on the Axelar network.
3333

34-
## In Progress
35-
3634
### Phase 3: Amplifier smart contracts release
3735

3836
The [smart contracts powering Amplifier](https://github.com/axelarnetwork/axelar-amplifier/tree/main/doc/src/contracts) will be deployed and instantiated. Verifiers and chain integrators will be able to onboard to the Axelar network by deploying the Amplifier contracts via governance proposals.
@@ -46,6 +44,8 @@ The [smart contracts powering Amplifier](https://github.com/axelarnetwork/axelar
4644

4745
- Automatic relaying for new chains. This will become available in [Phase 5](/dev/amplifier/roadmap/#phase-5-amplifier-connected-chains-have-their-own-relayers). Before Phase 5, new chains must either have [their own custom-built relayers](/dev/amplifier/chain-integration/relay-messages/) or be integrated with existing ones.
4846

47+
## In Progress
48+
4949
### Phase 4: Connect new chains with Amplifier
5050

5151
Onboarded chain integrators will be able to connect new chains to the Axelar network through Amplifier.

src/layouts/navigation.ts

+10-25
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,6 @@ export const getNavigation = (section) => {
264264
title: "Introduction",
265265
href: "/dev/amplifier/introduction/",
266266
},
267-
{
268-
title: "Roadmap",
269-
href: "/dev/amplifier/roadmap/",
270-
},
271267
{
272268
title: "Integration Overview",
273269
href: "/dev/amplifier/chain-integration/introduction/",
@@ -291,7 +287,7 @@ export const getNavigation = (section) => {
291287
title: "Manual Relaying",
292288
href: "/dev/amplifier/chain-integration/relay-messages/manual/",
293289
},
294-
]
290+
],
295291
},
296292
{
297293
title: "Add Rewards",
@@ -306,13 +302,8 @@ export const getNavigation = (section) => {
306302
href: "/dev/amplifier/chain-integration/error-messages/",
307303
},
308304
{
309-
title: "Chain RPC Setup",
310-
children: [
311-
{
312-
title: "Configure companion processes",
313-
href: "/dev/amplifier/chains/soroban",
314-
},
315-
],
305+
title: "Roadmap",
306+
href: "/dev/amplifier/roadmap/",
316307
},
317308
],
318309
},
@@ -435,6 +426,10 @@ export const getNavigation = (section) => {
435426
{ title: "Optimism", href: "/validator/external-chains/optimism/" },
436427
{ title: "Polygon", href: "/validator/external-chains/polygon/" },
437428
{ title: "Scroll", href: "/validator/external-chains/scroll/" },
429+
{
430+
title: "Soroban",
431+
href: "/validator/external-chains/soroban/",
432+
},
438433
{ title: "Sui", href: "/validator/external-chains/sui/" },
439434
],
440435
},
@@ -534,12 +529,7 @@ export const getNavigation = (section) => {
534529
},
535530
{
536531
title: "Static Configs",
537-
children: [
538-
{
539-
title: "Static Configs",
540-
href: "/resources/static-configs/static-configs/",
541-
},
542-
],
532+
href: "/resources/static-configs/static-configs/",
543533
},
544534
{
545535
title: "Tokens",
@@ -720,13 +710,8 @@ export const getNavigation = (section) => {
720710
],
721711
},
722712
{
723-
title: "Community",
724-
children: [
725-
{
726-
title: "Community Pool Proposals",
727-
href: " /resources/community/community-pool-proposals/",
728-
},
729-
],
713+
title: "Community Pool Proposals",
714+
href: " /resources/community/community-pool-proposals/",
730715
},
731716
{
732717
title: "Onboard Your IBC chain",

0 commit comments

Comments
 (0)