1
0
mirror of https://github.com/minio/docs.git synced 2025-09-14 20:09:30 +03:00

60 Commits

Author SHA1 Message Date
Daryl White
bc261ad8bb Updating links for new docs subdomain (#1494)
Docs have moved from min.io/docs to docs.min.io/commuinity.

This fixes hard, external links to use the new subdomain.

Note that some of these files are automatically pulled from elsewhere as
part of the build process, so some may not carry through even after this
PR merges.
2025-08-12 17:20:53 -04:00
Ravind Kumar
7252314f67 Update header.html (#1490)
Attempting to fix up the logo to push back to min.io
2025-07-31 15:37:51 -04:00
Rushan
c400a42221 Update search configs to return only community docs hits (#1488) 2025-07-31 09:18:35 -04:00
Ravind Kumar
571f188a4e Attempting to reduce docs to single platform (#1258)
##

We are going to make the following changes to the Object Store docs as
part of a larger QC/Content pass:

### Left Navigation

We want to modify the left navigation flow to be a natural progression
from a basic setup to more advanced.

For example:

- Core Concepts
  - Deployment Architecture
  - Availability and Resiliency
  - Erasure Coding and Object Healing
  - Object Scanner
  - Site Replication and Failover
  - Thresholds and Limits
- Installation
  - Deployment Checklist
  - Deploy MinIO on Kubernetes
  - Deploy MinIO on Red Hat Linux
  - Deploy MinIO on Ubuntu Linux
  - Deploy MinIO for Development (MacOS, Windows, Container)
- Security and Encryption (Conceptual Overview)
  - Network Encryption (TLS) (Conceptual overview)
    - Enable Network Encryption using Single Domain
    - Enable Network Encryption using Multiple Domains
    - Enable Network Encryption using certmanager (Kubernetes only)
  - Data Encryption (SSE) (Conceptual overview)
    - Enable SSE using AIStor Key Management Server
    - Enable SSE using KES (Summary page + linkouts)
  - External Identity Management (Conceptual Overview)
    - Enable External Identity management using OpenID
    - Enable External Identity management using AD/LDAP
- Backup and Recovery
  - Create a Multi-Site Replication Configuration
  - Recovery after Hardware Failure
    - Recover after drive failure
    - Recover after node failure
    - Recover after site failure
- Monitoring and Alerts
  - Metrics and Alerting (v3 reference)
    - Monitoring and Alerting using Prometheus
    - Monitoring and Alerting using InfluxDB
    - Monitoring and Alerting using Grafana
    - Metrics V2 Reference
  - Publish Server and Audit Logs to External Services
  - MinIO Healthcheck API

The Administration, Developer, and Reference sections will remain as-is
for now.

http://192.241.195.202:9000/staging/singleplat/mindocs/index.html

# Goals

Maintaining multiple platforms is getting to be too much, and based on
analytics the actual number of users taking advantage of it is minimal.

Furthermore, the majority of traffic is to installation pages.

Therefore we're going to try to collapse back into a single MinIO Object
Storage product, and use simple navigation and on-page selectors to
handle Baremetal vs Kubernetes.

This may also help to eventually stage us to migrate to Hugo + Markdown

---------

Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
Co-authored-by: Rushan <rushenn@minio.io>
Co-authored-by: rushenn <rushenn123@gmail.com>
2025-07-30 12:33:02 -04:00
Rushan
b63d6d0f98 Remove top navigation (#1487)
The website menu has been removed from the header as per AB's request.
2025-07-29 12:29:43 -04:00
Kaan Kabalak
50dc114036 Update Partner link to be consistent with rest of website (#1467) 2025-05-22 15:06:07 -04:00
Rushan
1fc3907da0 Fix UI issues (#1464)
1. Toggle the docs menu conditionally to avoid showing empty white space
when the menu is not present.

<img width="752" alt="Screenshot 2025-05-02 at 10 41 07 AM"
src="https://github.com/user-attachments/assets/5d39502b-566b-4488-b94c-33347456d4d1"
/>

2. Fix padding and layout shift when pasting into the search input
field.

<img width="752" alt="Screenshot 2025-05-02 at 10 42 28 AM"
src="https://github.com/user-attachments/assets/454621c7-1639-44f7-894e-668c6d45a6ea"
/>
2025-05-02 14:59:28 -04:00
Ravind Kumar
0dc9df6e2a Update top-navigation.html (#1402)
Looks like this URL is broken - I think this should fix it.
2025-02-03 12:54:38 -05:00
Rushan
d9d1532d9d Update docs menu to accommodate lengthy content (#1367)
…ntent.
2024-11-13 10:29:04 -05:00
Rushan
7bef83f94b Center align search and title 2024-11-13 06:01:42 -08:00
Rushan
2470e96a7e Comment dark and read mode 2024-11-13 06:01:42 -08:00
Rushan
5757f1acf5 Update base theme to match the new website 2024-11-13 06:01:42 -08:00
Rushan
2de24f8c1e Add Docsearch facet attribute for search feature (#1272)
We're exploring the possibility of adding a global search feature
(including docs, blog, etc.) on the main min.io website. As part of
this, we are adding a higher-level facet to filter results based on the
given site. This is for experimental purposes. If it doesn't work as
expected, we will send a PR in the future to remove this meta attribute.

Part of https://github.com/miniohq/min.io/issues/2136
2024-07-17 13:23:08 -04:00
Rushan
51a24f92bd Update top navigation (#1182)
This commit adds the Architecture and Equinix pages to the top
navigation.
2024-04-10 11:09:50 -04:00
Rushan
ceb3efbf33 Fix footer img 2024-03-13 22:44:42 -07:00
Rushan
7b355d14de Update top navigation to match the parent site (#1154) 2024-03-13 11:15:57 -04:00
Rushan
3fcd2ee7a1 Update top-navigation as per the new min.io design specs (#1137)
Part of https://github.com/miniohq/min.io/issues/2000
2024-02-22 12:06:44 -05:00
Rushan
790af1ad67 Add Training link (#1093)
Fixes https://github.com/minio/docs/issues/1092
2023-12-21 10:15:24 -05:00
Rushan
d54b54cafa Light/dark mode: avoid flickering on page reload (#995)
**Current behaviour:**


https://github.com/minio/docs/assets/13393018/1c8b5762-9ee5-45ec-9e44-88f99c1750dd

**Fix:**


https://github.com/minio/docs/assets/13393018/658f7858-d793-40ca-87de-8f519a12dffa
2023-09-11 09:30:27 -04:00
Rushan
edbbe90742 Add docs switch menu (#881)
Fixes https://github.com/minio/docs/issues/842

Also made some changes to the dark-mode/read-mode icons to maintain the
consistency with KES docs UI.

**Preview:**
<img width="627" alt="Screenshot 2023-06-15 at 14 19 32"
src="https://github.com/minio/docs/assets/13393018/708d8991-c6af-406f-a474-65449c38c06c">

<img width="627" alt="Screenshot 2023-06-15 at 14 19 36"
src="https://github.com/minio/docs/assets/13393018/63f9db43-1408-4e96-81ad-9ecb7c39b9f0">


**Updating the list:**

Edit the `docs` array in `default.conf.py@268`.
2023-06-16 14:36:35 +04:00
Rushan
e9fe3bfee2 UI Enhancements: Recommended video section, k8s active class, mobile nav links (#726)
- Give recommended video section a makeover 
<img width="355" alt="Screenshot 2023-02-08 at 14 05 44"
src="https://user-images.githubusercontent.com/13393018/217500836-348b4063-2c54-4b23-8daa-20b127aa7d79.png">

- Fix k8s's active nav state
- Fix nav links wrapping on mobile (current behaviour on production
looks likes below)
<img width="637" alt="Screenshot 2023-02-08 at 11 50 10"
src="https://user-images.githubusercontent.com/13393018/217501024-1b8d21d6-0787-46b0-a8f4-fba8e1086f36.png">
2023-02-14 09:18:50 -06:00
Ravind Kumar
9ae1e87c75 Fixing issues after multiple large merges 2023-01-10 17:44:40 -05:00
Ravind Kumar
9b7a95d2b2 K8S-RELEASE: Adding EKS, GKS, AKS (#696) 2023-01-10 17:16:21 -05:00
Rushan
845f0ed15c Fix k8s search result page's pathname (#688) 2022-12-30 13:35:01 -06:00
Rushan
376f37f69e Add search page (#687)
- Default Sphinx search page has been replaced with Algolia's 
- Enabled routing to sync the search results with URL

**Preview:**
<img width="1458" alt="Screenshot 2022-12-30 at 14 47 28"
src="https://user-images.githubusercontent.com/13393018/210061993-c906461e-87e2-426f-b956-462cfa77ed40.png">

**How to test:**
1. Click on a search result, navigate back using the browser back button
and check whether the search result modal is open and available.
2. Type a search keyword and press the enter key to navigate to the
search results page, where you can find all the results listed.

Note: You might need to start the local web server on the exact build
sub-directory to test the point number 2.
`build/[branch]/[platform]/html/` - ✔️
`build/` - 
2022-12-30 12:42:11 -06:00
Rushan
b7f0c07ec5 UI Enhancements: URLs, Web-font path and CSS fixes (#661)
- Only the external links are set to open in new windows/tab
- Fixed incorrect web-font paths being called for preload. 
- Minor CSS transition fixes.
- Conditionally called the search modal's keyboard events.
2022-12-07 09:47:23 -06:00
Rushan
ceefee34fe Search UX enhancements (#629)
- Fix the visibility of search popup on read-mode (Prakash's comment)
- Add keyboard shortcut indicator on the read-mode search icon
<img width="254" alt="Screenshot 2022-11-04 at 17 39 05"
src="https://user-images.githubusercontent.com/13393018/199986826-e5e4ffe7-218f-4850-a0bf-867c1beb08b7.png">
2022-11-07 11:00:28 -06:00
Rushan
594a9cfb6e Replace Algolia DocSearch with InstantSearch (#621)
- Rendered only the relevant search results that has the match-level of
either `full` or `partial`.
- Added refinements to display results from other platforms (Active
platform is selected by default).
- Better title and hierarchical display.

![title](https://user-images.githubusercontent.com/13393018/198229684-3018b591-a54c-4b4f-80db-94c11e33ec65.svg)


- Added icons to represent the hierarchy level.

![icons](https://user-images.githubusercontent.com/13393018/198228150-143153bf-aa9a-4c41-baf8-bd9fa3d33bf2.png)
- Relevant results on full/partial match queries.
<img width="595" alt="Screenshot 2022-10-27 at 12 09 26"
src="https://user-images.githubusercontent.com/13393018/198228440-3a7b52a6-9f33-4778-a2ab-15b1454ede99.png">

- TODO: Keyboard shortcut to trigger/focus the search modal. (Will
address this with a new PR)
2022-11-02 09:21:21 -05:00
Rushan
8f0790e66b Add Leadfeeder tracking code (#593) 2022-10-03 09:52:21 -05:00
Rushan
373fde9ca2 Fix sidebar scroll and menu z-index (#587) 2022-09-29 15:04:21 -04:00
Ravind Kumar
c3a1e501d9 Fixing CSS issue 2022-09-29 10:50:17 -04:00
Ravind Kumar
32366b2a15 Adding OpenShift Platform (#577)
# Summary

This pull adds back the OpenShift docs as a full dedicated platform

The main changes are:

- Adding the conditionals for OpenShift
- Modifying the Makefile for the new platform
- Adding the tutorials back in
- Fixing up the navigation headers

This was not too much trouble, which bodes well for the future.
2022-09-29 10:37:08 -04:00
Rushan
51da56df3c UI Enhancements: scroll, component naming, and more (#582)
- Fixed the sidebar scroll - with this fix, you'll be able to scroll to
the end of the left sidebar at any given screen height.
- Renamed content-navigation component and CSS class names for better
consistency.
- Changed the footer style by including it as part of the main content
area. This change is required to have the scroll fix mentioned at point
no. 1.
- Reduced the hero height by a small margin, in order to have more
sidebar scroll room on smaller devices such as 13 inch laptop and all.
- Used higher contrast color on search modal's bg and scrollbar thumb to
have better color consistency.
- Made scrollbar thumbs visible by default.
- Set sidebar scroll position to match the active doc item.
- Added custom scrollbars for code blocks.
2022-09-27 09:31:41 -05:00
Rushan
8b05179910 Add Linkedin insights (#583) 2022-09-26 13:46:46 -04:00
Rushan
4b2683ca2b Update docs nav link (#565) 2022-09-19 17:17:36 -04:00
Harshavardhana
b72a4667bd remove target='_blank' to avoid new tabs (#562) 2022-09-16 18:41:29 -04:00
Ravind Kumar
9626d0d251 Round 2 of Algolia Tags 2022-09-16 17:12:27 -04:00
Ravind Kumar
0711a79402 Adding DocSearch headers to meta 2022-09-16 16:41:07 -04:00
Rushan
5efcffbff1 Implement Algolia search (#553) 2022-09-16 13:46:52 -05:00
Rushan
a0dfa0c304 Add Google Tag Manager (#560) 2022-09-15 15:51:30 -05:00
Harshavardhana
2dc868af74 cleanup makefile and avoid github API requests (#554) 2022-09-12 18:47:47 -04:00
Daryl White
6423ebbd73 Add extension to create sitemaps (#547)
Adding sitemap generator extension and a sitemap_index.xml file we can share with the web site team.
2022-09-09 10:05:42 -05:00
Rushan
fc85a37c70 UI Enhancements: TOC depth and Table scrollbars (#542)
* Fix TOC depth

* Add custom scrollbars to tables
2022-09-06 11:44:56 -04:00
Rushan
dc454d7246 UI enhancements: Nav active state, Copy button UI and Text colors (#524)
* Update footer text color

* Add hover color for nav links

* Update the copy button UI

* Add active class on content nav based on platform
2022-08-15 13:11:36 -04:00
Rushan
c6e1fc6124 Update theme as per the new design specs (#522) 2022-08-12 10:35:15 -05:00
Ravind Kumar
b99c20a16f Docs Multiplatform Slice 2022-06-14 17:01:18 -04:00
Daryl White
84f4af4bdf Adding Lucky Orange script to layout.html 2022-04-22 15:28:23 -04:00
Rushan
d602ed5b68 Update header and other related style properties 2022-01-31 14:12:55 -05:00
ravindk89
e93beb0d5b License Update 2021-08-02 16:45:17 -07:00
Rushan
1fad32d538 Re-align layout and make sidebar toggle visible by default 2021-08-02 08:48:40 -04:00