Skip to content

Commit

Permalink
Merge pull request #1380 from G-Core/WEB-7257
Browse files Browse the repository at this point in the history
Web 7257
  • Loading branch information
mariyayurlova authored Oct 24, 2024
2 parents b479bd7 + b33ce41 commit 150ad2b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scully.product-documentation.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const categories = [
'account-settings',
'waap',
'reseller-support',
'edge-ai',
];
import { setCustomUrls } from './scully/plugins/custom-url/custom-url';
import { moveContentFiles, updateAlgolia } from './scully/plugins/registerPlugins';
Expand All @@ -39,6 +40,7 @@ setPluginConfig(moveContentFiles, {
'ddos-protection',
'waap',
'reseller-support',
'edge-ai',
],
});
setPluginConfig(SitemapPlugin, {
Expand Down
4 changes: 4 additions & 0 deletions src/app/constants/categories-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,8 @@ export const categories: Array<Category> = [
name: 'Edit article guide',
url: 'edit-article-guide',
},
{
name: 'Edge AI',
url: 'edge-ai',
},
];
5 changes: 5 additions & 0 deletions src/assets/icons/category/edge-ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/scully-routes.json

Large diffs are not rendered by default.

0 comments on commit 150ad2b

Please sign in to comment.