Skip to content

Commit

Permalink
Merge pull request #1395 from G-Core/WEB-7257-fix
Browse files Browse the repository at this point in the history
WEB-7257 fix bug
  • Loading branch information
mariyayurlova authored Oct 31, 2024
2 parents 49edcff + 942a9e4 commit 8f575c5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 250 deletions.
12 changes: 0 additions & 12 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -541,17 +541,5 @@ server {
location ~ ^/docs/account-settings/create-an-account-for-an-individual-or-legal-entity?$ { return 301 https://$host/docs/account-settings/create-account/create-an-account-for-an-individual-or-legal-entity ; }
location ~ ^/docs/account-settings/create-an-additional-account-and-switch-between-main?$ { return 301 https://$host/docs/account-settings/create-account/create-an-additional-account-and-switch-between-main ; }

####PIN-846
location ~ ^/docs/cloud/inference-at-the-edge?$ { return 301 https://$host/docs/edge-ai/inference-at-the-edge ; }
location ~ ^/docs/cloud/inference-at-the-edge/prepare-custom-model-for-deployment?$ { return 301 https://$host/docs/edge-ai/inference-at-the-edge/prepare-custom-model-for-deployment ; }
location ~ ^/docs/cloud/inference-at-the-edge/manage-deployments?$ { return 301 https://$host/docs/edge-ai/inference-at-the-edge/manage-deployments ; }
location ~ ^/docs/cloud/inference-at-the-edge/create-and-manage-api-keys?$ { return 301 https://$host/docs/edge-ai/inference-at-the-edge/create-and-manage-api-keys ; }
location ~ ^/docs/cloud/inference-at-the-edge/add-a-registry?$ { return 301 https://$host/docs/edge-ai/inference-at-the-edge/add-a-registry ; }
location ~ ^/docs/cloud/inference-at-the-edge/deploy-models/deploy-ai-model?$ { return 301 https://$host/docs/edge-ai/inference-at-the-edge/deploy-models/deploy-ai-model ; }
location ~ ^/docs/cloud/inference-at-the-edge/deploy-models/deploy-huggingface-models?$ { return 301 https://$host/docs/edge-ai/inference-at-the-edge/deploy-models/deploy-huggingface-models ; }
location ~ ^/docs/cloud/ai-Infrustructure/about-our-ai-infrastructure?$ { return 301 https://$host/docs/edge-ai/ai-infrastructure/about-our-ai-infrastructure ; }
location ~ ^/docs/cloud/ai-Infrustructure/create-an-ai-cluster?$ { return 301 https://$host/docs/edge-ai/ai-infrastructure/create-an-ai-cluster ; }
location ~ ^/docs/cloud/ai-Infrustructure/about-virtual-vpod?$ { return 301 https://$host/docs/edge-ai/ai-infrastructure/about-our-ai-infrastructure ; }

location ~ ^/(.*)/$ { return 301 https://$host/$1; }
}
133 changes: 0 additions & 133 deletions documentation/edge-ai/ai-infrastructure/about-our-ai-infrastructure.md

This file was deleted.

43 changes: 0 additions & 43 deletions documentation/edge-ai/ai-infrastructure/about-virtual-vpod.md

This file was deleted.

56 changes: 0 additions & 56 deletions documentation/edge-ai/ai-infrastructure/create-an-ai-cluster.md

This file was deleted.

6 changes: 0 additions & 6 deletions documentation/edge-ai/ai-infrastructure/metadata.md

This file was deleted.

0 comments on commit 8f575c5

Please sign in to comment.