Skip to content

Commit

Permalink
Merge pull request #81 from JohnSnowLabs/docs_update
Browse files Browse the repository at this point in the history
Docs update
  • Loading branch information
C-K-Loan authored Oct 17, 2021
2 parents d209ed1 + 79c9570 commit e612a9c
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nlu_test_flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pypandoc sklearn
pip install wheel dataclasses pandas numpy pytest modin[ray] pyspark==3.0.1 spark-nlp
pip install wheel dataclasses pandas numpy pytest modin[ray] pyspark==3.1.2 spark-nlp
java -version
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# ! echo 2 | update-alternatives --config java
Expand Down
22 changes: 14 additions & 8 deletions docs/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@ header:
- title: Home
url: /
- title: Docs
url: /docs/en/install
url: https://nlp.johnsnowlabs.com/docs
key: docs
- title: NLU for Healthcare
url: /docs/en/nlu_for_healthcare
key: docs-nlu-for-healthcare
- title: Visualizations
url: /docs/en/viz_examples
key: viz
- title: Streamlit
url: /docs/en/streamlit_viz_examples
key: streamlit_viz
- title: Tutorial Notebooks
- title: Tutorials
url: /docs/en/notebooks
key: tutorial_notebooks
- title: Spellbook
url: /docs/en/spellbook
key: tutorial_notebooks

# - title: Articles
# url: /articles
# key: articles
Expand All @@ -29,23 +33,25 @@ header:
- title: '<span style="color: #FF8A00;"><i class="fab fa-slack-hash fa-2x"></i></span>'
url: https://join.slack.com/t/spark-nlp/shared_invite/zt-lutct9gm-kuUazcyFKhuGY3_0AMkxqA
docs-en:
- title: Getting Started
- title: NLU
children:
- title: Quick Start
- title: Installation
url: /docs/en/install
- title: General Concepts
- title: Usage
url: /docs/en/concepts
- title: Examples
- title: General Examples
url: /docs/en/examples
- title: NLU for Healthcare
url: /docs/en/nlu_for_healthcare
- title: NLU for Healthcare Examples
url: /docs/en/examples_hc
- title: Training Models
url: /docs/en/training
- title: Notebook tutorials
- title: Tutorial Notebooks
url: /docs/en/notebooks
- title: Visualization Examples
url: /docs/en/viz_examples
- title: Streamlit Visualization
- title: Streamlit Visualizations
url: /docs/en/streamlit_viz_examples
key: streamlit_viz
- title: Spellbook
Expand Down
1 change: 0 additions & 1 deletion docs/en/examples_healthcare.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ key: docs-examples-hc
permalink: /docs/en/examples_hc
modify_date: "2019-05-16"
---

<div class="main-docs" markdown="1">

<div class="h3-box" markdown="1">
Expand Down
Loading

0 comments on commit e612a9c

Please sign in to comment.