Skip to content

Commit

Permalink
Adding multi-snapshot-comparison and scenery layout documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed May 19, 2022
1 parent e213dec commit 47f6bd5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions js/phetmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,14 @@
url: `../${repo}/doc/`
} );
}
if ( repo === 'scenery' ) {
modes.push( {
name: 'layout-documentation',
text: 'Layout Documentation',
description: 'Browse HTML layout documentation',
url: `../${repo}/doc/layout.html`
} );
}
if ( repo === 'scenery' || repo === 'kite' || repo === 'dot' ) {
modes.push( {
name: 'examples',
Expand Down Expand Up @@ -351,6 +359,12 @@
description: 'Sets up snapshot screenshot comparison that can be run on different SHAs',
url: '../aqua/html/snapshot-comparison.html'
} );
modes.push( {
name: 'multi-snapshot-comparison',
text: 'Multi-snapshot Comparison',
description: 'Sets up snapshot screenshot comparison for two different checkouts',
url: '../aqua/html/multi-snapshot-comparison.html'
} );
}
if ( repo === 'yotta' ) {
modes.push( {
Expand Down

0 comments on commit 47f6bd5

Please sign in to comment.