Skip to content

Commit

Permalink
docs: add trace viewer intro to sidebars (microsoft#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Aug 11, 2022
1 parent 3a36d92 commit ffe997c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dotnet/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
{ type: 'doc', id: 'writing-tests' },
{ type: 'doc', id: 'running-tests' },
{ type: 'doc', id: 'codegen-intro' },
{ type: 'doc', id: 'trace-viewer' },
{ type: 'doc', id: 'trace-viewer-intro' },
{ type: 'doc', id: 'test-runners' }
],
collapsed: false
Expand Down Expand Up @@ -45,6 +45,7 @@ module.exports = {
{ type: 'doc', id: 'screenshots' },
{ type: 'doc', id: 'selectors' },
{ type: 'doc', id: 'codegen' },
{ type: 'doc', id: 'trace-viewer' },
{ type: 'doc', id: 'videos' }
],
collapsed: false
Expand Down
3 changes: 2 additions & 1 deletion java/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
items: [
{ type: 'doc', id: 'intro' },
{ type: 'doc', id: 'codegen-intro' },
{ type: 'doc', id: 'trace-viewer' },
{ type: 'doc', id: 'trace-viewer-intro' },
{ type: 'doc', id: 'test-runners' }
],
collapsed: false
Expand Down Expand Up @@ -44,6 +44,7 @@ module.exports = {
{ type: 'doc', id: 'screenshots' },
{ type: 'doc', id: 'selectors' },
{ type: 'doc', id: 'codegen' },
{ type: 'doc', id: 'trace-viewer' },
{ type: 'doc', id: 'videos' }
],
collapsed: false
Expand Down
3 changes: 2 additions & 1 deletion nodejs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
{ type: 'doc', id: 'writing-tests' },
{ type: 'doc', id: 'running-tests' },
{ type: 'doc', id: 'codegen-intro' },
{ type: 'doc', id: 'trace-viewer' },
{ type: 'doc', id: 'trace-viewer-intro' },
{ type: 'doc', id: 'ci-intro' },
],
collapsed: false
Expand Down Expand Up @@ -72,6 +72,7 @@ module.exports = {
{ type: 'doc', id: 'screenshots' },
{ type: 'doc', id: 'selectors' },
{ type: 'doc', id: 'codegen' },
{ type: 'doc', id: 'trace-viewer' },
{ type: 'doc', id: 'videos' }
],
collapsed: false
Expand Down
3 changes: 2 additions & 1 deletion python/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
{ type: 'doc', id: 'writing-tests' },
{ type: 'doc', id: 'running-tests' },
{ type: 'doc', id: 'codegen-intro' },
{ type: 'doc', id: 'trace-viewer' },
{ type: 'doc', id: 'trace-viewer-intro' },
{ type: 'doc', id: 'test-runners' }
],
collapsed: false
Expand Down Expand Up @@ -46,6 +46,7 @@ module.exports = {
{ type: 'doc', id: 'screenshots' },
{ type: 'doc', id: 'selectors' },
{ type: 'doc', id: 'codegen' },
{ type: 'doc', id: 'trace-viewer' },
{ type: 'doc', id: 'videos' }
],
collapsed: false
Expand Down

0 comments on commit ffe997c

Please sign in to comment.