minio / docs

MinIO Object Storage Documentation
https://docs.min.io/minio/baremetal
Creative Commons Attribution 4.0 International
547 stars 297 forks source link

[BUG] Wrong links in container quickstart #1233

Closed matteocontrini closed 3 months ago

matteocontrini commented 4 months ago

Describe the bug In the quick start container guide, the links to Single-Node Single-Drive and Deploy MinIO: Multi-Node Multi-Drive bring to the Linux version of those pages, instead of the containers version.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://min.io/docs/minio/container/index.html
  2. Click on the two links mentiond above in the "Quickstart for Containers" chapter
  3. See that the destination URLs are:

Expected behavior The links should probably be:

Notice the container instead of linux in the URL.

feorlen commented 3 months ago

Hi @matteocontrini, thank you for the issue and welcome to the MinIO docs repo 😄

In this case, the page is functioning as intended. Those links do go to "Linux versions," as not all pages have a version for every platform. In the current structure, they were intended as general information relevant to multiple platforms.

We are in the process of restructuring the documentation for the different platforms, I will add your feedback to our task for this. It should be clear when something is relevant to a specific platform or when it is applicable to several platforms.