Skip to content

Commit

Permalink
Merge pull request #9500 from department-of-veterans-affairs/feature/…
Browse files Browse the repository at this point in the history
…137-narin-move-ds-changelog-again

[Docs] Fix sidebar title for DS changelog
  • Loading branch information
narin authored Aug 30, 2024
2 parents 546e2f9 + 6379be3 commit 9e67daf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VAMobile/documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ const engineeringDocForm = (name, URLextension, documentsList) => {
header = `---\nsidebar_position: 1\n---\n\n`
break
case 'CHANGELOG.md':
filename = 'changelog.md'
break
case 'README.md':
const title = name.charAt(0).toUpperCase() + name.substring(1)
filename = `${name}.md`
Expand Down

0 comments on commit 9e67daf

Please sign in to comment.