Skip to content
Open
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
acb2d2e
docs: Add copy of docdash JSDoc template
matz3 Jan 21, 2026
aab6c3f
docs: Migrate API Docs to Vitepress
werwolf2303 Nov 27, 2025
e850e46
docs: Don't replace all occurrences of .md#
werwolf2303 Jan 21, 2026
2b98246
docs: Highlight modified code in publish.js and don't write source fi…
werwolf2303 Jan 21, 2026
da32fa5
docs: Fix .md ending in internal links
werwolf2303 Jan 21, 2026
c0fb204
docs: Fix pipe encoding in Markdown files
werwolf2303 Jan 21, 2026
21b992e
refactor: Remove unused code from jsdoc publish.js
matz3 Jan 21, 2026
e73b765
refactor: Integrate docdash into documentation project
matz3 Jan 21, 2026
541112f
docs: Cleanup old comments and unused code
werwolf2303 Jan 21, 2026
020a255
fix: Change two dots in Promise to one
werwolf2303 Jan 21, 2026
cf43484
docs: Stop index.md and global.md from generating
werwolf2303 Jan 22, 2026
41ed216
docs: Replace caption with i
werwolf2303 Jan 22, 2026
42b3b02
docs: Fix examples being rendered as text
werwolf2303 Jan 22, 2026
f0a1d1a
docs: Fix header anchor positioning
werwolf2303 Jan 22, 2026
b477565
docs: Remove dots in Promise's completely
werwolf2303 Jan 22, 2026
aa6606e
docs: Initial support for tree
werwolf2303 Jan 23, 2026
b4f6aef
docs: Fully working tree in docs
werwolf2303 Jan 23, 2026
68f2704
docs: Cleanup after api docs implementation
werwolf2303 Jan 23, 2026
4fb295d
docs: Improved tree
werwolf2303 Jan 23, 2026
2aa2810
docs: Remove console.log and push main entries to the top
werwolf2303 Feb 2, 2026
9798385
docs: Remove unused dev dependency
werwolf2303 Feb 2, 2026
dd74e4a
refactor: Deliver docdash over NPM and patch it
d3xter666 Feb 3, 2026
adee4a6
docs: Add code comments in config.ts
werwolf2303 Feb 3, 2026
2733097
docs: Revert changes in publish.js
werwolf2303 Feb 3, 2026
78e0f3e
docs: Update .gitignore
werwolf2303 Feb 3, 2026
139618d
docs: Move docdash out of cli project
werwolf2303 Feb 3, 2026
ec5568b
docs: Revert README.md changes
werwolf2303 Feb 3, 2026
910c9d3
docs: Update .gitignore
werwolf2303 Feb 3, 2026
eea555a
docs: Update prepareDocdash.sh and remove README.md
werwolf2303 Feb 3, 2026
ef0eb5e
docs: Add undefined check and replace reverse with unshift
werwolf2303 Feb 4, 2026
44903f9
docs: Fix merge conflicts
werwolf2303 Feb 4, 2026
b52fdef
docs: Ignore docdash in depceck
werwolf2303 Feb 4, 2026
bb9a7d3
docs: Remove docdash folder completely
werwolf2303 Feb 5, 2026
91f22d4
docs: Remove docdash from REUSE.toml
werwolf2303 Feb 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ internal/documentation/.vitepress/dist
internal/documentation/.vitepress/cache
internal/documentation/dist
internal/documentation/schema/*
internal/documentation/tmp
internal/documentation/docs/api
internal/documentation/jsdoc/docdash
5 changes: 5 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ precedence = "aggregate"
SPDX-FileCopyrightText = "2026 SAP SE or an SAP affiliate company and UI5 CLI contributors"
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
path = "internal/documentation/jsdoc/docdash/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) 2016 Clement Moron clenemt@gmail.com and the contributors to docdash"
SPDX-License-Identifier = "Apache-2.0"
Loading