Skip to content

Commit 5b95b0e

Browse files
committed
feat(docs): add changelog link to navigation and copy content script
1 parent dfd647c commit 5b95b0e

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'cap/README.md'
1010
- 'cap/labs/**/README.md'
1111
- 'HANA_CLI_*.md'
12+
- 'CHANGELOG.md'
1213
- '.github/workflows/docs.yml'
1314

1415
jobs:

site/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export default withMermaid(defineConfig({
7878
{ text: 'CDS Cheat Sheet', link: '/reference/cheat-sheet' },
7979
{ text: 'Common Pitfalls', link: '/reference/pitfalls' },
8080
{ text: 'Value-Help Migration', link: '/reference/migration' },
81+
{ text: 'Changelog', link: '/reference/changelog' },
8182
]},
8283
],
8384
'/hana-cli/': [

site/scripts/copy-content.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const mappings = [
1919
{ src: 'cap/docs/cap-cheat-sheet.md', dest: 'reference/cheat-sheet.md' },
2020
{ src: 'cap/docs/pitfalls.md', dest: 'reference/pitfalls.md' },
2121
{ src: 'cap/docs/value-help-migration.md', dest: 'reference/migration.md' },
22+
{ src: 'CHANGELOG.md', dest: 'reference/changelog.md' },
2223
// API (special: strip Widdershins frontmatter, inject title)
2324
{ src: 'cap/docs/DataService_readme.md', dest: 'api/data-service.md', stripFrontmatter: true, title: 'Data Service API' },
2425
{ src: 'cap/docs/StarWarsFilm_readme.md', dest: 'api/film.md', stripFrontmatter: true, title: 'Film API' },

0 commit comments

Comments
 (0)