mise ~/.config/mise/config.toml tools: crush@0.91.0

feat(config): add Reference tab to navigationfeat(config): add Reference tab to navigation
This commit is contained in:
Prad Nukala
2026-08-25 13:18:28 -04:00
parent 9fbe800fed
commit fd0d6c6ea5
+8
View File
@@ -10,4 +10,12 @@ export default defineConfig({
content: {
root: "content",
},
navigation: {
tabs: [
{
label: "Reference",
path: "/reference",
},
],
},
});