url chnages

This commit is contained in:
govardhan
2025-07-04 15:03:04 +05:30
parent faadd4e38d
commit 1c47d19842
1414 changed files with 15450 additions and 108 deletions

View File

@ -0,0 +1,22 @@
---
redirect_to: /
---
# Redirecting to Documentation Home
This page and all `/shelves/` paths will automatically redirect you to the main documentation page.
If you are not redirected automatically, please [click here](/) to go to the main documentation.
<script>
// Redirect with fallback
setTimeout(function() {
window.location.replace('/');
}, 100);
</script>
<meta http-equiv="refresh" content="0; url=/" />
---
*Note: The shelves section has been reorganized. All content is now accessible from the main navigation.*

36
docs/shelves/index.md Normal file
View File

@ -0,0 +1,36 @@
---
redirect_to: /
---
# Redirecting to Documentation Home
The `/shelves/` section has been reorganized. All content is now accessible from the main navigation.
This page will automatically redirect you to the main documentation page.
If you are not redirected automatically, please [click here](/) to go to the main documentation.
<script>
// Redirect with fallback
setTimeout(function() {
window.location.replace('/');
}, 100);
</script>
<meta http-equiv="refresh" content="0; url=/" />
---
## Available Sections
You can find all documentation content organized in the following sections:
- **[Home](/)** - Main documentation page with quick start guides
- **[Support](/books/core-cloud-team-support/)** - Core cloud team support information
- **[Cloud](/cloud/cloud.html)** - Cloud services and VM management
- **[Data Volume](/datavolume/datavolume.html)** - Storage and volume management
- **[Networking](/networking/networking.html)** - Network configuration and connectivity
- **[S3 Storage](/s3/s3.html)** - Object storage and S3 services
- **[Windows](/windows/windows.html)** - Windows VM management
*Note: All shelves content has been integrated into the main navigation structure for better organization.*