Skip to content

Commit

Permalink
Add serving to docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk committed Jun 14, 2022
1 parent bca9f4b commit 361c7e1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ jobs:
- name: clone demos
run: |
cd docs
git clone https://github.com/aws-samples/djl-demo.git demos
git clone https://github.com/deepjavalibrary/djl-demo.git demos
- name: clone serving
run: |
cd docs
git clone https://github.com/deepjavalibrary/djl-serving.git serving
- name: build docs
run: |
cd docs
Expand Down
3 changes: 2 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
demos
demos
serving
12 changes: 11 additions & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,18 @@ nav:
- AWS S3 support: 'extensions/aws-ai/README.md'
- fastText: 'extensions/fasttext/README.md'
- Hadoop support: 'extensions/hadoop/README.md'
- Huggingface Tokenizers: 'extensions/tokenizers/README.md'
- OpenCV: 'extensions/opencv/README.md'
- SentencePiece: 'extensions/sentencepiece/README.md'
- Tablesaw: 'extensions/tablesaw/README.md'
- DJL Serving:
- 'docs/serving/README.md'
- 'docs/serving/serving/docs/workflows.md'
- 'docs/serving/serving/docs/configuration.md'
- 'docs/serving/serving/docs/inference_api.md'
- 'docs/serving/serving/docs/management_api.md'
- 'docs/serving/serving/docs/plugin_management.md'
- 'docs/serving/wlm/README.md'
- Demos:
- Demos: 'docs/demos/README.md'
- AWS:
Expand Down Expand Up @@ -173,7 +183,7 @@ nav:
- Footwear Classification: 'docs/demos/footwear_classification/README.md'
- Live Object Detection: 'docs/demos/live-object-detection/README.md'
- Pneumonia Detection: 'docs/demos/pneumonia-detection/README.md'
- MultiEngine on DJL: 'docs/demos/multi-engine/README.md'
- MultiEngine on DJL: 'docs/demos/development/multi-engine/README.md'
- Interactive JShell and Block Runner for DJL: 'docs/demos/web-demo/interactive-console/README.md'
- Malicious URL Detection: 'docs/demos/malicious-url-detector/README.md'
- Extensions:
Expand Down

0 comments on commit 361c7e1

Please sign in to comment.