Skip to content
Merged
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
4 changes: 4 additions & 0 deletions docs/admin/fabrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# High-Speed Fabric Support

Coming soon...

1 change: 0 additions & 1 deletion docs/release/release_notes.md
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 1 addition & 2 deletions docs/release/support_matrix.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 0 additions & 1 deletion docs/release/upgrading.md
Original file line number Diff line number Diff line change
@@ -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.
19 changes: 11 additions & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand Down Expand Up @@ -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...
Loading