Skip to content

Commit

Permalink
Setup v7 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Nov 8, 2023
1 parent 92fcd2f commit 146c6dc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 4 additions & 4 deletions IdentityServer/v7/docs/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = "https://docs.duendesoftware.com/identityserver/v6"
baseURL = "https://docs.duendesoftware.com/identityserver/v7"
languageCode = "en-us"
title = "Duende IdentityServer Documentation"

Expand All @@ -8,6 +8,6 @@ theme = "hugo-theme-learn"
home = [ "HTML", "RSS", "JSON"]

[params]
editURL = "https://github.com/DuendeSoftware/docs.duendesoftware.com/edit/main/IdentityServer/v6/docs/content/"
qs_base = "https://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v6/Quickstarts"
samples_base = "https://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v6"
editURL = "https://github.com/DuendeSoftware/docs.duendesoftware.com/edit/main/IdentityServer/v7/docs/content/"
qs_base = "https://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v7/Quickstarts"
samples_base = "https://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v7"
8 changes: 6 additions & 2 deletions IdentityServer/v7/docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ title: "Home"
weight: 1
---

# Duende IdentityServer v6 Documentation
# Duende IdentityServer v7 Documentation
The most flexible & standards-compliant OpenID Connect and OAuth 2.0 framework for ASP.NET Core.

{{% notice info %}}
Version 7.x is available as preview and not supported for production use. The RTM release is planned for January 2024.
{{% /notice %}}

{{% notice note %}}
This is the documentation for version 6.x. You can find the v5.x documentation [here](https://docs.duendesoftware.com/identityserver/v5).
This is the documentation for version 7.x. You can find the v6.x documentation [here](https://docs.duendesoftware.com/identityserver/v6).
{{% /notice %}}
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ popd

pushd ./IdentityServer/v6/docs
hugo -d ../../../root/identityserver/v6
popd

pushd ./IdentityServer/v7/docs
hugo -d ../../../root/identityserver/v7
popd

0 comments on commit 146c6dc

Please sign in to comment.