Skip to content

Commit

Permalink
Update text on Nephio landing page to be release-neutral (#101)
Browse files Browse the repository at this point in the history
This PR makes minor changes to the landing page of the documentation to
make the language release neutral.
  • Loading branch information
liamfallon committed Feb 1, 2024
1 parent bc391b3 commit 8d8ed82
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,13 @@ To build and see the documentation locally run `hugo serve`. To double-check if
--gc --minify`.


# Nephio R1
# Nephio

Welcome to the R1 release of Nephio. Please use the documentation links below to
learn more about Nephio R1, or checkout our [Learning Nephio with
R1](https://wiki.nephio.org/display/HOME/Learning+with+Nephio+R1) series, which
includes a [demo video](https://youtu.be/mFl71sy2Pdc) and short articles about
different aspects of R1.
Welcome to Nephio! Please use the documentation links below to
learn more about Nephio, or check out our [Learning Nephio](https://wiki.nephio.org/display/HOME/Learning+with+Nephio+R1) series. The video series includes a [demo video](https://youtu.be/mFl71sy2Pdc) and short articles about different aspects of Nephio.

## User Documentation
* [Release Notes](/content/en/docs/release-notes)
* [Release Notes for each Nephio release](/content/en/docs/release-notes)
* [Demo Sandbox Environment Installation](/content/en/docs/guides/install-guides/_index.md)
* [Quick Start Exercises](/content/en/docs/guides/user-guides/_index.md)
* [User Guide](/content/en/docs/guides/user-guides/_index.md)
Expand All @@ -47,7 +44,7 @@ different aspects of R1.
* [Developer Guide](/content/en/docs/guides/contributor-guides/_index.md)
* [Project Resources](https://github.com/nephio-project/docs/blob/main/resources.md)

## About Nephio R1
## About Nephio

Our mission is "to deliver carrier-grade, simple, open, Kubernetes-based cloud
native intent automation and common automation templates that materially
Expand Down Expand Up @@ -122,7 +119,7 @@ This challenge is currently left to ad hoc processes that differ across
organizations. Nephio is working on how to structure the intent to make it
manageable using data management techniques.

This release of Nephio focuses:
The releases of Nephio to date focus on:
- Demonstrating the core Nephio principles such as Configuration-as-Data and
leveraging the intent-driven, active-reconciliation nature of Kubernetes.
- Infrastructure orchestration/automation using controllers based on
Expand All @@ -131,7 +128,7 @@ This release of Nephio focuses:
management. This release focuses on network functions from
[free5gc](https://free5gc.org/).

While the current release uses Cluster API, KIND, and free5gc for demonstration
While the releases to date use Cluster API, KIND, free5gc and OAI for demonstration
purposes, the exact same principles and even code can be used for managing other
infrastructure and network functions. The *uniformity in systems* principle
means that as long as something is manageable via the Kubernetes Resource Model,
Expand Down

0 comments on commit 8d8ed82

Please sign in to comment.