Skip to content

Commit

Permalink
docs; oas-schema-walker jsdocs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Jun 29, 2018
1 parent 594bd0e commit c12f00f
Show file tree
Hide file tree
Showing 10 changed files with 598 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.log
node_modules/
dist/
test/s2o-test/_*/
8 changes: 8 additions & 0 deletions bin/jsdocToMarkdown.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

echo '# OAS-Schema-Walker' > packages/oas-schema-walker/README.md
npx jsdoc-to-markdown packages/oas-schema-walker/index.js >> packages/oas-schema-walker/README.md

echo '# RefTools' > packages/reftools/README.md
npx jsdoc-to-markdown packages/reftools/lib/*.js >> packages/reftools/README.md

4 changes: 0 additions & 4 deletions bin/updateReftoolsReadme.sh

This file was deleted.

Loading

0 comments on commit c12f00f

Please sign in to comment.