Skip to content

Commit 0c24151

Browse files
author
Alexander Bainczyk
committed
update docs
1 parent 4c48348 commit 0c24151

File tree

5 files changed

+12057
-11740
lines changed

5 files changed

+12057
-11740
lines changed

docs/.vuepress/env.default.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
BASE: '/alex/book/2.1.0/'
3-
};
2+
BASE: '/alex/book/3.0.0/'
3+
};

docs/contents/dev-docs/development/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ On this page, we present some information for developers and maintainers of ALEX
1111

1212
Make sure you have the following software installed on your development machine:
1313

14-
- Node.js v14 and NPM v7
14+
- Node.js v16 and NPM v8
1515

1616
The frontend is developed with [Angular][angular], relies on the Angular CLI and is written in Typescript.
1717
Styling in ALEX is done with [Bootstrap v4][bootstrap] and SASS stylesheets.
@@ -63,7 +63,7 @@ Now you can make changes in the Java files, rebuild the module (e.g. via `STRG+S
6363

6464
Make sure you have the following software installed on your development machine:
6565

66-
- Node.js v14 and NPM v7
66+
- Node.js v16 and NPM v8When installed locally, and the target app is also locally, the base URL of a project should start with: "http://docker.host.internal" (for Linux) and "http://192.168.65.2" (for MacOS and Windows).
6767

6868

6969
## Performing a release

docs/contents/user-manual/project-management/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ A new project has the following properties:
2222
| Description | A description of the project. | no |
2323

2424
The URL of a new project has to start with *http://* or *https://* followed by at least one further character for the host.
25-
The URL can, but does not have to end with a trailing '/'.
25+
The URL can, but does not have to end with a trailing '/'.
26+
27+
::: tip
28+
Note: When installed locally, and the target app is also locally, the base URL of a project should start with: "http://docker.host.internal" (for Linux) and "http://192.168.65.2" (for MacOS and Windows).
29+
:::
2630

2731
Deleting and updating projects can be done under the premise that there is no active learning process with the project.
2832
Before deleting a project, make sure you have exported the project, your symbols, hypotheses or statistics because the deletion is irreversible.

0 commit comments

Comments
 (0)