diff --git a/Documentation/.pages b/Documentation/.pages index 078a205892c1..c6dc6332dbe2 100644 --- a/Documentation/.pages +++ b/Documentation/.pages @@ -6,15 +6,3 @@ nav: - Troubleshooting - Upgrade - Contributing - - Getting Started: - - Rook: intro.md - - Glossary: Getting-Started/glossary - - Prerequisites: - - Prerequisites: Getting-Started/Prerequisites/prerequisites.md - - Authenticated Container Registries: Getting-Started/Prerequisites/authenticated-registry - - Quick Start: Getting-Started/quickstart - - Storage Architecture: Getting-Started/storage-architecture - - Example Configurations: Getting-Started/example-configurations - - OpenShift: Getting-Started/ceph-openshift - - Cleanup: Getting-Started/ceph-teardown - - Release: Getting-Started/release-cycle diff --git a/Documentation/Getting-Started/.pages b/Documentation/Getting-Started/.pages index 29bb29b3d8a8..165242426575 100644 --- a/Documentation/Getting-Started/.pages +++ b/Documentation/Getting-Started/.pages @@ -1,5 +1,5 @@ nav: - - Rook: ../intro + - intro.md - glossary.md - Prerequisites - quickstart.md diff --git a/Documentation/Getting-Started/intro.md b/Documentation/Getting-Started/intro.md new file mode 120000 index 000000000000..32d46ee883b5 --- /dev/null +++ b/Documentation/Getting-Started/intro.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/Documentation/README.md b/Documentation/README.md index 986a87b1bfb4..ede5c852315c 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -18,11 +18,11 @@ Rook is hosted by the [Cloud Native Computing Foundation](https://cncf.io) (CNCF ## Quick Start Guide Starting Ceph in your cluster is as simple as a few `kubectl` commands. -See our [Quickstart](Getting-Started/quickstart.md) guide to get started with the Ceph operator! +See our [Quickstart](quickstart.md) guide to get started with the Ceph operator! ## Designs -[Ceph](https://docs.ceph.com/en/latest/) is a highly scalable distributed storage solution for block storage, object storage, and shared filesystems with years of production deployments. See the [Ceph overview](Getting-Started/storage-architecture.md). +[Ceph](https://docs.ceph.com/en/latest/) is a highly scalable distributed storage solution for block storage, object storage, and shared filesystems with years of production deployments. See the [Ceph overview](storage-architecture.md). For detailed design documentation, see also the [design docs](https://github.com/rook/rook/tree/master/design). diff --git a/Documentation/intro.md b/Documentation/intro.md deleted file mode 120000 index 42061c01a1c7..000000000000 --- a/Documentation/intro.md +++ /dev/null @@ -1 +0,0 @@ -README.md \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index b0588903e8ad..6b7b20db610f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -72,7 +72,7 @@ plugins: #js_files: [] - redirects: redirect_maps: - README.md: intro.md + README.md: Getting-Started/intro.md - mike: # these fields are all optional; the defaults are as below... version_selector: true # set to false to leave out the version selector