Skip to content

Commit 93d1946

Browse files
authored
Merge pull request #20 from PxTools/fix/first-page
Updated first page and changed 2.0 t 2
2 parents 2260a2c + b1a799b commit 93d1946

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

docs/PxWebApi/documentation/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuring PxWebApi 2.0
1+
# Configuring PxWebApi 2
22
The configuration is split into several different files, each with a specific purpose. The main file you will need to modify is `appsettings.json`.
33

44
## appsettings.json

docs/PxWebApi/documentation/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Install PxWebApi 2.0 on your IIS server
1+
# Install PxWebApi 2 on your IIS server
22
This instruction guides you in how to install PxWebApi 2.0 on a clean install of IIS in the root of the _Default Web Site_ with PX file database.
33

44
## Prerequisites

docs/overrides/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@
7777

7878
<!-- Hero content -->
7979
<div class="mdx-hero__content">
80-
<h1>PxWeb 2.0 New user interface
80+
<h1>PxWeb 2 - Information
8181
</h1>
82-
<p>Statistics Sweden and Statistics Norway have a project together to build a new and more user-friendly interface for PxWeb.</p>
82+
<p>Statistics Sweden and Statistics Norway have made a user friendly interface for PxWeb.</p>
8383
<a
8484
href="/PxWeb2/project/overview/"
8585
title="Project overview"
8686
class="md-button md-button--primary"
8787
>
88-
About the project
88+
About PxWeb 2
8989
</a>
9090
</div>
9191
</div>

docs/tools/pxweb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PxWeb
22
PxWeb is used for publishing statistics in a database at the web and is since 1 January 2016 free of charge for government agencies and municipalities, international NSI:s and international organisations of statistics.
33

4-
## PxWeb 2.0
4+
## PxWeb 2
55

66
Development ... see the [project repository](https://github.com/PxTools/PxWeb2)
77

mkdocs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ copyright: Copyright &copy; 2025 Statistics Sweden and Statistics Norway
66

77
nav:
88
- Home: index.md
9-
- Project PxWeb 2.0:
9+
- PxWeb 2:
1010
- Overview: PxWeb2/project/overview.md
11-
- Try PxWeb 2.0: PxWeb2/project/try.md
11+
- Try PxWeb 2: PxWeb2/project/try.md
1212
- Solution: PxWeb2/project/Solution.md
1313
- Plans: PxWeb2/project/plans.md
1414
- Process: PxWeb2/project/process.md
1515
- Documentation:
1616
- Overview: documentation/overview.md
1717
- Getting Started:
18-
- Install PxWebApi 2.0 on IIS: PxWebApi/documentation/installation.md
19-
- Install PxWeb 2.0 on IIS: PxWeb2/documentation/installation-on-iis.md
18+
- Install PxWebApi 2 on IIS: PxWebApi/documentation/installation.md
19+
- Install PxWeb 2 on IIS: PxWeb2/documentation/installation-on-iis.md
2020
- Customization:
21-
- Customize PxWebApi 2.0: PxWebApi/documentation/configuration.md
22-
- Customize PxWeb 2.0: PxWeb2/documentation/customization.md
21+
- Customize PxWebApi 2: PxWebApi/documentation/configuration.md
22+
- Customize PxWeb 2: PxWeb2/documentation/customization.md
2323
- Demo:
24-
- Try PxWeb 2.0 with Docker: PxWeb2/documentation/docker.md
24+
- Try PxWeb 2 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)