Files
3engines_doc/docs/shelves/index.md
2025-07-04 15:03:04 +05:30

36 lines
1.2 KiB
Markdown

---
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.*