Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 chore: New documentation #1230

Merged
merged 6 commits into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading