1
0
mirror of https://github.com/minio/docs.git synced 2025-04-25 17:22:39 +03:00

9 Commits

Author SHA1 Message Date
Ravind Kumar
9ae1e87c75 Fixing issues after multiple large merges 2023-01-10 17:44:40 -05:00
Ravind Kumar
1244a27e66 Attempting fix to build script 2022-11-02 13:18:56 -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
Harshavardhana
aaa74a8ee7
cleanup SDK sync and reduce makefile burden (#585) 2022-09-26 15:52:15 -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
b72a4667bd
remove target='_blank' to avoid new tabs (#562) 2022-09-16 18:41:29 -04:00
Harshavardhana
1f7ef74cf7 fix: typo in Makefile kubernetes -> k8s 2022-09-13 01:54:19 -07:00
Harshavardhana
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
Harshavardhana
2dc868af74
cleanup makefile and avoid github API requests (#554) 2022-09-12 18:47:47 -04:00