We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d2f2d commit f597275Copy full SHA for f597275
config.toml
@@ -20,7 +20,6 @@ rustic_logo_name = "rustic"
20
rustic_logo_path = "assets/rustic.svg"
21
rustic_extra_menu = [
22
23
-
24
# { title = "Github", link = "https://github.com/rustic-rs/" },
25
]
26
# Add page titles here to exclude them from the nav section (case sensitive)
dprint.json
@@ -7,8 +7,8 @@
7
"**/*-lock.json"
8
],
9
"plugins": [
10
- "https://plugins.dprint.dev/json-0.19.1.wasm",
11
- "https://plugins.dprint.dev/markdown-0.16.3.wasm",
12
- "https://plugins.dprint.dev/toml-0.5.4.wasm"
+ "https://plugins.dprint.dev/json-0.19.3.wasm",
+ "https://plugins.dprint.dev/markdown-0.17.8.wasm",
+ "https://plugins.dprint.dev/toml-0.6.3.wasm"
13
14
}
0 commit comments