You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/explorer.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,7 @@ Want to customize it even more?
43
43
- Removing explorer: remove `Component.Explorer()` from `quartz.layout.ts`
44
44
- (optional): After removing the explorer component, you can move the [[table of contents | Table of Contents]] component back to the `left` part of the layout
45
45
- Changing `sort`, `filter` and `map` behavior: explained in [[#Advanced customization]]
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Quartz is a fast, batteries-included static-site generator that transforms Markd
6
6
7
7
## 🪴 Get Started
8
8
9
-
Quartz requires **at least [Node](https://nodejs.org/)v20** and `npm`v9.3.1 to function correctly. Ensure you have this installed on your machine before continuing.
9
+
Quartz requires **at least [Node](https://nodejs.org/)v22** and `npm`v10.9.2 to function correctly. Ensure you have this installed on your machine before continuing.
10
10
11
11
Then, in your terminal of choice, enter the following commands line by line:
0 commit comments