Skip to content

feat(docs): added сore section (#DS-3340) #654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion apps/docs/src/app/services/documentation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,17 @@ const DOCS: { [key: string]: DocCategory[] } = {
apiId: 'code-block',
hasExamples: true
},

{
id: 'core',
name: {
ru: 'Core',
en: 'Core'
},
svgPreview: '',
hasApi: true,
apiId: 'core',
hasExamples: false
},
{
id: 'datepicker',
name: {
Expand Down
7 changes: 2 additions & 5 deletions packages/components/core/core.en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
🚧 **Documentation in progress** 🚧

Unfortunately, the documentation for this section is not ready yet. We are actively working on its creation and plan to add it soon.

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.
The `core` module is a foundational part of the **Koobiq** design system.
It provides essential utilities, services, and components used across other modules in the system.
2 changes: 2 additions & 0 deletions packages/components/core/core.ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Модуль `core` является фундаментальной частью дизайн-системы **Koobiq**.
Он предоставляет базовые утилиты, сервисы и компоненты, необходимые для построения и функционирования остальных модулей системы.
5 changes: 5 additions & 0 deletions tools/cspell-locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,15 @@
"сайдпанели",
"сайдпанель",
"селект",
"селекты",
"селекта",
"селекте",
"селектом",
"селекту",
"селектам",
"селектах",
"селектов",
"селектами",
"скролл",
"скролла",
"скроллбар",
Expand Down
3 changes: 3 additions & 0 deletions tools/generate-sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ const paths = [
'components/code-block/overview',
'components/code-block/api',

'components/core/overview',
'components/core/api',

'components/datepicker/overview',
'components/datepicker/api',

Expand Down