Skip to content

Commit

Permalink
docs: adds all documentation section to sidebars file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrspaiva committed Jul 28, 2024
1 parent d305d6a commit e8bd379
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 25 deletions.

This file was deleted.

8 changes: 0 additions & 8 deletions website/docs/documentation/helpers/processes/_category_.json

This file was deleted.

8 changes: 0 additions & 8 deletions website/docs/documentation/poku/options/_category_.json

This file was deleted.

82 changes: 81 additions & 1 deletion website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,87 @@ const sidebars: SidebarsConfig = {
},
],
},
{ type: 'autogenerated', dirName: 'documentation' }],
{
type: 'doc',
id: 'documentation/assert/index'
},
{
type: 'category',
label: "⚡️ Helpers",
collapsed: false,
link: {
type: "generated-index"
},
items: [
{
type: 'doc',
id: 'documentation/helpers/test'
},
{
type: 'doc',
id: 'documentation/helpers/describe'
},
{
type: 'doc',
id: 'documentation/helpers/it'
},
{
type: 'doc',
id: 'documentation/helpers/env'
},
{
type: 'doc',
id: 'documentation/helpers/skip'
},
{
type: 'category',
label: '🧙🏻 Before and After Each',
collapsed: true,
link: {
type: "generated-index"
},
items: [
'documentation/helpers/before-after-each/per-file',
'documentation/helpers/before-after-each/in-code',
],
},
{
type: 'doc',
id: 'documentation/helpers/containers'
},
{
type: 'doc',
id: 'documentation/helpers/startScript'
},
{
type: 'doc',
id: 'documentation/helpers/startService'
},
{
type: 'category',
label: "🚪 Processes",
collapsed: true,
link: {
type: "generated-index"
},
items: [
'documentation/helpers/processes/kill',
'documentation/helpers/processes/wait-for-port',
'documentation/helpers/processes/wait-for-expected-result',
'documentation/helpers/processes/get-pids',
],
},
{
type: 'doc',
id: 'documentation/helpers/list-files'
},
{
type: 'doc',
id: 'documentation/helpers/log'
},
]
},
],
},
{
type: 'category',
Expand Down

0 comments on commit e8bd379

Please sign in to comment.