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

324 Commits

Author SHA1 Message Date
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
53b6620e35 Fixing .NET Quickstart Guide 2022-09-21 17:05:14 -04: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
1f7ef74cf7 fix: typo in Makefile kubernetes -> k8s 2022-09-13 01:54:19 -07:00
52b13b90f7 cleanup README.md build instructions
- remove Windows, macOS instructions just mandate GNU/Linux for all.
  GNU/Linux instructions work macOS as well.

- introduce 'make all' to build all targets.
2022-09-13 00:00:50 -07: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
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
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
0e63416cb1 Fixing typo 2022-08-12 17:22:18 -04:00
f0611160dc Adding node scanner metrics 2022-08-12 17:22:07 -04:00
e050e2adeb Fixing Build to use archived download link 2022-08-12 17:21:15 -04:00
2fa33d59ae Fixed aws kes config example 2022-08-12 17:18:29 -04:00
1f6acf1f75 Fixed typo for creating directory on local filesystem 2022-08-12 17:18:21 -04:00
539cc13d5c Fixup to Readme
git checkout -> git clone
2022-08-12 17:17:55 -04:00