Skip to content

use consistant naming in sidebar and titles #1461

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

Merged
merged 1 commit into from
Dec 21, 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/angular-testing-library/examples.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: examples
title: Examples
title: Example
---

> Read about
Expand Down
2 changes: 1 addition & 1 deletion docs/bs-react-testing-library/examples.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: examples
title: Examples
title: Example
---

You can find more bs-dom-testing-library examples at
Expand Down
2 changes: 1 addition & 1 deletion docs/vue-testing-library/examples.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: examples
title: Examples
title: Example
---

## Basic example
Expand Down
4 changes: 2 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ module.exports = {
{
'Svelte Testing Library': [
'svelte-testing-library/intro',
'svelte-testing-library/setup',
'svelte-testing-library/example',
'svelte-testing-library/setup',
'svelte-testing-library/api',
'svelte-testing-library/faq',
],
Expand Down Expand Up @@ -174,8 +174,8 @@ module.exports = {
{
'Qwik Testing Library': [
'qwik-testing-library/intro',
'qwik-testing-library/setup',
'qwik-testing-library/example',
'qwik-testing-library/setup',
'qwik-testing-library/api',
'qwik-testing-library/faq',
],
Expand Down