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 ac786d7 commit b32127eCopy full SHA for b32127e
docs/docs/ops/sources.md renamed to docs/docs/sources/index.md
docs/docusaurus.config.ts
@@ -73,6 +73,10 @@ const config: Config = {
73
from: '/ops/targets',
74
to: '/targets',
75
},
76
+ {
77
+ from: '/ops/sources',
78
+ to: '/sources',
79
+ },
80
],
81
82
docs/sidebars.ts
@@ -39,10 +39,17 @@ const sidebars: SidebarsConfig = {
39
label: 'Built-in Operations',
40
collapsed: false,
41
items: [
42
- 'ops/sources',
43
'ops/functions',
44
45
46
+ type: 'category',
47
+ label: 'Built-in Sources',
48
+ link: { type: 'doc', id: 'sources/index' },
49
+ collapsed: true,
50
+ items: [
51
+ ],
52
53
{
54
type: 'category',
55
label: 'Built-in Targets',
0 commit comments