Skip to content

Commit 52e3261

Browse files
committed
Use titlecase for Product Playbook
We've avoided it elsewhere, but the Docusaurus router is case sensitive. This change will fix urls to their old casing, so it won't break links for product/
1 parent 7cc0868 commit 52e3261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const sidebars = {
1818
apiDevelopment: [{type: 'autogenerated', dirName: 'api-playbook'}],
1919
frontendDevelopment: [{type: 'autogenerated', dirName: 'frontend-development'}],
2020
apiSpecifications: [{type: 'autogenerated', dirName: 'api-specifications'}],
21-
productPlaybook: [{type: 'autogenerated', dirName: 'product-playbook'}],
21+
productPlaybook: [{type: 'autogenerated', dirName: 'Product-Playbook'}],
2222
};
2323

2424
export default sidebars;

src/components/HomepageFeatures/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const FeatureList = [
5252
},
5353
{
5454
title: 'Product Playbook',
55-
linkTo: '/product-playbook',
55+
linkTo: '/Product-Playbook',
5656
description: (
5757
<>
5858
Hackney's product strategy, and how the Product teams work

0 commit comments

Comments
 (0)