Skip to content

Commit

Permalink
WEB-7257 Check lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Yurlava committed Oct 31, 2024
1 parent d992a6e commit 8adb32d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@
"command",
"path-to-your-application",
"port",
"variables"
"variables",
"Inference",
"APIKEY",
"ModelName"
]
}
}
1 change: 0 additions & 1 deletion default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,5 @@ server {
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; }
}

0 comments on commit 8adb32d

Please sign in to comment.