Skip to content

Commit 3376f6c

Browse files
committedMay 7, 2021
updated beta-1 javadocs and script
1 parent 9b9c77c commit 3376f6c

File tree

2 files changed

+325
-1660
lines changed

2 files changed

+325
-1660
lines changed
 

‎_javadocs/beta-1.markdown

+321-1,659
Large diffs are not rendered by default.

‎_scripts/_generate_javadoc_toc.sh

100644100755
+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# this extracts all javadoc filenames from OpenSearch. Generates both the pseudo csv (to extract the files from the other script) and the markdown files (directly for jekyll)
2-
2+
# To run:
3+
# 1. clone OpenSearch
4+
# 2. run `./gradlew javadoc` in the openseach repo directory
5+
# ./_scripts/_generate_javadoc_toc.sh /path-to-opensearch-repo/OpenSearch version-id /path-to-temp-directory-outside-of-project-website/ /path-to/project-website/_javadocs/
36
cd $1
47
cd ..
58
ls -R OpenSearch | awk '

0 commit comments

Comments
 (0)
Please sign in to comment.