Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/PxWebApi/documentation/configuration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configuring PxWebApi 2.0
# Configuring PxWebApi 2
The configuration is split into several different files, each with a specific purpose. The main file you will need to modify is `appsettings.json`.

## appsettings.json
Expand Down
2 changes: 1 addition & 1 deletion docs/PxWebApi/documentation/installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Install PxWebApi 2.0 on your IIS server
# Install PxWebApi 2 on your IIS server
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.

## Prerequisites
Expand Down
6 changes: 3 additions & 3 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@

<!-- Hero content -->
<div class="mdx-hero__content">
<h1>PxWeb 2.0 New user interface
<h1>PxWeb 2 - Information
</h1>
<p>Statistics Sweden and Statistics Norway have a project together to build a new and more user-friendly interface for PxWeb.</p>
<p>Statistics Sweden and Statistics Norway have made a user friendly interface for PxWeb.</p>
<a
href="/PxWeb2/project/overview/"
title="Project overview"
class="md-button md-button--primary"
>
About the project
About PxWeb 2
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/pxweb.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PxWeb
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.

## PxWeb 2.0
## PxWeb 2

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

Expand Down
14 changes: 7 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ copyright: Copyright &copy; 2025 Statistics Sweden and Statistics Norway

nav:
- Home: index.md
- Project PxWeb 2.0:
- PxWeb 2:
- Overview: PxWeb2/project/overview.md
- Try PxWeb 2.0: PxWeb2/project/try.md
- Try PxWeb 2: PxWeb2/project/try.md
- Solution: PxWeb2/project/Solution.md
- Plans: PxWeb2/project/plans.md
- Process: PxWeb2/project/process.md
- Documentation:
- Overview: documentation/overview.md
- Getting Started:
- Install PxWebApi 2.0 on IIS: PxWebApi/documentation/installation.md
- Install PxWeb 2.0 on IIS: PxWeb2/documentation/installation-on-iis.md
- Install PxWebApi 2 on IIS: PxWebApi/documentation/installation.md
- Install PxWeb 2 on IIS: PxWeb2/documentation/installation-on-iis.md
- Customization:
- Customize PxWebApi 2.0: PxWebApi/documentation/configuration.md
- Customize PxWeb 2.0: PxWeb2/documentation/customization.md
- Customize PxWebApi 2: PxWebApi/documentation/configuration.md
- Customize PxWeb 2: PxWeb2/documentation/customization.md
- Demo:
- Try PxWeb 2.0 with Docker: PxWeb2/documentation/docker.md
- Try PxWeb 2 with Docker: PxWeb2/documentation/docker.md
- Px File Format:
- Version 2013: px-file-format/px-2013.md
- Tools:
Expand Down