diff --git a/apps/docs/content/deno/overview.mdx b/apps/docs/content/deno/overview.mdx
index bbe59a93..6b2669b8 100644
--- a/apps/docs/content/deno/overview.mdx
+++ b/apps/docs/content/deno/overview.mdx
@@ -7,9 +7,63 @@ import DocCardList from '@theme/DocCardList';
import Icons from '@theme/Icon';
import LargeCardList from '@site/src/components/LargeCardList';
import LargeCard from '@site/src/components/LargeCard';
+import DeployButton from '@site/src/components/DeployButton';
+import CustomCard from '@site/src/components/CustomCard';
[Deno ↗](https://deno.org/en) is an asynchronous event-driven JavaScript runtime, which is designed to build scalable network applications.
+:::tip
+Have you got any additional question? Join our **[Discord](https://discord.com/invite/WDvCZ54)** community to get help from our team and other members.
+:::
+
+
+As said, there is no need for coding yet, we have created a [Github repository ↗](https://github.com/zeropsio/recipe-deno), a **_recipe_**, containing the most simple Deno web application. The repo will be used as a source from which the app will be built.
+
+
- Learn more about projects in
- Zerops. See how to{' '}
- import{' '}
- a whole project into Zerops.
-
- Learn more about{' '}
- services in
- Zerops and how to{' '}
-
- import a service
- {' '}
- to an existing project.
-
- The yaml file includes a `buildFromGit` directive, which ensures
- a one-time build from Git repository source. See how to connect a{' '}
- Github or{' '}
- Gitlab repository to be able to
- trigger automatic builds & deploys.
-
- Learn more about how the pipelines can be triggered and about build and deploy processes of a Deno application in Zerops.
-
-Learn more about how to access build log of your Deno service in Zerops.
-
-
- Learn more about how to access your
- Deno service in Zerops.
-
- Congratulations! You have created your first application in Zerops, and we hope to see your own projects soon.
-
-For now, check out other features, such as environment variables, runtime log and scaling.
-
-
- Learn more about how to{' '}
-
- use `psql`
- {' '}
- command-line tool instead or how to{' '}
- import and export data{' '}
- from your database.
- 2. Create a project.
-
- 3. In the left menu, click on Import services, copy & paste the
- contents of the `import-services.yml` config file from the recipe
- repository of your choice. Then click on Import service.
-
- 4. Several pipelines are created, one for project creation and the rest for the activation of the services. Wait for all to finish.
-
- 5. In the service detail, open the Public access & internal ports{' '}
- section, and Enable Zerops Subdomain.
-
- 6. Once the pipeline has finished, click on the activated subdomain URL. You should see a simple page with
-
`Entry added successfully with random data: f47ac10b-58cc-0372-8567-0e02b2c3d479. Total count: 1`
- 7. One of the services is `adminer`, a database management tool.
- See how to{' '}
- access it.
-
-
- -:::tip -Have you got any additional question? Join our **[Discord](https://discord.com/invite/WDvCZ54)** community to get help from our team and other members. -::: diff --git a/apps/docs/content/deno/tutorial/step-by-step.mdx b/apps/docs/content/deno/tutorial/step-by-step.mdx deleted file mode 100644 index 44fd03ce..00000000 --- a/apps/docs/content/deno/tutorial/step-by-step.mdx +++ /dev/null @@ -1,96 +0,0 @@ ---- -title: Step-by-step tutorial -description: Go through the step by step tutorial for deno on Zerops. ---- - -import DocCardList from '@theme/DocCardList'; -import Icons from '@theme/Icon'; -import LargeCardList from '@site/src/components/LargeCardList'; -import LargeCard from '@site/src/components/LargeCard'; - -As said, there is no need for coding yet, we have created a [Github repository ↗](https://github.com/zeropsio/recipe-deno), a **_recipe_**, containing the most simple Deno web application. The repo will be used as a source from which the app will be built. - -:::tip -Follow the steps below and when everything is working as expected, fork the repo, try making various changes or be bold and connect your own. -::: - -:::note -In the detail of each step, you can find a link with more information about the topic. -::: - -1. Log in/sign up to [Zerops GUI ↗](https://app.zerops.io) - -
- Learn more about projects in - Zerops. See how to{' '} - import{' '} - a whole project into Zerops. -
-- Learn more about{' '} - services in - Zerops and how to{' '} - - import a service - {' '} - to an existing project. -
-- The yaml file includes a `buildFromGit` directive, which ensures - a one-time build from Git repository source. See how to connect a{' '} - Github or{' '} - Gitlab repository to be able to - trigger automatic builds & deploys. -
-- Learn more about how the pipelines can be triggered and about build and deploy processes of a Deno application in Zerops. - -Learn more about how to access build log of your Deno service in Zerops. - -
-- Learn more about how to access your - Deno service in Zerops. -
-- Congratulations! You have created your first application in Zerops, and we hope to see your own projects soon. - -For now, check out other features, such as environment variables, runtime log and scaling. - -
-- -:::tip -Have you got any additional question? Join our **[Discord](https://discord.com/invite/WDvCZ54)** community to get help from our team and other members. -::: diff --git a/apps/docs/sidebars.js b/apps/docs/sidebars.js index 7a272907..b19aa052 100644 --- a/apps/docs/sidebars.js +++ b/apps/docs/sidebars.js @@ -2494,45 +2494,18 @@ collapsible: false, sidebar_icon: 'deno', }, }, - { - type: 'category', - label: 'Dive-in', -collapsible: false, - link: { - type: 'doc', - id: 'deno/getting-started', - }, - customProps: { - sidebar_icon: 'rocket-launch', - }, - className: 'homepage-sidebar-item', - items: [ - { - type: 'doc', - id: 'deno/tutorial/quickstart', - label: 'Quickstart', - customProps: { - exclude_from_doc_list: false, - }, - }, - { - type: 'doc', - id: 'deno/tutorial/step-by-step', - label: 'Step-by-step tutorial', - customProps: { - exclude_from_doc_list: false, - }, - }, - { - type: 'doc', - id: 'deno/tutorial/runtime-sql', - label: 'Runtime + SQL', - customProps: { - exclude_from_doc_list: false, - }, - }, - ], - }, + // { + // type: 'doc', + // label: 'Dive-in', + // collapsible: false, + // link: { + // type: 'doc', + // id: 'deno/getting-started', + // }, + // customProps: { + // sidebar_icon: 'rocket-launch', + // }, + // }, { type: 'category', label: 'How-to',