diff --git a/docs/.vitepress/menus/en.mts b/docs/.vitepress/menus/en.mts index ca1fb40a3..527e5d040 100644 --- a/docs/.vitepress/menus/en.mts +++ b/docs/.vitepress/menus/en.mts @@ -5,7 +5,7 @@ export default [ {text: 'Quick Start', link: '/en/quick-start'}, {text: 'Installation', link: '/en/installation'}, {text: 'Configure', link: '/en/configure'}, - {text: 'Storage', link: '/en/configure/storage'}, + {text: 'Storage', link: '/en/storage'}, {text: 'Upgrade Guide', link: '/en/upgrade'}, {text: 'Migration Guide', link: '/en/migration'}, ] @@ -38,4 +38,4 @@ export default [ {text: 'Privacy Policy', link: '/en/analytics/privacy'}, ] } -] \ No newline at end of file +] diff --git a/docs/en/configure/storage.md b/docs/en/storage.md similarity index 99% rename from docs/en/configure/storage.md rename to docs/en/storage.md index 8268378d1..c84e0e7de 100644 --- a/docs/en/configure/storage.md +++ b/docs/en/storage.md @@ -94,4 +94,4 @@ You can use Azure Blob Storage by setting the `HBOX_STORAGE_CONN_STRING` to `azb If you want to use the local Azure Storage Emulator, you can set the `HBOX_STORAGE_CONN_STRING` to `azblob://my-container?protocol=http&domain=localhost:10001`. This will allow you to use the emulator for development -and testing purposes. \ No newline at end of file +and testing purposes.