Skip to content

Commit

Permalink
Merge pull request rook#13886 from karthik-us/revert-doc-fix
Browse files Browse the repository at this point in the history
Revert "doc: fix broken links"
  • Loading branch information
travisn committed Mar 6, 2024
2 parents 64ec12c + 6867ada commit 0c22d5c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 17 deletions.
12 changes: 0 additions & 12 deletions Documentation/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Documentation/Getting-Started/.pages
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nav:
- Rook: ../intro
- intro.md
- glossary.md
- Prerequisites
- quickstart.md
Expand Down
1 change: 1 addition & 0 deletions Documentation/Getting-Started/intro.md
4 changes: 2 additions & 2 deletions Documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
1 change: 0 additions & 1 deletion Documentation/intro.md

This file was deleted.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c22d5c

Please sign in to comment.