- Notifications
You must be signed in to change notification settings - Fork 224
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
On the navigation, instead of
built-in operations
sources
- Make it
built-in sources
as top level
Steps:
- Create sources folder
- Make index.md that copies from existing ops/sources
- In sidebar, make
leave items empty for now
{ type: 'category', label: 'Built-in Sources', link: { type: 'doc', id: 'sources/index' }, collapsed: true, items: [ ], },
- set up redirects: check docs/docusaurus.config.ts
{
from: '/ops/sources',
to: '/sources',
},
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed