Skip to content

Commit

Permalink
chore: dosc migration rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanshuyou committed Feb 10, 2025
1 parent a07ee38 commit 5d69ac6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions conf/conf.d/client.conf
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,20 @@ server {
rewrite ^/api-reference/pymilvus/v2.5.x/EmbeddingModels/BM25EmbeddingFunction/load.md /api-reference/pymilvus/v2.5.x/About.md permanent;
rewrite ^/api-reference/pymilvus/v2.5.x/EmbeddingModels/BM25EmbeddingFunction/save.md /api-reference/pymilvus/v2.5.x/About.md permanent;

# docs migration rewrite
rewrite ^/docs/migrate_overview.md https://github.com/zilliztech/vts permanent;
rewrite ^/docs/milvusdm_install.md https://github.com/zilliztech/vts permanent;
rewrite ^/docs/es2m.md.md https://github.com/zilliztech/vts permanent;
rewrite ^/docs/f2m.md.md https://github.com/zilliztech/vts permanent;
rewrite ^/docs/m2m.md https://github.com/zilliztech/vts permanent;
rewrite ^/docs/from-m2x.md https://github.com/zilliztech/vts permanent;
rewrite ^/docs/v2.4.x/migrate_overview.md https://github.com/zilliztech/vts permanent;
rewrite ^/docs/v2.4.x/milvusdm_install.md https://github.com/zilliztech/vts permanent;
rewrite ^/docs/v2.4.x/es2m.md https://github.com/zilliztech/vts permanent;
rewrite ^/docs/v2.4.x/f2m.md https://github.com/zilliztech/vts permanent;
rewrite ^/docs/v2.4.x/m2m.md https://github.com/zilliztech/vts permanent;
rewrite ^/docs/v2.4.x/from-m2x.md https://github.com/zilliztech/vts permanent;


expires -1; # Set it to different value depending on your standard requirements
}
Expand Down

0 comments on commit 5d69ac6

Please sign in to comment.