Skip to content

Commit

Permalink
feat: New documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed Oct 6, 2024
1 parent e27d20a commit 2e3bfab
Show file tree
Hide file tree
Showing 14 changed files with 529 additions and 1,005 deletions.
9 changes: 8 additions & 1 deletion docs/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ export const sidebar: DefaultTheme.Sidebar = {
text: 'Introduction',
items: [
{ text: 'Why Synpress?', link: '/docs/introduction' },
{ text: 'Getting Started', link: '/docs/getting-started' },
{
text: 'Getting Started',
link: '/docs/getting-started',
items: [
{ text: 'Start with Playwright', link: '/docs/setupPlaywright' },
{ text: 'Start with Cypress', link: '/docs/setupCypress' }
]
},
{ text: 'Migration Guide', link: '/docs/migration-guide' },
{ text: 'TypeScript', link: '/docs/typescript' },
{ text: 'Platform Compatibility', link: '/docs/platform-compatibility' },
Expand Down
189 changes: 0 additions & 189 deletions docs/api/classes/EthereumWalletMock.md

This file was deleted.

Loading

0 comments on commit 2e3bfab

Please sign in to comment.