Skip to content

Commit 7a883a7

Browse files
Deploying to gh-pages from @ 7f495d7 🚀
1 parent dd46330 commit 7a883a7

5 files changed

Lines changed: 206 additions & 183 deletions

File tree

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@
7676
<body>
7777
<app-root></app-root>
7878
<div id="globalLoader" class="global-loader"><h1>LOADING</h1></div>
79-
<script src="polyfills-5CFQRCPP.js" type="module"></script><script src="main-GWAUQRAV.js" type="module"></script></body>
79+
<script src="polyfills-5CFQRCPP.js" type="module"></script><script src="main-UBMTBLRM.js" type="module"></script></body>
8080
</html>

data/menu.json

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,32 @@
9191
]
9292
},
9393
{
94-
"route": "ai-chat",
95-
"name": "aiChat",
96-
"type": "link",
97-
"icon": "smart_toy"
94+
"route": "ai",
95+
"name": "ai",
96+
"type": "sub",
97+
"icon": "smart_toy",
98+
"children": [
99+
{
100+
"route": "assistant",
101+
"name": "ai.aiAssistant",
102+
"type": "link"
103+
},
104+
{
105+
"route": "hr-insight",
106+
"name": "ai.aiHrInsight",
107+
"type": "link"
108+
},
109+
{
110+
"route": "nl-search",
111+
"name": "ai.aiNlSearch",
112+
"type": "link"
113+
},
114+
{
115+
"route": "vector-search",
116+
"name": "ai.aiVectorSearch",
117+
"type": "link"
118+
}
119+
]
98120
}
99121
]
100122
}

i18n/en-US.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"salaryRanges": "Salary Ranges",
1414
"salaryRanges.salaryRangeList": "List",
1515
"salaryRanges.addSalaryRange": "Create",
16-
"aiChat": "AI Assistant",
16+
"ai": "AI",
17+
"ai.aiAssistant": "AI Assistant",
18+
"ai.aiHrInsight": "HR Insight",
19+
"ai.aiNlSearch": "NL Search",
20+
"ai.aiVectorSearch": "Vector Search",
1721
"design": "Design",
1822
"design.colors": "Color System",
1923
"design.icons": "Material Icons",

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@
7676
<body>
7777
<app-root></app-root>
7878
<div id="globalLoader" class="global-loader"><h1>LOADING</h1></div>
79-
<script src="polyfills-5CFQRCPP.js" type="module"></script><script src="main-GWAUQRAV.js" type="module"></script></body>
79+
<script src="polyfills-5CFQRCPP.js" type="module"></script><script src="main-UBMTBLRM.js" type="module"></script></body>
8080
</html>

main-GWAUQRAV.js renamed to main-UBMTBLRM.js

Lines changed: 173 additions & 176 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)