Skip to content

Commit c46996e

Browse files
authored
Add to overview and fix link in docker chapter (#17)
1 parent 960ed01 commit c46996e

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

docs/PxWeb2/documentation/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Follow instructions for one of the databases
6161
office's local security policies.
6262

6363
These are the files you need to change. A detailed description is in the
64-
[customization chapter](customization.md).
64+
[configuration chapter](../../PxWebApi/documentation/configuration.md).
6565

6666
```sh
6767
docker/pxwebapi/appsettings.json

docs/assets/images/pxweb-arch.png

50.6 KB
Loading

docs/documentation/overview.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@ To set up the PxTools ecosystem, you must first install and configure PxWebApi 2
44

55
The installation and configuration steps for both PxWebApi and PxWeb are described in detail in their respective documentation sections.
66

7+
## PxWeb «Classic» vs 2.0
8+
9+
![Architecture overview](../assets/images/pxweb-arch.png)
10+
11+
## Releases
12+
13+
- [PxWeb 2.0](https://github.com/PxTools/PxWeb2/releases)
14+
- [PxWebApi 2.0](https://github.com/PxTools/PxWebApi/releases)
15+
- [PxWeb "Classic"](https://github.com/statisticssweden/PxWeb/releases)

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ nav:
1919
- Install PxWeb 2.0 on IIS: PxWeb2/documentation/installation-on-iis.md
2020
- Customization:
2121
- Customize PxWebApi 2.0: PxWebApi/documentation/configuration.md
22-
- Customize PxWeb2: PxWeb2/documentation/customization.md
22+
- Customize PxWeb 2.0: PxWeb2/documentation/customization.md
2323
- Demo:
24-
- Install PxWeb2 and PxWebApi 2.0 with Docker: PxWeb2/documentation/docker.md
24+
- Try PxWeb 2.0 with Docker: PxWeb2/documentation/docker.md
2525
- Px File Format:
2626
- Version 2013: px-file-format/px-2013.md
2727
- Tools:

0 commit comments

Comments
 (0)