Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/guides/publish-apphub.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Once you have [submitted](/docs/guides/submit-apphub) your app and it's been rev

:::note

This guide assumes that your app is built using the [DHIS2 Application Platform](/docs/app-platform/getting-started). See the [tutorial](/docs/tutorials/setup-env) for how to build your first DHIS2 app.
This guide assumes that your app is built using the [DHIS2 Application Platform](/docs/app-platform/getting-started). See the [tutorial](/docs/quickstart/quickstart-web) for how to build your first DHIS2 app.

:::

Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: lts/*
cache: "yarn"
cache: 'yarn'

- name: Install JS dependencies
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/translation-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Follow this quick guide to add translation support to your application using the

## Prerequisites

This guide assumes that you're developing an application using the [DHIS2 Application Platform](/docs/app-platform/getting-started) and its tools. To know more or get started, please follow this tutorial: [Environment Setup](/docs/tutorials/setup-env).
This guide assumes that you're developing an application using the [DHIS2 Application Platform](/docs/app-platform/getting-started) and its tools. To know more or get started, please follow this tutorial: [Creating a DHIS2 web app](/docs/quickstart/quickstart-web).

## Install required packages

Expand Down
4 changes: 0 additions & 4 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ Follow the [DHIS2 in Docker guide](/docs/tutorials/dhis2-docker) to install the

Sign in as `admin` (username) and `district` (password). If you can load DHIS2 in the browser, you are ready to create a new app.

:::note
For more info on how to correctly set up command line tools please check our [Environment Setup tutorial](/docs/tutorials/setup-env).
:::

### Next steps

Now that you have a DHIS2 instance you can put it to the test by developing DHIS2 apps.
Expand Down
106 changes: 0 additions & 106 deletions docs/tutorials/setup-env.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/tutorials/ui-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In this tutorial you will do the following:

## Prerequisites

Before we continue, make sure that you followed the steps provided in the first tutorial: [Environment Setup](/docs/tutorials/setup-env)
Before we continue, make sure that you followed the steps provided in the first tutorial: [Creating a DHIS2 web app](/docs/quickstart/quickstart-web).

## 1. Getting started

Expand All @@ -20,7 +20,7 @@ The UI library is a collection of components which implement the DHIS2 Design Sy

### Web UI Components

The [DHIS2 Design System](/design-system) contains a lot of guidance on *how to design an app*, but if you want to know about all the Web Components available, you can check the [Web Components documentation](/docs/ui/webcomponents) and check the interactive demo for each component at [Storybook](pathname:///demo/).
The [DHIS2 Design System](/design-system) contains a lot of guidance on _how to design an app_, but if you want to know about all the Web Components available, you can check the [Web Components documentation](/docs/ui/webcomponents) and check the interactive demo for each component at [Storybook](pathname:///demo/).

### Installation

Expand Down
3 changes: 1 addition & 2 deletions sidebarsGuides.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module.exports = {
},

'quickstart',
'tutorials/setup-env',
'quickstart/quickstart-web',
'quickstart/quickstart-android',
'tutorials/dhis2-docker',
Expand Down Expand Up @@ -111,7 +110,7 @@ module.exports = {
'guides/submit-apphub',
'guides/apphub-guidelines',
'guides/publish-apphub',
'guides/setup-changelog'
'guides/setup-changelog',
],
Translation: ['guides/translation-support'],
},
Expand Down