Skip to content

Commit 65e5063

Browse files
authored
chore(docs): depriorize awesome-gno + update desc (#4091)
1 parent 779fb87 commit 65e5063

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Gno-specific features, connect to Gno apps with clients, and more.
3636

3737
Learn about core concepts found in gno.land & Gno.
3838

39-
- [Awesome Gno](https://github.com/gnoverse/awesome-gno) - Curated list of Gno freshness.
4039
- [Effective Gno](resources/effective-gno.md) - Learn how to write Gno following best practices, including counter-intuitive good practices specific to blockchain
4140
- [Packages](resources/gno-packages.md) - Learn about realms, pure packages, smart contracts, dApps and how they're organized in the gno.land ecosystem.
4241
- [Networks](resources/gnoland-networks.md) - Discover different gno.land networks (testnets, devnets) and their purposes, including network configurations.
@@ -48,3 +47,4 @@ Learn about core concepts found in gno.land & Gno.
4847
- [Go - Gno compatibility](resources/go-gno-compatibility.md) - A detailed compatibility list between Go and Gno features, including supported keywords, types, and standard libraries.
4948
- [Gno Examples](https://github.com/gnolang/gno/tree/master/examples) - A large library of existing pure packages and realms to use and learn from.
5049
- [Gno Workshops](https://github.com/gnolang/workshops) - Previous workshops and presentations by the gno.land team and the community.
50+
- [Awesome Gno](https://github.com/gnoverse/awesome-gno) - Curated, ever-growing collection of the best Gno tools, libraries, projects, and resources from the community.

misc/docs/sidebar.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@
3131
"type": "category",
3232
"label": "Resources",
3333
"items": [
34-
{
35-
"type": "link",
36-
"label": "Awesome Gno",
37-
"href": "https://github.com/gnoverse/awesome-gno"
38-
},
3934
"resources/effective-gno",
4035
"resources/gno-packages",
4136
"resources/gnoland-networks",
@@ -54,6 +49,11 @@
5449
"type": "link",
5550
"label": "Gno Workshops",
5651
"href": "https://github.com/gnolang/workshops"
52+
},
53+
{
54+
"type": "link",
55+
"label": "Awesome Gno",
56+
"href": "https://github.com/gnoverse/awesome-gno"
5757
}
5858
]
5959
}

0 commit comments

Comments
 (0)