1
0
mirror of https://github.com/minio/docs.git synced 2025-06-08 18:02:00 +03:00

260 Commits

Author SHA1 Message Date
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
Daryl White
92ee087d4f
Updating all references to docs.min.io URLs (#584)
Updating remaining links to the old docs site to point to the new URLs.

Closes #581
2022-09-26 14:21:29 -05:00
Rushan
8b05179910
Add Linkedin insights (#583) 2022-09-26 13:46:46 -04:00
Ravind Kumar
33af30eb71 Fix typo in container quickstart 2022-09-23 16:11:48 -04: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
Daryl White
5a6a298132
Adds file to list steps needed after adding a new platform (#578)
General cleanups I've noticed after new docs launched.

- Creates a markdown doc for steps needed after creating a new platform
for the doc site.
- Adds min.io sitemap to the sitemap_index file.
- Fixes two links causing some crawler errors in glossary and
troubleshooting files.
2022-09-22 13:52:39 -05:00
Ravind Kumar
019ccb9e80
General cleanups for driver synchronization (#572)
A few minor cleanups:

- Removing the SDK markdown docs from git tracking. They're already
tracked in the SDK directories, we don't need to do that twice
- Cleaning up the builds, as only Linux needs to build out the SDK docs
at this time
- Fixing build-docs.sh to build the SDK docs with Linux (so we get
proper version numbers). Means we have to build Linux with SYNC_SDK=TRUE
on the server to pull in the SDK docs (otherwise they will all be
empty).


Tested locally and everything seems to work just fine. Will see what
happens when it goes live, but I figured I'd ask for @harshavardhana 's
thoughts since they know more about the build server script process than
I do.
2022-09-21 15:27:05 -04:00
Harshavardhana
7388f4b33e
update mc/minio source installation docs (#575) 2022-09-21 13:40:06 -04:00
Ravind Kumar
6501f7abd1 Fixing conditional for K8s operator version 2022-09-20 12:53:35 -04:00
Ravind Kumar
c973797fa0 Synchronizing SDK content 2022-09-20 12:42:51 -04:00
Ravind Kumar
2344cb304e Cleaning up build errors 2022-09-20 12:35:05 -04:00
Ravind Kumar
b099ffb149 Removing redundant licensing section 2022-09-20 12:33:06 -04:00
Ravind Kumar
1cc507564c
Initial work for git-managed redirects (#556)
This is the initial work for what should be a git-managed set of nginx
configs we can include into the Nginx Docs server.

The idea here is we manage redirects in git, and either chron-copy them
to a location we can include via the sites-available/<file>, *or* we
just include them from the git path (if nginx tolerates that)

I can't really _test_ these right now since they are using live URLs. if
we move forward with the soft-launch, we'll have a few opportunities to
maybe test a subset of these URLs and see what happens.

Please let me know if there is anything *obviously* wrong here.

ToDo: The Legacy Docs redirects
2022-09-20 12:27:40 -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
Daryl White
aa1c677ecc
Adding site recovery content (#540)
Fills out content for the site recovery stub.
Partially addresses #492 .

Also minor fixes for spelling and formatting in the site-replication
doc.
2022-09-19 16:25:52 -05:00
Rushan
4b2683ca2b
Update docs nav link (#565) 2022-09-19 17:17:36 -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
Daryl White
c483255dea
Add reference docs for mc support logs (#546)
Adds four reference docs for the subcommands of `mc support logs`.
Adds a section to the troubleshooting doc for using `mc support logs` to
send error logs to SUBNET.

Closes #511 .
2022-09-19 13:54:09 -05:00
Daryl White
5e9bc38cd4
Add mc license to reference docs (#550)
Closes #523 

This PR 

- adds the three commands for `mc license` to the reference docs for
`mc`.
- Replaces `mc support register` with `mc license register`.
- Updates references to `mc support register` to point to `mc license
register` instead.
2022-09-19 11:47:21 -05:00
Ravind Kumar
0b9a9effb2 Minor fix to filter results based on platform 2022-09-17 07:39:00 -07: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
Ravind Kumar
d815aa9ce8
Final pass on platformization (#555) 2022-09-16 16:40:20 -04:00
Rushan
5efcffbff1
Implement Algolia search (#553) 2022-09-16 13:46:52 -05:00
Daryl White
8842084dd0
Updating base URLs for crawler and intersphinx links (#561)
Algolia crawler requires the baseURLs be bare domains, otherwise a conflict arises between the loaded page and the defined canonical URL in each page. This causes the Algolia crawler to reject the page and not find anything to index in the docs.

Also corrects Intersphinx errors at build time resulting from not having the correct paths to linux and kubernetes docs.
2022-09-16 10:51:05 -05:00
Rushan
a0dfa0c304
Add Google Tag Manager (#560) 2022-09-15 15:51:30 -05:00
Rushan
e3e22d332b
Fix headerlink and update code styles (#559) 2022-09-15 14:50:49 -05:00
Krishnan Parthasarathi
42bb882c8b
Fix typo in tier add example (#558) 2022-09-13 15:24:56 -04: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
6d97161b87
Update font and related changes (#549) 2022-09-09 10:45:22 -04:00
Ravind Kumar
40cd778e5b
Completion of SSE-KMS doc rewrite (#539) 2022-09-06 17:38:08 -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
Daryl White
705ec2cf45
Updating global flags to point to the common list in the mc page (#541) 2022-08-31 12:46:27 -05:00
Daryl White
ac7f725e43
Adding concept docs for operation and administration sections (#519)
Creates an administration/concepts.rst file.
Adds content to the operation/concepts.rst file stub.
2022-08-24 16:40:48 -05:00
Daryl White
da199027d2
Adding checklist items for hardware, software, and security (#525)
This adds content to the three stub files.
Corrects the Makefile for incorrect importing of Javascript docs into the Haskell folder.
Corrects community Slack URLs to point to slack.min.io.
2022-08-24 16:33:13 -05: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
Ravind Kumar
029bdeb97c
Integrating .. only logic into .. cond (#528) 2022-08-19 16:49:39 -04:00
Ravind Kumar
23ecfebf6c Clarify Upgrade Procedure 2022-08-15 13:11:53 -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
Ravind Kumar
2376fa9924
DOCS-IA: Platformize SSE Docs. Hashicorp Pass (#518)
* Platformization of Data Encryption Docs: Hashicorp Pass

* Platformization of Data Encryption Docs: Hashicorp Pass

* Big pass, CR changes + K8s
2022-08-15 12:53:08 -04:00
Ravind Kumar
0e63416cb1 Fixing typo 2022-08-12 17:22:18 -04:00
Daryl White
f0611160dc Adding node scanner metrics 2022-08-12 17:22:07 -04:00
ntimo
2fa33d59ae Fixed aws kes config example 2022-08-12 17:18:29 -04:00