22 lines
533 B
Markdown
22 lines
533 B
Markdown
---
|
|
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.* |