Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 92bcc06

Browse filesBrowse files
authored
fix: update docs url (#1063)
* fix: update dcs url Signed-off-by: samsja <sami.jaghouar@hotmail.fr> * chore: updater readme Signed-off-by: samsja <sami.jaghouar@hotmail.fr> --------- Signed-off-by: samsja <sami.jaghouar@hotmail.fr>
1 parent 6b452f7 commit 92bcc06
Copy full SHA for 92bcc06

2 files changed

+2-3Lines changed: 2 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/build_docs_on_branch.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/build_docs_on_branch.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
deploy-to-netlify:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- run: |
16-
echo "BRANCH_NAME=${{ github.head_ref }}" >> $GITHUB_ENV
1715
- uses: actions/checkout@v2.5.0
1816
- uses: actions/setup-python@v4
1917
with:
@@ -34,7 +32,7 @@ jobs:
3432
cd docs
3533
export NUM_RELEASES=2 # only 2 last tags to save build time
3634
bash makedoc.sh
37-
netlify deploy --dir=_build/dirhtml --alias="ft-${{ env.BRANCH_NAME }}" --message="Deploying docs to ${{ env.BRANCH_NAME }} branch"
35+
netlify deploy --dir=_build/dirhtml --alias="docarray-v2" --message="Deploying docs to docarray v2"
3836
env:
3937
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN1 }}
4038
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ pip install "git+https://github.com/docarray/docarray@feat-rewrite-v2#egg=docarr
416416
- [V2 announcement blog post](https://github.com/docarray/notes/blob/main/blog/01-announcement.md)
417417
- [Donation to Linux Foundation AI&Data blog post](https://jina.ai/news/donate-docarray-lf-for-inclusive-standard-multimodal-data-model/)
418418
- [Submit ideas, feature requests, and discussions](https://github.com/docarray/docarray/discussions)
419+
- [v2 Documentation](https://docarray-v2--jina-docs.netlify.app/)
419420
- ["Legacy" DocArray github page](https://github.com/docarray/docarray)
420421
- ["Legacy" DocArray documentation](https://docarray.jina.ai/)
421422

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.