Skip to content

Commit bb9a7d3

Browse files
committed
docs: Remove docdash folder completely
1 parent b52fdef commit bb9a7d3

3 files changed

Lines changed: 0 additions & 83 deletions

File tree

internal/documentation/jsdoc/docdash/LICENSE.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

internal/documentation/jsdoc/docdash/package.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

internal/documentation/scripts/prepareDocdash.sh

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,6 @@ echo ""
3030
echo "Copying modified templates to docdash"
3131
cp -Rv "jsdoc/patches/tmpl" "$DOCDASH_DESTINATION/tmpl"
3232
cp -v "$DOCDASH_PATH/publish.js" "$DOCDASH_DESTINATION/"
33-
cat > jsdoc/docdash/README.md << 'EOF'
34-
This folder includes files from [docdash 2.0.2](https://github.com/clenemt/docdash/tree/bee5d0789068be6a1e01ce02968b23dd021b4fb6), which is a documentation template for JSDoc.
35-
36-
These files have been modified to change the output from HTML to Markdown, and to remove unnecessary features for our use case.
37-
38-
## Modifications by SAP
39-
* Output Markdown instead of HTML (Modified all templates)
40-
* Removed navbar functionality from publish.js
41-
* Removed static files functionality from publish.js
42-
* Modified js links to link to GitHub
43-
* Modified internal linking
44-
45-
## Contributors
46-
47-
Thanks to [lodash](https://lodash.com) and [minami](https://github.com/nijikokun/minami).
48-
49-
## License
50-
Licensed under the Apache License, version 2.0. (see [Apache-2.0](LICENSE.md)).
51-
EOF
5233
cat > jsdoc/docdash/package.json << 'EOF'
5334
{
5435
"type": "commonjs"

0 commit comments

Comments
 (0)