Skip to content

Commit 6283df0

Browse files
committed
Add JSDocs
1 parent 4bcaf7c commit 6283df0

120 files changed

Lines changed: 12591 additions & 73 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"md-to-confluence-action","version":"1.4.0","description":"Github Action to publish your markdown documentation to Confluence","main":"dist/index.js","scripts":{"posttest":"eslint ./lib/**/*.js","test":"c8 mocha","build":"ncc build lib/index.js --license licenses.txt --minify --source-map","prepare":"husky install"},"author":"Eleftherios Chetzakis <eleftherios@workable.com>","license":"ISC","engines":{"node":">=16"},"type":"module","volta":{"node":"16.18.0"},"dependencies":{"@actions/core":"^1.10.0","axios":"^1.1.2","axios-retry":"^3.4.0","form-data":"^4.0.0","markdown-it":"^13.0.1","plantuml-encoder":"^1.4.0","yaml":"^2.1.3"},"devDependencies":{"@vercel/ncc":"^0.36.0","axios-mock-adapter":"^1.21.2","c8":"^7.12.0","chai":"^4.3.6","chai-as-promised":"^7.1.1","dotenv":"^16.0.3","eslint":"^8.29.0","husky":"^8.0.3","lint-staged":"^13.1.0","mocha":"^10.1.0","nock":"^13.2.9","sinon":"^14.0.1"},"lint-staged":{"lib/**/*.js":["eslint --fix"]}}
1+
{"name":"md-to-confluence-action","version":"1.4.0","description":"Github Action to publish your markdown documentation to Confluence","main":"dist/index.js","scripts":{"posttest":"eslint ./lib/**/*.js","test":"c8 mocha","build":"ncc build lib/index.js --license licenses.txt --minify --source-map","prepare":"husky install","predocs:generate":" rm -rf ./docs","docs:generate":"jsdoc --readme ./README.md -c jsdoc.json"},"author":"Eleftherios Chetzakis <eleftherios@workable.com>","license":"ISC","engines":{"node":">=16"},"type":"module","volta":{"node":"16.18.0"},"dependencies":{"@actions/core":"^1.10.0","axios":"^1.1.2","axios-retry":"^3.4.0","form-data":"^4.0.0","markdown-it":"^13.0.1","plantuml-encoder":"^1.4.0","yaml":"^2.1.3"},"devDependencies":{"@vercel/ncc":"^0.36.0","axios-mock-adapter":"^1.21.2","c8":"^7.12.0","chai":"^4.3.6","chai-as-promised":"^7.1.1","clean-jsdoc-theme":"^4.2.6","dotenv":"^16.0.3","eslint":"^8.29.0","husky":"^8.0.3","jsdoc":"^4.0.2","lint-staged":"^13.1.0","mocha":"^10.1.0","nock":"^13.2.9","sinon":"^14.0.1"},"lint-staged":{"lib/**/*.js":["eslint --fix"]}}

docs/base-sdk.js.html

Lines changed: 90 additions & 0 deletions
Large diffs are not rendered by default.

docs/config.js.html

Lines changed: 60 additions & 0 deletions
Large diffs are not rendered by default.

docs/confluence-sdk-errors.js.html

Lines changed: 15 additions & 0 deletions
Large diffs are not rendered by default.

docs/confluence-sdk.js.html

Lines changed: 365 additions & 0 deletions
Large diffs are not rendered by default.

docs/confluence-syncer.js.html

Lines changed: 200 additions & 0 deletions
Large diffs are not rendered by default.

docs/context.js.html

Lines changed: 113 additions & 0 deletions
Large diffs are not rendered by default.

docs/data/search.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)