mirror of
https://github.com/seigler/awesome-dash-platform
synced 2025-07-26 22:26:10 +00:00
feat(nav): Enable top nav manual ordering
Add the "weight" parameter to categories Add sorting code to data.js to sort by the new parameter
This commit is contained in:
parent
324b792dae
commit
ce3f23e52d
3 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,7 @@ title: Docs
|
|||
color: green
|
||||
icon: stroke_decentralization
|
||||
description: Dash Platorm Documentation resources.
|
||||
weight: 10
|
||||
content:
|
||||
- title: DashJS
|
||||
website: https://dashevo.github.io/DashJS
|
||||
|
|
|
@ -2,6 +2,7 @@ title: Tools
|
|||
color: yellow
|
||||
icon: stroke_code
|
||||
description: Tools for developing with Dash Platform.
|
||||
weight: 6
|
||||
content:
|
||||
- title: EvoNet Faucet
|
||||
website: http://devnet-evonet-1117662964.us-west-2.elb.amazonaws.com/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue