1
0
mirror of https://github.com/minio/docs.git synced 2025-07-22 23:02:06 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
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
aaa74a8ee7 cleanup SDK sync and reduce makefile burden (#585) 2022-09-26 15:52:15 -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
b72a4667bd remove target='_blank' to avoid new tabs (#562) 2022-09-16 18:41:29 -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