Skip to content

Commit 1a13a94

Browse files
committed
chore(docs): updated sitemap
1 parent 6d78d33 commit 1a13a94

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

apps/docs/src/sitemap.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@
3030
<url>
3131
<loc>https://koobiq.io/ru/main/typography/overview</loc>
3232
</url>
33+
<url>
34+
<loc>https://koobiq.io/en/main/design-tokens/overview</loc>
35+
</url>
36+
<url>
37+
<loc>https://koobiq.io/ru/main/design-tokens/overview</loc>
38+
</url>
39+
<url>
40+
<loc>https://koobiq.io/en/main/schematics/overview</loc>
41+
</url>
42+
<url>
43+
<loc>https://koobiq.io/ru/main/schematics/overview</loc>
44+
</url>
3345
<url>
3446
<loc>https://koobiq.io/en/components/alert/overview</loc>
3547
</url>
@@ -54,6 +66,12 @@
5466
<url>
5567
<loc>https://koobiq.io/ru/components/actions-panel/api</loc>
5668
</url>
69+
<url>
70+
<loc>https://koobiq.io/en/components/ag-grid/overview</loc>
71+
</url>
72+
<url>
73+
<loc>https://koobiq.io/ru/components/ag-grid/overview</loc>
74+
</url>
5775
<url>
5876
<loc>https://koobiq.io/en/components/accordion/overview</loc>
5977
</url>
@@ -150,6 +168,18 @@
150168
<url>
151169
<loc>https://koobiq.io/ru/components/code-block/api</loc>
152170
</url>
171+
<url>
172+
<loc>https://koobiq.io/en/components/core/overview</loc>
173+
</url>
174+
<url>
175+
<loc>https://koobiq.io/ru/components/core/overview</loc>
176+
</url>
177+
<url>
178+
<loc>https://koobiq.io/en/components/core/api</loc>
179+
</url>
180+
<url>
181+
<loc>https://koobiq.io/ru/components/core/api</loc>
182+
</url>
153183
<url>
154184
<loc>https://koobiq.io/en/components/datepicker/overview</loc>
155185
</url>

tools/generate-sitemap.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ const paths = [
1212
'main/directory-structure/overview',
1313
'main/theming/overview',
1414
'main/typography/overview',
15+
'main/design-tokens/overview',
16+
'main/schematics/overview',
1517

1618
// ---------------------- Components ----------------------
1719
'components/alert/overview',

0 commit comments

Comments
 (0)