diff --git a/conf/conf.d/client.conf b/conf/conf.d/client.conf index 8043b1b0..38ff71a3 100644 --- a/conf/conf.d/client.conf +++ b/conf/conf.d/client.conf @@ -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 }