diff --git a/developer-docs-site/docs/contribute/highlights.md b/developer-docs-site/docs/contribute/community/index.md similarity index 70% rename from developer-docs-site/docs/contribute/highlights.md rename to developer-docs-site/docs/contribute/community/index.md index 7109c67ee266b..231d5c70daf82 100644 --- a/developer-docs-site/docs/contribute/highlights.md +++ b/developer-docs-site/docs/contribute/community/index.md @@ -1,16 +1,16 @@ --- title: "Community Highlights" -slug: "community-highlights" +slug: "community-index" --- # Aptos Community Highlights This page shines a light on exemplary contributions from our community members. These enhancements can be documentation, features, or both. This builds upon the standalone [ecosystem projects](https://github.com/aptos-foundation/ecosystem-projects) listed in GitHub. -To add your own contribution here, first submit a new page to Aptos.dev or a product feature in the [`aptos-core`](https://github.com/aptos-labs/aptos-core) repository. The source materials for both live in GitHub too. See [Contribute](./index.md) for ways to make updates. +To add your own contribution here, first submit a new page to Aptos.dev or a product feature in the [`aptos-core`](https://github.com/aptos-labs/aptos-core) repository. The source materials for both live in GitHub too. See [Contribute](../index) for ways to make updates. | Contribution | Description | Author | Date added/updated | | --- | --- | --- | --- | | [Transfer validator node to other server (no FN required)](https://forum.aptoslabs.com/t/transfer-validator-node-to-other-server-no-fn-required/194629/1) | Shows how to transfer a validator node to another server without using an intermediate full node server. | [p1xel32](https://forum.aptoslabs.com/u/p1xel32) | 2023-02-03 | -| [Failover and migrate Validator Nodes for less downtime](https://forum.aptoslabs.com/t/failover-and-migrate-validator-nodes-for-less-downtime/144846) | Explains how to hot swap a validator node with a validator full node with Docker setup and inspired the generic [Update Aptos Validator Node via Failover](../nodes/validator-node/operator/update-validator-node.md). | [guguru](https://forum.aptoslabs.com/u/guguru) | 2022-11-22 | -| [How Base Gas Works](../concepts/base-gas.md) | Aptos transactions by default charge a base gas fee, regardless of market conditions. This document explains that process. | [alnoki](https://github.com/alnoki) | 2022-10-06 | +| [Failover and migrate Validator Nodes for less downtime](https://forum.aptoslabs.com/t/failover-and-migrate-validator-nodes-for-less-downtime/144846) | Explains how to hot swap a validator node with a validator full node with Docker setup and inspired the generic [Update Aptos Validator Node via Failover](../../nodes/validator-node/operator/update-validator-node.md). | [guguru](https://forum.aptoslabs.com/u/guguru) | 2022-11-22 | +| [How Base Gas Works](../../concepts/base-gas.md) | Aptos transactions by default charge a base gas fee, regardless of market conditions. This document explains that process. | [alnoki](https://github.com/alnoki) | 2022-10-06 | diff --git a/developer-docs-site/sidebars.js b/developer-docs-site/sidebars.js index 80461e7c67c40..c3aaf60c8e2e8 100644 --- a/developer-docs-site/sidebars.js +++ b/developer-docs-site/sidebars.js @@ -387,7 +387,7 @@ const sidebars = { className: "sidebar-title", }, "contribute/index", - "contribute/highlights", + "contribute/community/index", "contribute/faq", ], };