1
0
mirror of https://github.com/minio/docs.git synced 2025-06-13 03:41:40 +03:00
Commit Graph

265 Commits

Author SHA1 Message Date
201b13324e Mc issues (#588)
Addresses five outstanding Issues in the `mc` reference docs.

- Adds `--disable-multipart` flag for `mc mv` (Closes #516 )
- Adds `mc pipe` to reference docs (Closes #517 )
- Adds `mc undo` to reference docs (Closes #520 )
- Adds `mc support top` commands to replace `mc admin top` (Closes #526)
- Updates `mc cp`, `mc mirror`, `mc replicate`, and `mc admin replicate`
to clarify the differences in what copies (Closes #532)
2022-10-03 14:45:56 -05:00
59760ed079 download rpm as minio.rpm not minio.deb (#594) 2022-10-03 13:44:11 -04:00
8f0790e66b Add Leadfeeder tracking code (#593) 2022-10-03 09:52:21 -05:00
d5d3243413 DOCS-580: Fixing reported issues with Vault tutorial (#591)
@djwfyi cursory review in case I missed something.

Closes #580 

I do need to do further testing beyond the patches here. But I'm going
to handle that out-of-band.
2022-09-30 17:47:12 -04:00
ce1a843a62 Update setup-nginx-proxy-with-minio.md (#589)
Fix typo in nginx config file path:

/etc/nginx/sites-enable**s**/minio instead of enabled.
2022-09-30 11:13:45 -04:00
373fde9ca2 Fix sidebar scroll and menu z-index (#587) 2022-09-29 15:04:21 -04:00
c3a1e501d9 Fixing CSS issue 2022-09-29 10:50:17 -04:00
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
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
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
8b05179910 Add Linkedin insights (#583) 2022-09-26 13:46:46 -04:00
33af30eb71 Fix typo in container quickstart 2022-09-23 16:11:48 -04:00
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
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
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
7388f4b33e update mc/minio source installation docs (#575) 2022-09-21 13:40:06 -04:00
6501f7abd1 Fixing conditional for K8s operator version 2022-09-20 12:53:35 -04:00
c973797fa0 Synchronizing SDK content 2022-09-20 12:42:51 -04:00
2344cb304e Cleaning up build errors 2022-09-20 12:35:05 -04:00
b099ffb149 Removing redundant licensing section 2022-09-20 12:33:06 -04:00
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
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
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
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
4b2683ca2b Update docs nav link (#565) 2022-09-19 17:17:36 -04:00
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
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
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
0b9a9effb2 Minor fix to filter results based on platform 2022-09-17 07:39:00 -07:00
b72a4667bd remove target='_blank' to avoid new tabs (#562) 2022-09-16 18:41:29 -04:00
9626d0d251 Round 2 of Algolia Tags 2022-09-16 17:12:27 -04:00
0711a79402 Adding DocSearch headers to meta 2022-09-16 16:41:07 -04:00
d815aa9ce8 Final pass on platformization (#555) 2022-09-16 16:40:20 -04:00
5efcffbff1 Implement Algolia search (#553) 2022-09-16 13:46:52 -05:00
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
a0dfa0c304 Add Google Tag Manager (#560) 2022-09-15 15:51:30 -05:00
e3e22d332b Fix headerlink and update code styles (#559) 2022-09-15 14:50:49 -05:00
42bb882c8b Fix typo in tier add example (#558) 2022-09-13 15:24:56 -04:00
2dc868af74 cleanup makefile and avoid github API requests (#554) 2022-09-12 18:47:47 -04:00
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
6d97161b87 Update font and related changes (#549) 2022-09-09 10:45:22 -04:00
40cd778e5b Completion of SSE-KMS doc rewrite (#539) 2022-09-06 17:38:08 -04:00
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
705ec2cf45 Updating global flags to point to the common list in the mc page (#541) 2022-08-31 12:46:27 -05:00
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
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
1bb0e097b7 Add responsive wrappers for tables (#533)
* Add responsive wrappers for tables

* Add missing styles
2022-08-23 14:49:05 -05:00
01a5552631 Update syntax highlight color (#534) 2022-08-23 11:02:14 -04:00
029bdeb97c Integrating .. only logic into .. cond (#528) 2022-08-19 16:49:39 -04:00
23ecfebf6c Clarify Upgrade Procedure 2022-08-15 13:11:53 -04:00