Skip to content

Commit

Permalink
chore: update readme section header
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Feb 6, 2021
1 parent 4ae17dd commit 600e4c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -90,6 +90,8 @@ jina hello-world --help
| 🐣 | [Feed Data](#feed-data)[Fetch Result](#fetch-result)[Add Logic](#add-logic)[Inter & Intra Parallelism](#inter--intra-parallelism)[Decentralize](#decentralized-flow)[Asynchronous](#asynchronous-flow) |
| 🐥 | [Customize Encoder](#customize-encoder)[Test Encoder](#test-encoder-in-flow)[Parallelism & Batching](#parallelism--batching)[Add Data Indexer](#add-data-indexer)[Compose Flow from YAML](#compose-flow-from-yaml)[Search](#search)[Evaluation](#evaluation)[REST Interface](#rest-interface) |

### 🥚 Fundamental

#### CRUD Functions
<a href="https://mybinder.org/v2/gh/jina-ai/jupyter-notebooks/main?filepath=basic-crud-functions.ipynb"><img align="right" src="https://github.com/jina-ai/jina/blob/master/.github/badges/run-badge.svg?raw=true"/></a>

Expand Down Expand Up @@ -300,12 +302,15 @@ To visualize the Flow, simply chain it with `.plot('my-flow.svg')`. If you are u
`Gateway` is the entrypoint of the Flow.


### 🐣 Basic

| | |
| --- |---|
| 🥚 | [CRUD Functions](#crud-functions)[Document](#document)[Flow](#flow) |
| 🐣 | [Feed Data](#feed-data)[Fetch Result](#fetch-result)[Add Logic](#add-logic)[Inter & Intra Parallelism](#inter--intra-parallelism)[Decentralize](#decentralized-flow)[Asynchronous](#asynchronous-flow) |
| 🐥 | [Customize Encoder](#customize-encoder)[Test Encoder](#test-encoder-in-flow)[Parallelism & Batching](#parallelism--batching)[Add Data Indexer](#add-data-indexer)[Compose Flow from YAML](#compose-flow-from-yaml)[Search](#search)[Evaluation](#evaluation)[REST Interface](#rest-interface) |


#### Feed Data
<a href="https://mybinder.org/v2/gh/jina-ai/jupyter-notebooks/main?filepath=basic-feed-data.ipynb"><img align="right" src="https://github.com/jina-ai/jina/blob/master/.github/badges/run-badge.svg?raw=true"/></a>

Expand Down Expand Up @@ -574,7 +579,7 @@ if __name__ == '__main__':

That's all you need to know for understanding the magic behind `hello-world`. Now let's dive into it!

### Breakdown of `hello-world`
### 🐥 Breakdown of `hello-world`

| | |
| --- |---|
Expand Down

0 comments on commit 600e4c8

Please sign in to comment.