Skip to content

Commit

Permalink
chore: update links in docs (#747)
Browse files Browse the repository at this point in the history
* chore: update jcloud link

* chore: add link to NOW; fix broken link

* chore: add link to NOW
  • Loading branch information
ZiniuYu authored Jun 10, 2022
1 parent 52a8b0a commit 7f2d8fe
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
13 changes: 13 additions & 0 deletions docs/_static/now-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/_static/now-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/_templates/sidebar/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
<img class="sidebar-ecosys-logo only-light-line" src="{{ pathto('_static/JCloud-light.svg', 1) }}">
<img class="sidebar-ecosys-logo only-dark-line" src="{{ pathto('_static/JCloud-dark.svg', 1) }}">
JCloud</a></li>
<li class="toctree-l1"><a class="reference external" href="https://now.jina.ai">
<img class="sidebar-ecosys-logo only-light-line" src="{{ pathto('_static/now-light.svg', 1) }}">
<img class="sidebar-ecosys-logo only-dark-line" src="{{ pathto('_static/now-dark.svg', 1) }}">
NOW</a></li>
</ul>
</div>
6 changes: 3 additions & 3 deletions docs/user-guides/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ executors:
```
````

Basically, each YAML file defines a [Jina Flow](https://docs.jina.ai/fundamentals/flow/). The complete Jina Flow YAML syntax [can be found here](https://docs.jina.ai/fundamentals/flow/flow-yaml/#configure-flow-meta-information). General parameters of the Flow and Executor can be used here as well. But now we only highlight the most important parameters.
Basically, each YAML file defines a [Jina Flow](https://docs.jina.ai/fundamentals/flow/). The complete Jina Flow YAML syntax [can be found here](https://docs.jina.ai/fundamentals/flow/yaml-spec/). General parameters of the Flow and Executor can be used here as well. But now we only highlight the most important parameters.

Looking at the YAML file again, we can put it into three subsections as below:

Expand Down Expand Up @@ -509,7 +509,7 @@ $ jc deploy flow.yml
```

Here `jc deploy` is the command to deploy a Jina project to JCloud.
Learn more about [JCloud usage](https://github.com/jina-ai/jcloud).
Learn more about [JCloud usage](https://docs.jina.ai/fundamentals/jcloud/).


The Flow is successfully deployed when you see:
Expand Down Expand Up @@ -552,4 +552,4 @@ will give you:
```


It means the client and the JCloud server are now connected. Well done!
It means the client and the JCloud server are now connected. Well done!

0 comments on commit 7f2d8fe

Please sign in to comment.