Skip to content
Closed
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
10 changes: 7 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = 'https://docs.nephio.org/'
baseURL = 'https://r5.docs.nephio.org/'
languageCode = 'en-us'
title = 'Nephio Documentation'

Expand Down Expand Up @@ -80,7 +80,7 @@ archived_version = false
# Used in the "version-banner" partial to display a version number for the
# current doc set.

version = "main"
version = "R5"

# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
Expand Down Expand Up @@ -216,9 +216,13 @@ enable = false
# Add your release versions here

[[params.versions]]
version = "main"
version = "latest"
url = "https://docs.nephio.org/docs/"

[[params.versions]]
version = "R5"
url = "https://r5.docs.nephio.org/docs/"

[[params.versions]]
version = "R4"
url = "https://r4.docs.nephio.org/docs/"
Expand Down
8 changes: 5 additions & 3 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ and network functions across large scale edge deployments."

{{% blocks/section type="row" %}}

{{% blocks/feature icon="fas fa-rocket" title="R3" %}}
Welcome to the Release 3 of Nephio. This release is under ongoing development together with its documentation. It is
possible to experience some incompleteness ;)
{{% blocks/feature icon="fas fa-rocket" title="R5" %}}
Welcome to Release 5 of Nephio.
Our documentation is being continually improved upon. So, if you do find and issue or bug, please do not hesitate to
inform us [here](https://github.com/nephio-project/nephio/issues/new/choose), or even better, get involved and
contribute to the [Nephio docs](https://github.com/nephio-project/docs) project.
{{% /blocks/feature %}}

{{% blocks/feature icon="fab fa-wikipedia-w" title="Wiki" %}}
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/apis/porch/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ type: docs
weight: 5
description: Reference for the Nephio Porch APIs
---
{{< iframe src="https://doc.crds.dev/github.com/nephio-project/porch@v4.0.0" sub="https://doc.crds.dev/github.com/nephio-project/porch@v4.0.0">}}
{{< iframe src="https://doc.crds.dev/github.com/nephio-project/porch@v1.4.0" sub="https://doc.crds.dev/github.com/nephio-project/porch@v1.4.0">}}
2 changes: 1 addition & 1 deletion content/en/docs/apis/topology-and-networking/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ type: docs
weight: 5
description: Reference for the Nephio Topology and Networking APIs
---
{{< iframe src="https://doc.crds.dev/github.com/nephio-project/api@v4.0.0" sub="https://doc.crds.dev/github.com/nephio-project/api@v4.0.0">}}
{{< iframe src="https://doc.crds.dev/github.com/nephio-project/api@v5.0.0" sub="https://doc.crds.dev/github.com/nephio-project/api@v5.0.0">}}
Loading