Add ability to view source for datasets

This commit is contained in:
Dominic Ferrando
2026-07-10 14:11:42 -04:00
parent 6d4d5f83b7
commit 0d9f8d0d01
8 changed files with 333 additions and 14 deletions
+4 -1
View File
@@ -7,7 +7,10 @@
{
name: "Calculator",
path: "/calculator",
links: [{ name: "Configurations", path: "/configurations" }],
links: [
{ name: "Configurations", path: "/configurations" },
{ name: "Datasets", path: "/datasets" },
],
},
{
name: "Commerce",