Skip to content

Commit ac045c8

Browse files
committed
feat: add dynamic transform snippets pages, add CRUD for snippets
1 parent 928dbad commit ac045c8

28 files changed

+661
-404
lines changed

config.js

+5-8
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,12 @@ const docsSections = [
144144
]
145145
}
146146
]
147+
},
148+
{
149+
title: 'Transform Snippets',
150+
path: '/docs/transform-snippets',
151+
colorClass: 'text-qrinavy-700'
147152
}
148-
// {
149-
// id: 'transform-snippets',
150-
// text: 'Transform Snippets',
151-
// link: '/docs/transform-snippets',
152-
// subtitle: 'Automate your Datasets',
153-
// description: 'These snippets of Starlark Code can help you learn the syntax and quickly use common patterns in your Qri workflows',
154-
// colorClass: 'text-qrinavy-300'
155-
// }
156153
]
157154

158155
const processSection = ({ title, path, items }) => {

content/docs/transform-snippets/getting-started/qri-desktop-quickstart.md

-119
This file was deleted.

0 commit comments

Comments
 (0)