mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 23:08:11 +08:00
Add the crate dependency graph visualization to the contributor guide (#3907)
* Add the crate dependency graph visualization to the contributor guide * Code review fixes * And more
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
use graph_craft::proto::NodeMetadata;
|
||||
use indoc::indoc;
|
||||
|
||||
pub const NODE_CATALOG_PATH: &str = "../../website/content/learn/node-catalog";
|
||||
pub const OMIT_HIDDEN: bool = true;
|
||||
|
||||
pub fn category_description(category: &str) -> &str {
|
||||
|
||||
Reference in New Issue
Block a user