From 72e92eeaa3cc45a1df705f2efcbafd5752b7b1ae Mon Sep 17 00:00:00 2001 From: Vladimir Ochakovskiy Date: Fri, 7 Jun 2024 18:27:34 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B8?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D0=B5=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=86=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ .../examples_technical_solutions/data-processors.md | 6 ++++++ .../examples_technical_solutions/documents_registers.md | 6 ++++++ .../examples_technical_solutions/printed_forms.md | 6 ++++++ .../examples_technical_solutions/reports.md | 6 ++++++ docs/regulations/unit_test.md | 6 ++++++ docs/regulations/updates_config.md | 6 ++++++ 7 files changed, 38 insertions(+) create mode 100644 docs/regulations/technical_solutions/examples_technical_solutions/data-processors.md create mode 100644 docs/regulations/technical_solutions/examples_technical_solutions/documents_registers.md create mode 100644 docs/regulations/technical_solutions/examples_technical_solutions/printed_forms.md create mode 100644 docs/regulations/technical_solutions/examples_technical_solutions/reports.md create mode 100644 docs/regulations/unit_test.md create mode 100644 docs/regulations/updates_config.md diff --git a/.gitignore b/.gitignore index b2d6de3..555f560 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +build.cmd diff --git a/docs/regulations/technical_solutions/examples_technical_solutions/data-processors.md b/docs/regulations/technical_solutions/examples_technical_solutions/data-processors.md new file mode 100644 index 0000000..4ea88b9 --- /dev/null +++ b/docs/regulations/technical_solutions/examples_technical_solutions/data-processors.md @@ -0,0 +1,6 @@ +--- +sidebar_position: 2 +sidebar_label: Обработки (АРМы и т.д) +title: Обработки (АРМы и т.д) +description: Обработки (АРМы и т.д) +--- \ No newline at end of file diff --git a/docs/regulations/technical_solutions/examples_technical_solutions/documents_registers.md b/docs/regulations/technical_solutions/examples_technical_solutions/documents_registers.md new file mode 100644 index 0000000..926235b --- /dev/null +++ b/docs/regulations/technical_solutions/examples_technical_solutions/documents_registers.md @@ -0,0 +1,6 @@ +--- +sidebar_position: 1 +sidebar_label: Документы и регистры +title: Документы и регистры +description: Документы и регистры +--- \ No newline at end of file diff --git a/docs/regulations/technical_solutions/examples_technical_solutions/printed_forms.md b/docs/regulations/technical_solutions/examples_technical_solutions/printed_forms.md new file mode 100644 index 0000000..1e4c081 --- /dev/null +++ b/docs/regulations/technical_solutions/examples_technical_solutions/printed_forms.md @@ -0,0 +1,6 @@ +--- +sidebar_position: 4 +sidebar_label: Печатные формы +title: Печатные формы +description: Печатные формы +--- \ No newline at end of file diff --git a/docs/regulations/technical_solutions/examples_technical_solutions/reports.md b/docs/regulations/technical_solutions/examples_technical_solutions/reports.md new file mode 100644 index 0000000..75391b1 --- /dev/null +++ b/docs/regulations/technical_solutions/examples_technical_solutions/reports.md @@ -0,0 +1,6 @@ +--- +sidebar_position: 3 +sidebar_label: Отчеты +title: Отчеты +description: Отчеты +--- \ No newline at end of file diff --git a/docs/regulations/unit_test.md b/docs/regulations/unit_test.md new file mode 100644 index 0000000..53ac61f --- /dev/null +++ b/docs/regulations/unit_test.md @@ -0,0 +1,6 @@ +--- +sidebar_position: 17 +sidebar_label: Юнит-тесты +title: Юнит-тесты +description: Юнит-тесты +--- \ No newline at end of file diff --git a/docs/regulations/updates_config.md b/docs/regulations/updates_config.md new file mode 100644 index 0000000..e2533cb --- /dev/null +++ b/docs/regulations/updates_config.md @@ -0,0 +1,6 @@ +--- +sidebar_position: 16 +sidebar_label: Обновление конфигураций +title: Обновление конфигураций +description: Обновление типовых конфигураций +--- \ No newline at end of file