Skip to content

Commit

Permalink
Remove available extensions page and set root as link hub (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks authored Nov 25, 2024
1 parent 75312ab commit f5d665a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 43 deletions.
9 changes: 9 additions & 0 deletions docs/extensions/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "🔌 Extensions",
"position": 9,
"link": {
"type": "generated-index",
"slug": "extensions",
"description": "Extensions are modular add-ons for Scaffold-ETH 2 that provide additional functionality or serve as examples for specific features. They allow you to quickly add new features, pages, contracts, or components during project creation, ensuring seamless integration with Scaffold-ETH 2 core functionality."
}
}
40 changes: 0 additions & 40 deletions docs/extensions/availableExtensions.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
sidebar_position: 9
sidebar_position: 10
---

# 🔌 Extensions
# How to Install Extensions

This guide introduces extensions for Scaffold-ETH 2 and explains how to install and create them.
This guide explains what are extensions and how to use them in your Scaffold-ETH 2 project.

## What are Extensions?

Expand Down Expand Up @@ -33,3 +33,7 @@ npx create-eth@latest -e {github-username}/{extension-repo-name}:{branch-name}
The `{branch-name}` is optional. If not specified, it uses the default branch.

E.g.: `npx create-eth@latest -e ChangoMan/charts-extension`

## Available Extensions

You can find a complete list of available extensions, including both curated (by BuidlGuidl) and community extensions, on [scaffold-eth website](https://scaffoldeth.io/extensions).

0 comments on commit f5d665a

Please sign in to comment.