Skip to content

Commit

Permalink
feat: add cypress and playwright documentation pages
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Aug 29, 2023
1 parent 3ed3601 commit ad37717
Show file tree
Hide file tree
Showing 5 changed files with 7,189 additions and 15 deletions.
4 changes: 3 additions & 1 deletion documentation/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ export default defineConfig({
label: 'Guides',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Documentation Généale', link: '/guides/documentation/' },
{ label: 'Getting Started', link: '/guides/documentation/' },
{ label: 'Integration with Cypress', link: '/guides/cypress/' },
{ label: 'Integration with Playwright', link: '/guides/playwright/' },
],
}
],
Expand Down
Loading

0 comments on commit ad37717

Please sign in to comment.