Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update text on Nephio landing page to be release-neutral #101

Merged
Merged
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
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