Skip to content

Commit f789975

Browse files
authored
fix: correct typo in system requirements filename and references (#445)
- Rename 3systemrequirments.md to 3systemrequirements.md - Update document ID in frontmatter - Update sidebar reference in sidebars.js
1 parent 2e839b9 commit f789975

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
id: chapter1-systemrequirments
3-
title: "Systemrequirments"
4-
description: "Systemrequirments page in Chapter1 of CircuitVerse documentation."
2+
id: chapter1-systemrequirements
3+
title: "Systemrequirements"
4+
description: "Systemrequirements page in Chapter1 of CircuitVerse documentation."
55
---
66

77
# System Requirements

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const sidebars = {
1818
items: [
1919
{ type: 'doc', id: 'chapter1/chapter1-introduction', label: 'Introduction' },
2020
{ type: 'doc', id: 'chapter1/chapter1-keyfeatures', label: 'Key Features' },
21-
{ type: 'doc', id: 'chapter1/chapter1-systemrequirments', label: 'System Requirements' },
21+
{ type: 'doc', id: 'chapter1/chapter1-systemrequirements', label: 'System Requirements' },
2222
],
2323
},
2424
{

0 commit comments

Comments
 (0)