Skip to content

Commit

Permalink
Added the changelog to the documentation (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyArt committed Feb 18, 2024
1 parent 99f9291 commit 93d3c54
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Build
- name: Setup Node
uses: actions/setup-node@v4

# Building the project
- run: npm ci
- run: npm run docs:build

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v3.0.1
- Fixed the return type in `Entry::getCDTrack()`
- New documentation on GitHub Pages
- Added the changelog to the documentation

# v3.0.0

### Compatibility-breaking changes:
Expand Down
6 changes: 6 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ module.exports = {
collapsable: false, // optional, defaults to true
sidebarDepth: 1, // optional, defaults to 1
},
{
title: 'Changelog',
path: 'changelog.html', // optional, link of the title, which should be an absolute path and must exist
collapsable: false, // optional, defaults to true
sidebarDepth: 1, // optional, defaults to 1
},
]
},
home: true,
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md

0 comments on commit 93d3c54

Please sign in to comment.