From af6352b61f8c1e69bf5ab1e7867112e98fdca215 Mon Sep 17 00:00:00 2001 From: Igor Brylyov Date: Thu, 7 Apr 2022 13:15:06 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/applications/beehive.md | 4 ++++ docs/applications/microalgae-garden.md | 4 ++++ docs/applications/other.md | 4 ++++ docs/applications/sprouts-garden.md | 4 ++++ docs/applications/vegetable-garden.md | 4 ++++ sidebars.js | 10 ++++++++++ 6 files changed, 30 insertions(+) create mode 100644 docs/applications/beehive.md create mode 100644 docs/applications/microalgae-garden.md create mode 100644 docs/applications/other.md create mode 100644 docs/applications/sprouts-garden.md create mode 100644 docs/applications/vegetable-garden.md diff --git a/docs/applications/beehive.md b/docs/applications/beehive.md new file mode 100644 index 0000000..4857d49 --- /dev/null +++ b/docs/applications/beehive.md @@ -0,0 +1,4 @@ +--- +id: beehive +title: 'Улей' +--- \ No newline at end of file diff --git a/docs/applications/microalgae-garden.md b/docs/applications/microalgae-garden.md new file mode 100644 index 0000000..9d19146 --- /dev/null +++ b/docs/applications/microalgae-garden.md @@ -0,0 +1,4 @@ +--- +id: microalgae-garden +title: 'Биореактор' +--- \ No newline at end of file diff --git a/docs/applications/other.md b/docs/applications/other.md new file mode 100644 index 0000000..848e013 --- /dev/null +++ b/docs/applications/other.md @@ -0,0 +1,4 @@ +--- +id: other +title: 'Другое' +--- \ No newline at end of file diff --git a/docs/applications/sprouts-garden.md b/docs/applications/sprouts-garden.md new file mode 100644 index 0000000..ab3a085 --- /dev/null +++ b/docs/applications/sprouts-garden.md @@ -0,0 +1,4 @@ +--- +id: sprouts-garden +title: 'Проращиватель' +--- \ No newline at end of file diff --git a/docs/applications/vegetable-garden.md b/docs/applications/vegetable-garden.md new file mode 100644 index 0000000..a58883a --- /dev/null +++ b/docs/applications/vegetable-garden.md @@ -0,0 +1,4 @@ +--- +id: vegetable-garden +title: 'Огород' +--- \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 0b7adaf..4584ea0 100644 --- a/sidebars.js +++ b/sidebars.js @@ -34,6 +34,16 @@ module.exports = { 'technologies/knowledge-management' ], }, +/* { + type: 'category', + label: 'Приложения', + items: [ + 'applications/beehive', + 'applications/microalgae-garden', + 'applications/sprouts-garden', + 'applications/vegetable-garden' + ], + }, */ { type: 'category', label: 'Модели',