Skip to content

Commit 012115c

Browse files
committed
rename maintenance page to administration
1 parent b71ae65 commit 012115c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

_data/navigation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ docs-en:
5757
url: /docs/en/avoid-test-duplication
5858
- title: Other
5959
children:
60-
- title: Maintenance
61-
url: /docs/en/maintenance
60+
- title: Administration
61+
url: /docs/en/administration
6262
- title: Team Collaboration
6363
url: /docs/en/team-collaboration
6464
- title: Upgrade from Old Version

_docs/en/maintenance.md renamed to _docs/en/administration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Maintenance
3-
permalink: /docs/en/maintenance
4-
key: docs-maintenance
2+
title: Administration
3+
permalink: /docs/en/administration
4+
key: docs-administration
55
---
66
API Test Base application stores data in a folder called `<ATB_DATA_DIR>`. Following is the default value:
77

@@ -74,7 +74,7 @@ To change `<ATB_DATA_DIR>` to a different location, set an environment variable
7474
<string>/bin/launchctl</string>
7575
<string>setenv</string>
7676
<string>ATB_DATA_DIR</string>
77-
<string>/Users/zhengwang/atb-data</string>
77+
<string>/Users/your-username/atb-data</string>
7878
</array>
7979
<key>RunAtLoad</key>
8080
<true/>

_docs/en/creating-automated-test-case.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ key: docs-creating-automated-test-case
55
---
66
We are going to demo how to test a REST API that updates an article record in database. Check section [Sample Test Case](#sample-test-case) if you are eager to see what the test case looks like.
77

8-
The REST API is the sample Article API that is bundled with API Test Base. It does CRUD operations on the records in the Article table in a sample H2 database. The sample database is automatically created under `<ATB_DATA_DIR>/database` when API Test Base is launched for the first time. Refer to [Maintenance](/docs/en/maintenance) for more details.
8+
The REST API is the sample Article API that is bundled with API Test Base. It does CRUD operations on the records in the Article table in a sample H2 database. The sample database is automatically created under `<ATB_DATA_DIR>/database` when API Test Base is launched for the first time. Refer to [Administration](/docs/en/administration) for more details.
99

1010
We are planning to have three test steps in our test case
1111
```
@@ -26,7 +26,7 @@ Under the Test Steps tab, click `+ Test Step` dropdown button and select `Databa
2626
## Populate Step 1
2727
Click the name of step 1 to open its edit view.
2828

29-
Under the `Endpoint` tab, set JDBC URL `jdbc:h2:<ATB_DATA_DIR>/database/sample;AUTO_SERVER=TRUE`, replacing `<ATB_DATA_DIR>` with the value on your machine (refer to [Maintenance](/docs/en/maintenance)). The JDBC URL will be used by the test step to connect to the sample database.
29+
Under the `Endpoint` tab, set JDBC URL `jdbc:h2:<ATB_DATA_DIR>/database/sample;AUTO_SERVER=TRUE`, replacing `<ATB_DATA_DIR>` with the value on your machine (refer to [Administration](/docs/en/administration)). The JDBC URL will be used by the test step to connect to the sample database.
3030

3131
Then set Username to `user` and Password to `pass`.
3232

_docs/en/team-collaboration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Team Collaboration
33
permalink: /docs/en/team-collaboration
44
key: docs-team-collaboration
55
---
6-
API Test Base application stores the requests, test cases, environments etc. you create in an ATB workspace under folder `<ATB_DATA_DIR>/fileplace/<the workspace>`. Refer to [Maintenance](/docs/en/maintenance) for more information.
6+
API Test Base application stores the requests, test cases, environments etc. you create in an ATB workspace under folder `<ATB_DATA_DIR>/fileplace/<the workspace>`. Refer to [Administration](/docs/en/administration) for more information.
77

88
Each request, test case, environment etc. is stored in a YAML file.
99

_docs/en/upgrade-from-old-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Run the new version following the instructions on [Quick Start](/docs/en/quick-s
3939

4040
{% endtabs %}
4141

42-
Your test data, settings, etc. will stay untouched, under the `<ATB_DATA_DIR>` folder (refer to [Maintenance](/docs/en/maintenance) for the location).
42+
Your test data, settings, etc. will stay untouched, under the `<ATB_DATA_DIR>` folder (refer to [Administration](/docs/en/administration) for the location).

0 commit comments

Comments
 (0)