diff --git a/docs/admin/fabrics.md b/docs/admin/fabrics.md new file mode 100644 index 00000000000..b9f03e394b5 --- /dev/null +++ b/docs/admin/fabrics.md @@ -0,0 +1,4 @@ +# High-Speed Fabric Support + +Coming soon... + diff --git a/docs/release/release_notes.md b/docs/release/release_notes.md index 7472246e690..c0913e1bb47 100644 --- a/docs/release/release_notes.md +++ b/docs/release/release_notes.md @@ -1,7 +1,6 @@ # DAOS Version 2.8 Release Notes DAOS 2.8 is under active development and has not been released yet. -The release is planned for late 2023. In the meantime, please refer to the support document for the [latest](https://docs.daos.io/latest/release/release_notes/) stable DAOS release. diff --git a/docs/release/support_matrix.md b/docs/release/support_matrix.md index 1768c51ee11..77d04d5d0bc 100644 --- a/docs/release/support_matrix.md +++ b/docs/release/support_matrix.md @@ -1,7 +1,6 @@ -# DAOS Version 2.8 Support +# DAOS Version 2.8 Support Matrix DAOS 2.8 is under active development and has not been released yet. -The release is planned for late 2023. In the meantime, please refer to the support document for the [latest](https://docs.daos.io/latest/release/support_matrix/) stable DAOS release. diff --git a/docs/release/upgrading.md b/docs/release/upgrading.md index 196d7356fb3..2cf0e14d881 100644 --- a/docs/release/upgrading.md +++ b/docs/release/upgrading.md @@ -1,6 +1,5 @@ # Upgrading to DAOS Version 2.8 DAOS 2.8 is under active development and has not been released yet. -The release is planned for the second half of 2023. In the meantime, please refer to the upgrading information for the [latest](https://docs.daos.io/latest/release/upgrading/) DAOS release. diff --git a/mkdocs.yml b/mkdocs.yml index eb4c42bb6d1..5bde40268ec 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,14 +1,16 @@ # Project Information -site_name: DAOS v2.7 +site_name: DAOS v2.8 site_description: Distributed Asynchronous Object Storage site_author: DAOS Project # Repository repo_name: daos-stack/daos repo_url: https://github.com/daos-stack/daos -# edit_uri: blob/release/2.6/docs/ -edit_uri: blob/master/docs/ -copyright: Copyright 2016-2024 Intel Corporation +edit_uri: blob/release/2.8/docs/ +# edit_uri: blob/master/docs/ +copyright: + - Copyright 2016-2024 Intel Corporation. + - Copyright 2025-2026 Hewlett Packard Enterprise Development LP. # Theme theme: @@ -57,9 +59,9 @@ markdown_extensions: nav: - Release Information: - 'index.md' - - 'Release Notes v2.7': 'release/release_notes.md' - - 'Support Matrix v2.7': 'release/support_matrix.md' - - 'Upgrading to v2.7': 'release/upgrading.md' + - 'Release Notes v2.8': 'release/release_notes.md' + - 'Support Matrix v2.8': 'release/support_matrix.md' + - 'Upgrading to v2.8': 'release/upgrading.md' - Overview: - 'Architecture': 'overview/architecture.md' - 'Storage Model': 'overview/storage.md' @@ -78,6 +80,7 @@ nav: - 'Admin/Client Tools': 'QSG/tour.md' - Administration Guide: - 'Hardware Requirements': 'admin/hardware.md' + - 'High-Speed Fabric Support': 'admin/fabrics.md' - 'Pre-deployment Checklist': 'admin/predeployment_check.md' - 'System Deployment': 'admin/deployment.md' - 'System Administration': 'admin/administration.md' @@ -109,5 +112,5 @@ nav: - 'Dev Environment': 'dev/development.md' - 'Contributing': 'dev/contributing.md' - 'DAOS Internals': 'https://github.com/daos-stack/daos/blob/master/src/README.md' - - 'DAOS API Documentation': 'https://docs.daos.io/v2.7/doxygen/html/index.html' + - 'DAOS API Documentation': 'https://docs.daos.io/v2.8/doxygen/html/index.html' # Attention: Don't change that doxygen path to a relative path, or mkdocs will stumble...