Skip to content

Commit

Permalink
fix: jsdoc-x url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Piętal committed May 23, 2024
1 parent 03e346d commit 847825a
Show file tree
Hide file tree
Showing 11 changed files with 15,058 additions and 1,188 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ See [Docma API Reference][docma-api].

## Parsed Output

Sometimes, the issue is with invalid JSDoc comments. [See this](https://github.com/Prozi/docma/issues/55#issuecomment-437599192) for linting/validating your JSDoc while you type and within a build process.
Sometimes, the issue is with invalid JSDoc comments. [See this](https://github.com/onury/docma/issues/55#issuecomment-437599192) for linting/validating your JSDoc while you type and within a build process.

To investigate the parsed JSDoc output, enable the `debug` option that will create a JSON output(s) within the root of the destination directory. If you have a problem with the parsed documentation data, open an issue @ [jsdoc-x][jsdoc-x]. _(I'm the author.)_

Expand Down Expand Up @@ -144,7 +144,7 @@ Emoji shortcuts used in source markdown files are parsed into [twemoji][twemoji]
[docma-config]: https://prozi.github.io/docma/api/#Docma~BuildConfiguration
[zebra]: https://prozi.github.io/docma/templates/zebra
[jsdoc]: http://usejsdoc.org
[jsdoc-x]: https://github.com/Prozi/jsdoc-x
[jsdoc-x]: https://github.com/onury/jsdoc-x
[marked]: https://github.com/chjj/marked
[markdown]: https://daringfireball.net/projects/markdown
[dustjs]: http://www.dustjs.com
Expand Down
2,006 changes: 1,435 additions & 571 deletions docs/content/changelog.html

Large diffs are not rendered by default.

422 changes: 315 additions & 107 deletions docs/content/home.html

Large diffs are not rendered by default.

56 changes: 36 additions & 20 deletions docs/content/license.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,36 @@

<html><head></head><body><p>The MIT License</p>
<p>Copyright (c) 2019-2024, Onur Yıldırım <a href="mailto:[email protected]">[email protected]</a>. Maintained by
Jacek Pietal <a href="mailto:[email protected]">[email protected]</a>. All rights reserved.</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.</p>
</body></html>
<html>
<head></head>
<body>
<p>The MIT License</p>
<p>
Copyright (c) 2019-2024, Onur Yıldırım
<a href="mailto:[email protected]">[email protected]</a>.
Maintained by Jacek Pietal
<a href="mailto:[email protected]">[email protected]</a>. All rights
reserved.
</p>
<p>
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
(the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
</p>
<p>
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
</p>
<p>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</p>
</body>
</html>
422 changes: 315 additions & 107 deletions docs/content/readme.html

Large diffs are not rendered by default.

Loading

0 comments on commit 847825a

Please sign in to comment.