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.

- Added icons to represent the hierarchy level.

- 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
Ravind Kumar
64ca9697cf
DOCS-625: Removing FS Mode guidance, cleanups to deploy docs ( #626 )
...
Closes #625
2022-10-31 14:21:44 -04:00
Daryl White
e306783abc
Update guilabel style; fixes for build errors ( #616 )
...
Applies style changes to the `.guilabel` css class to better set off the
labels in the docs:
- Adds a pill box effect
- bolds the text
- Applies the `--theme-light-bg` color variable to the background
Corrections for build errors
- `mc ilm add` changed `storage-class` flags to `tier` instead. Updated
several pages with references to those flags.
- Corrects a bad reference in the `mc license info` doc to the minio
client page that was missing a hyphen.
2022-10-26 12:17:13 -05:00
Ravind Kumar
8d8e6bca29
Procedure for updating Operator ( #608 )
...
Build out Operator Upgrade Procedure
Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com>
2022-10-12 12:08:30 -04:00
Rushan
373fde9ca2
Fix sidebar scroll and menu z-index ( #587 )
2022-09-29 15:04:21 -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
c5a705d746
Fix doc menu and search being hidden on mobile ( #579 )
...
We might need to enable TOC on all pages to maintain the original mobile
menu design.
2022-09-23 15:51:49 -04:00
Rushan
bb39d1139e
Fix active nav link ( #566 )
...
**Issue:**
<img width="684" alt="Screenshot 2022-09-20 at 11 57 22"
src="https://user-images.githubusercontent.com/13393018/191200923-0db07127-05ab-4251-a56f-7207619796e0.png ">
**Fix:**
<img width="684" alt="Screenshot 2022-09-20 at 11 57 26"
src="https://user-images.githubusercontent.com/13393018/191201017-381b0060-4aed-4d1c-ae58-b2f911878cdc.png ">
2022-09-20 09:02:13 -05:00
Kaan Kabalak
4162b52a65
Fix incorrect font being displayed on docs ( #567 )
...
Sans-serif font was being displayed on docs instead of Inter due to a
font definition issue
2022-09-20 14:46:51 +04:00
Rushan
735b6be2ce
UI enhancements: Search modal, scrollbars and permalink text ( #564 )
...
- Fix search source title background overlap.
- Remove default permalink text. (This'll remove the pilcrow sign
displayed after each search result).
- Enhance search modal's scrollbar colors.
2022-09-19 15:00:53 -05:00
Rushan
5efcffbff1
Implement Algolia search ( #553 )
2022-09-16 13:46:52 -05:00
Rushan
e3e22d332b
Fix headerlink and update code styles ( #559 )
2022-09-15 14:50:49 -05:00
Rushan
6d97161b87
Update font and related changes ( #549 )
2022-09-09 10:45:22 -04: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
1bb0e097b7
Add responsive wrappers for tables ( #533 )
...
* Add responsive wrappers for tables
* Add missing styles
2022-08-23 14:49:05 -05:00
Rushan
01a5552631
Update syntax highlight color ( #534 )
2022-08-23 11:02:14 -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
Daryl White
9f6086fdc6
Adding a glossary file and updating term link color
...
This commit only adds the glossary to the docs.
It does not apply :term: directives throughout the rest of the docs to link to the glossary.
2022-07-13 13:23:28 -05:00
Ravind Kumar
b99c20a16f
Docs Multiplatform Slice
2022-06-14 17:01:18 -04:00
Ravind Kumar
a566631be2
DOCS-448: Create new per-platform quickstart guides
...
Co-authored by: Ravind Kumar <ravind@min.io>
Co-authored by: Daryl White <53910321+djwfyi@users.noreply.github.com>
2022-04-20 10:03:20 -05:00
Rushan
c84dcc74d4
Hide navigation links when loaded inside iframe
2022-03-28 08:50:53 -04:00
Ravind Kumar
175b912456
Additional fixups
2022-02-16 10:32:10 -05:00
Ravind Kumar
b15493e2f9
Update to sphinx 4
2022-02-16 10:32:10 -05:00
Kaan Kabalak
9b4824970a
Keep same font size for every element in table
...
Fixes #419
2022-02-07 19:45:53 -05:00
Rushan
d602ed5b68
Update header and other related style properties
2022-01-31 14:12:55 -05:00
ravindk89
dc15653e38
DOCS-376: Integrate Sphinx Design, remove sphinx-tabs
2021-09-09 12:46:37 -04:00
ravindk89
4d67368d3d
Fixing right sidebar
2021-08-06 13:44:24 -04:00
ravindk89
73772c7f84
Additional css fix
2021-08-02 12:51:52 -04:00
Rushan
1fad32d538
Re-align layout and make sidebar toggle visible by default
2021-08-02 08:48:40 -04:00
ravindk89
221285a64d
Cleaning CSS, updating packages
2021-07-29 17:09:01 -04:00
Rushan M
d330b2dc29
Update navigation
2021-06-14 19:38:11 -04:00
ravindk89
946c43785b
SCSS fixups
2021-05-19 11:19:11 -04:00
Rushan M
1ec998e5a9
Reduce content x-padding
2021-04-15 11:54:56 -04:00
Rushan M
d5d39def55
Update top navigation
2021-04-13 20:48:23 -04:00
ravindk89
4bfececb2d
Fix anchor links, bump to Sphinx 3.5
...
Make anchor link float on the left side
Fixing extension issue related to whitespaces (hack)
2021-02-23 16:40:54 -05:00
ravindk89
cfc9e1db5f
Fixing sidebar overflow
2021-02-08 21:23:32 -05:00
ravindk89
d9ee220a36
GA Fixups
...
GA Preperations
2021-02-08 21:23:30 -05:00
rushenn
d4c82ff57c
Fix sidebars and add responsive support
2021-01-25 17:26:58 -05:00
ravindk89
f52f6abf03
Minor ui/ux tweaks
2021-01-14 19:40:40 -05:00
Rushan
78108c0b40
New design implementation
...
Additional fixups
2021-01-14 19:40:19 -05:00