Skip to content

Commit e15f0b5

Browse files
committed
revert: Patch docdash npm package
1 parent 91f22d4 commit e15f0b5

26 files changed

+1618
-61
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ internal/documentation/.vitepress/cache
6969
internal/documentation/dist
7070
internal/documentation/schema/*
7171
internal/documentation/docs/api
72-
internal/documentation/jsdoc/docdash
72+
internal/documentation/tmp
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# License
2+
3+
Docdash is free software, licensed under the Apache License, Version 2.0 (the
4+
"License"). Commercial and non-commercial use are permitted in compliance with
5+
the License.
6+
7+
Copyright (c) 2016 Clement Moron <clenemt@gmail.com> and the
8+
[contributors to docdash](https://github.com/clenemt/docdash/graphs/contributors).
9+
All rights reserved.
10+
11+
You may obtain a copy of the License at:
12+
http://www.apache.org/licenses/LICENSE-2.0
13+
14+
In addition, a copy of the License is included with this distribution.
15+
16+
As stated in Section 7, "Disclaimer of Warranty," of the License:
17+
18+
> Licensor provides the Work (and each Contributor provides its Contributions)
19+
> on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
20+
> express or implied, including, without limitation, any warranties or
21+
> conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
22+
> PARTICULAR PURPOSE. You are solely responsible for determining the
23+
> appropriateness of using or redistributing the Work and assume any risks
24+
> associated with Your exercise of permissions under this License.
25+
26+
The source code for docdash is available at:
27+
https://github.com/clenemt/docdash
28+
29+
# Third-Party Software
30+
31+
Docdash includes or depends upon the following third-party software, either in
32+
whole or in part. Each third-party software package is provided under its own
33+
license.
34+
35+
## JSDoc 3
36+
37+
JSDoc 3 is free software, licensed under the Apache License, Version 2.0 (the
38+
"License"). Commercial and non-commercial use are permitted in compliance with
39+
the License.
40+
41+
Copyright (c) 2011-2016 Michael Mathews <micmath@gmail.com> and the
42+
[contributors to JSDoc](https://github.com/jsdoc3/jsdoc/graphs/contributors).
43+
All rights reserved.
44+
45+
You may obtain a copy of the License at:
46+
http://www.apache.org/licenses/LICENSE-2.0
47+
48+
In addition, a copy of the License is included with this distribution.
49+
50+
As stated in Section 7, "Disclaimer of Warranty," of the License:
51+
52+
> Licensor provides the Work (and each Contributor provides its Contributions)
53+
> on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
54+
> express or implied, including, without limitation, any warranties or
55+
> conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
56+
> PARTICULAR PURPOSE. You are solely responsible for determining the
57+
> appropriateness of using or redistributing the Work and assume any risks
58+
> associated with Your exercise of permissions under this License.
59+
60+
The source code for JSDoc 3 is available at:
61+
https://github.com/jsdoc3/jsdoc
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
This folder includes files from [docdash 2.0.2](https://github.com/clenemt/docdash/tree/bee5d0789068be6a1e01ce02968b23dd021b4fb6), which is a documentation template for JSDoc.
2+
3+
These files have been modified to change the output from HTML to Markdown, and to remove unnecessary features for our use case.
4+
5+
## Modifications by SAP
6+
* Output Markdown instead of HTML (Modified all templates)
7+
* Removed navbar functionality from publish.js
8+
* Removed static files functionality from publish.js
9+
* Modified js links to link to GitHub
10+
* Modified internal linking
11+
12+
## Contributors
13+
14+
Thanks to [lodash](https://lodash.com) and [minami](https://github.com/nijikokun/minami).
15+
16+
## License
17+
Licensed under the Apache License, version 2.0. (see [Apache-2.0](LICENSE.md)).
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"type": "commonjs"
3+
}

0 commit comments

Comments
 (0)