Skip to content

Commit

Permalink
Merge pull request #1394 from G-Core/WEB-7257-fix
Browse files Browse the repository at this point in the history
Web 7257 fix
  • Loading branch information
mariyayurlova authored Oct 31, 2024
2 parents be8504a + 1030c99 commit 49edcff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,6 @@ server {
location ~ ^/docs/streaming-platform/api/real-time-video-api-tutorial/?$ { return 301 https://$host/docs/streaming-platform/ ; }
location ~ ^/docs/streaming-platform/extra-features/add-monetization-to-your-live-streams-and-videos/?$ { return 301 https://$host/docs/streaming-platform/ ; }

location ~ ^/(.*)/$ { return 301 https://$host/$1; }


#### 723

location ~ ^/docs/streaming-platform/ai-video-service/content-moderation/ai-nudity-detection/?$ { return 301 https://$host/docs/streaming-platform/ai-video-service/content-moderation/hard-nudity-detection/ ; }
Expand Down Expand Up @@ -553,6 +550,8 @@ server {
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-anfrastructure/create-an-ai-cluster ; }
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; }
}
2 changes: 1 addition & 1 deletion src/app/components/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class HomeComponent implements OnInit {
public categories: Array<Category> = categories;
public baseHref: string = environment.baseHref;
public isMenuExpanded: boolean = false;
public hideCategory = ['Reseller Support', 'Edit article guide', 'Web Application Security', 'Edge AI'];
public hideCategory = ['Reseller Support', 'Edit article guide', 'Web Application Security'];

constructor(private changeDetectorRef: ChangeDetectorRef, private data: MenuService) {}

Expand Down
2 changes: 1 addition & 1 deletion src/assets/scully-routes.json

Large diffs are not rendered by default.

0 comments on commit 49edcff

Please sign in to comment.