Skip to content

Commit e86c0d8

Browse files
committed
docs: remove env-setup page
1 parent 1c4489c commit e86c0d8

5 files changed

Lines changed: 4 additions & 115 deletions

File tree

docs/guides/translation-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Follow this quick guide to add translation support to your application using the
77

88
## Prerequisites
99

10-
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).
10+
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).
1111

1212
## Install required packages
1313

docs/quickstart.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ Follow the [DHIS2 in Docker guide](/docs/tutorials/dhis2-docker) to install the
4545

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

48-
:::note
49-
For more info on how to correctly set up command line tools please check our [Environment Setup tutorial](/docs/tutorials/setup-env).
50-
:::
51-
5248
### Next steps
5349

5450
Now that you have a DHIS2 instance you can put it to the test by developing DHIS2 apps.

docs/tutorials/setup-env.md

Lines changed: 0 additions & 106 deletions
This file was deleted.

docs/tutorials/ui-library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this tutorial you will do the following:
1010

1111
## Prerequisites
1212

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

1515
## 1. Getting started
1616

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

2121
### Web UI Components
2222

23-
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/).
23+
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/).
2424

2525
### Installation
2626

sidebarsGuides.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = {
1717
},
1818

1919
'quickstart',
20-
'tutorials/setup-env',
2120
'quickstart/quickstart-web',
2221
'quickstart/quickstart-android',
2322
'tutorials/dhis2-docker',
@@ -111,7 +110,7 @@ module.exports = {
111110
'guides/submit-apphub',
112111
'guides/apphub-guidelines',
113112
'guides/publish-apphub',
114-
'guides/setup-changelog'
113+
'guides/setup-changelog',
115114
],
116115
Translation: ['guides/translation-support'],
117116
},

0 commit comments

Comments
 (0)