From 965f9e123ca8f6bd5342bf9fe8daaa3e3a58ee2e Mon Sep 17 00:00:00 2001
From: Aaron Pham <contact@aarnphm.xyz>
Date: Mon, 23 Dec 2024 20:00:26 +0000
Subject: [PATCH] chore(frontmatter): dealias created/modified/updated time (#1664)

---
 docs/features/graph view.md |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/docs/features/graph view.md b/docs/features/graph view.md
index c7ddb03..4f905c7 100644
--- a/docs/features/graph view.md
+++ b/docs/features/graph view.md
@@ -34,6 +34,8 @@
     linkDistance: 30, // how long should the links be by default?
     fontSize: 0.6, // what size should the node labels be?
     opacityScale: 1, // how quickly do we fade out the labels when zooming out?
+    removeTags: [], // what tags to remove from the graph
+    showTags: true, // whether to show tags in the graph
   },
   globalGraph: {
     drag: true,
@@ -45,6 +47,8 @@
     linkDistance: 30,
     fontSize: 0.6,
     opacityScale: 1,
+    removeTags: [], // what tags to remove from the graph
+    showTags: true, // whether to show tags in the graph
   },
 })
 ```

--
Gitblit v1.10.0