Skip to content

Commit 8f43e1b

Browse files
authored
Merge pull request #218 from KnapsackPro/seo-21-fix-duplicate-headings
fix(SEO): fix duplicated h1 across pages
2 parents 303bd91 + dd9c42b commit 8f43e1b

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

docusaurus/docs/cypress/cookbook.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pagination_next: null
33
pagination_prev: null
44
---
55

6-
# Cookbook
6+
# Cypress Cookbook
77

88
## Keep screenshots and videos
99

docusaurus/docs/cypress/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pagination_prev: null
44
toc_max_heading_level: 2
55
---
66

7-
# Reference
7+
# Cypress Reference
88

99
You can configure things in two ways:
1010

docusaurus/docs/cypress/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pagination_next: null
33
pagination_prev: null
44
---
55

6-
# Troubleshooting
6+
# Cypress Troubleshooting
77

88
## Error with `--project`
99

docusaurus/docs/jest/cookbook.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pagination_next: null
33
pagination_prev: null
44
---
55

6-
# Cookbook
6+
# Jest Cookbook
77

88
## Type-check in a separate CI step with `ts-jest`
99

docusaurus/docs/jest/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pagination_prev: null
44
toc_max_heading_level: 2
55
---
66

7-
# Reference
7+
# Jest Reference
88

99
You can configure things in two ways:
1010

docusaurus/docs/jest/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pagination_next: null
33
pagination_prev: null
44
---
55

6-
# Troubleshooting
6+
# Jest Troubleshooting
77

88
## Jest hangs after running tests
99

docusaurus/docs/ruby/cookbook.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pagination_next: null
33
pagination_prev: null
44
---
55

6-
# Cookbook
6+
# Ruby Cookbook
77

88
## Use the Knapsack Pro binary
99

docusaurus/docs/ruby/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pagination_prev: null
44
toc_max_heading_level: 2
55
---
66

7-
# Reference
7+
# Ruby Reference
88

99
You can configure things in two ways:
1010

docusaurus/docs/ruby/troubleshooting.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pagination_next: null
33
pagination_prev: null
44
---
55

6-
# Troubleshooting
6+
# Ruby Troubleshooting
77

88
## `NameError: uninitialized constant MyModule::MyModelName`
99

0 commit comments

Comments
 (0)