Skip to content

fix(SEO): fix duplicated h1 across pages #218

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 2, 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 docusaurus/docs/cypress/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pagination_next: null
pagination_prev: null
---

# Cookbook
# Cypress Cookbook

## Keep screenshots and videos

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/cypress/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pagination_prev: null
toc_max_heading_level: 2
---

# Reference
# Cypress Reference

You can configure things in two ways:

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/cypress/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pagination_next: null
pagination_prev: null
---

# Troubleshooting
# Cypress Troubleshooting

## Error with `--project`

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/jest/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pagination_next: null
pagination_prev: null
---

# Cookbook
# Jest Cookbook

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

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/jest/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pagination_prev: null
toc_max_heading_level: 2
---

# Reference
# Jest Reference

You can configure things in two ways:

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/jest/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pagination_next: null
pagination_prev: null
---

# Troubleshooting
# Jest Troubleshooting

## Jest hangs after running tests

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/ruby/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pagination_next: null
pagination_prev: null
---

# Cookbook
# Ruby Cookbook

## Use the Knapsack Pro binary

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/ruby/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pagination_prev: null
toc_max_heading_level: 2
---

# Reference
# Ruby Reference

You can configure things in two ways:

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/ruby/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pagination_next: null
pagination_prev: null
---

# Troubleshooting
# Ruby Troubleshooting

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

Expand Down
Loading