Skip to content

Commit f21a9c6

Browse files
feat: introduce "jsdoc" dependency
This is step 1 of adopting "jsdoc" for documentation, which *only* introduces the dependency, updates the .gitignore, and applies basic configuration so we can use Markdown in jsdoc comments. This includes no actual documentation, which will be added next. Signed-off-by: Andrew Lilley Brinker <abrinker@mitre.org>
1 parent 5040970 commit f21a9c6

4 files changed

Lines changed: 416 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,5 @@ commit-message.txt
104104
# configuration) and provide an example instead
105105
docker/.docker-env
106106

107+
# Generated jsdoc documentation
108+
jsdoc/

.jsdoc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"plugins": ["plugins/markdown"]
3+
}

0 commit comments

Comments
 (0)