https://github.com/substrate-developer-hub/substrate-how-to-guides
Taking the best of Substrate Recipes and applying them to a new framework for structuring a collection of "how-to guides".
https://github.com/substrate-developer-hub/substrate-how-to-guides
Last synced: about 1 year ago
JSON representation
Taking the best of Substrate Recipes and applying them to a new framework for structuring a collection of "how-to guides".
- Host: GitHub
- URL: https://github.com/substrate-developer-hub/substrate-how-to-guides
- Owner: substrate-developer-hub
- License: gpl-3.0
- Archived: true
- Created: 2021-03-15T16:36:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T18:51:45.000Z (over 4 years ago)
- Last Synced: 2024-07-27T15:46:25.192Z (almost 2 years ago)
- Language: Rust
- Homepage: https://substrate-developer-hub.github.io/substrate-how-to-guides/
- Size: 13.2 MB
- Stars: 42
- Watchers: 6
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing-tutorials.md
- License: LICENSE
Awesome Lists containing this project
README
## Attention: This repository has been archived and is no longer being maintained. It has been replaced by the [Substrate How-to Guides](https://docs.substrate.io/how-to-guides). Please use the [Substrate docs repository](https://github.com/substrate-developer-hub/substrate-docs) to submit PRs and issues for new or existing guides.
# Substrate how-to guides
Creating new content for the Subsrate developer hub and taking the best of Substrate Recipes and applying them to a new framework for structuring a collection of "how-to guides".
The latest website can be found [here](https://substrate-developer-hub.github.io/substrate-how-to-guides/).
## Generate the site locally
From this directory:
```bash
yarn install
yarn start
```
## Plugins
- Docusaurus search local: https://github.com/cmfcmf/docusaurus-search-local
- Codeview: https://github.com/shawntabrizi/substrate-by-example/tree/master/plugins
## Components
- Material UI Feedback component: https://material-ui.com/components/rating/