url chnages
This commit is contained in:
22
docs/shelves/cloud/index.md
Normal file
22
docs/shelves/cloud/index.md
Normal 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.*
|
||||
Reference in New Issue
Block a user