Skip to content

Commit

Permalink
📝 chore: New documentation (#1230)
Browse files Browse the repository at this point in the history
* feat: New documentation

* fix: format

* chore: API documentation

* fix: build

* fix: build v2

* fix: minor fixes
  • Loading branch information
matstyler authored Oct 13, 2024
1 parent e27d20a commit 5973755
Show file tree
Hide file tree
Showing 52 changed files with 4,469 additions and 1,134 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Docs', link: '/docs/getting-started' },
{ text: 'API', link: '/api/' },
{ text: 'API', link: '/api/index/' },
{ text: 'Examples', link: 'https://github.com/Synthetixio/synpress/tree/new-dawn/examples' },
{
text: pkg.version,
Expand Down
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 5973755

Please sign in to comment.