Skip to content

Commit f8a0f34

Browse files
use consistant naming in sidebar and titles (#1461)
1 parent 39c3faa commit f8a0f34

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/angular-testing-library/examples.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: examples
3-
title: Examples
3+
title: Example
44
---
55

66
> Read about

docs/bs-react-testing-library/examples.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: examples
3-
title: Examples
3+
title: Example
44
---
55

66
You can find more bs-dom-testing-library examples at

docs/vue-testing-library/examples.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: examples
3-
title: Examples
3+
title: Example
44
---
55

66
## Basic example

sidebars.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ module.exports = {
131131
{
132132
'Svelte Testing Library': [
133133
'svelte-testing-library/intro',
134-
'svelte-testing-library/setup',
135134
'svelte-testing-library/example',
135+
'svelte-testing-library/setup',
136136
'svelte-testing-library/api',
137137
'svelte-testing-library/faq',
138138
],
@@ -174,8 +174,8 @@ module.exports = {
174174
{
175175
'Qwik Testing Library': [
176176
'qwik-testing-library/intro',
177-
'qwik-testing-library/setup',
178177
'qwik-testing-library/example',
178+
'qwik-testing-library/setup',
179179
'qwik-testing-library/api',
180180
'qwik-testing-library/faq',
181181
],

0 commit comments

Comments
 (0)