Skip to content

Commit

Permalink
docs: moves poku cateogry autogenerated section to sidebars config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrspaiva committed Jul 27, 2024
1 parent 98b1bc7 commit 8b55ce9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 9 deletions.
8 changes: 0 additions & 8 deletions website/docs/documentation/poku/_category_.json

This file was deleted.

42 changes: 41 additions & 1 deletion website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,47 @@ const sidebars: SidebarsConfig = {
link: {
type: 'generated-index',
},
items: [{ type: 'autogenerated', dirName: 'documentation' }],
items: [
{
type: 'category',
label: '🐷 Poku',
collapsed: false,
link: {
type: "generated-index"
},
items: [
{
type: 'doc',
id: 'documentation/poku/include-files'
},
{
type: 'doc',
id: 'documentation/poku/config-files'
},
{
type: 'category',
label: '🧩 Opções',
collapsed: true,
link: {
type: "generated-index"
},
items: [
'documentation/poku/options/parallel',
'documentation/poku/options/filter',
'documentation/poku/options/platform',
'documentation/poku/options/exclude',
'documentation/poku/options/quiet',
'documentation/poku/options/debug',
'documentation/poku/options/fail-fast',
'documentation/poku/options/concurrency',
'documentation/poku/options/watch',
'documentation/poku/options/deno',
'documentation/poku/options/no-exit',
],
},
],
},
{ type: 'autogenerated', dirName: 'documentation' }],
},
{
type: 'category',
Expand Down

0 comments on commit 8b55ce9

Please sign in to comment.