Skip to content

Commit 199fefb

Browse files
authored
feat(docs): added сore section (#DS-3340) (#654)
1 parent db754d5 commit 199fefb

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

apps/docs/src/app/services/documentation-items.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,17 @@ const DOCS: { [key: string]: DocCategory[] } = {
237237
apiId: 'code-block',
238238
hasExamples: true
239239
},
240-
240+
{
241+
id: 'core',
242+
name: {
243+
ru: 'Core',
244+
en: 'Core'
245+
},
246+
svgPreview: '',
247+
hasApi: true,
248+
apiId: 'core',
249+
hasExamples: false
250+
},
241251
{
242252
id: 'datepicker',
243253
name: {

packages/components/core/core.en.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
🚧 **Documentation in progress** 🚧
2-
3-
Unfortunately, the documentation for this section is not ready yet. We are actively working on its creation and plan to add it soon.
4-
5-
If you would like to contribute to the documentation or have any questions, please feel free to [open an issue](https://github.com/koobiq/angular-components/issues) in our GitHub repository.
1+
The `core` module is a foundational part of the **Koobiq** design system.
2+
It provides essential utilities, services, and components used across other modules in the system.

packages/components/core/core.ru.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Модуль `core` является фундаментальной частью дизайн-системы **Koobiq**.
2+
Он предоставляет базовые утилиты, сервисы и компоненты, необходимые для построения и функционирования остальных модулей системы.

tools/cspell-locales/ru.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,15 @@
9090
"сайдпанели",
9191
"сайдпанель",
9292
"селект",
93+
"селекты",
9394
"селекта",
9495
"селекте",
9596
"селектом",
9697
"селекту",
98+
"селектам",
99+
"селектах",
100+
"селектов",
101+
"селектами",
97102
"скролл",
98103
"скролла",
99104
"скроллбар",

tools/generate-sitemap.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ const paths = [
4646
'components/code-block/overview',
4747
'components/code-block/api',
4848

49+
'components/core/overview',
50+
'components/core/api',
51+
4952
'components/datepicker/overview',
5053
'components/datepicker/api',
5154

0 commit comments

Comments
 (0)