Skip to content
/ docs Public
forked from minio/docs

Source for future MinIO Documentation Site.

License

Notifications You must be signed in to change notification settings

vadmeste/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinIO Docs

Requirements

  • python3 (any version should be fine, latest is ideal)
  • suggest creating a virtual environment to keep things clean and simple:
  • start by cloning the repository. cd into the cloned repo. You might need to git fetch to refresh the repo.
  • once in the repository root, run the following.
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

To make the build, do:

make html

Artifacts output to the build/ directory as HTML. Just open index.html to get started poking around.

If you modify things, I suggest doing clean builds to make sure all artifacts are fresh:

rm -rf build/ && make html

Still need to work out deployment steps, but this should work for testing locally.

The source directory contains all of the source files, including css and js.

The sphinxext directory contains some python stuff related to the custom directive/roles, and its a rats nest right now.

TODO

  • Finish the remainder of the mc, mc admin, and minio reference material
  • Refine structure of reference pages
  • Transition all MinIO Features from legacy documentation and format for RST
  • Flesh out Kubernetes section (pending operator/plugin work completion)
  • Flesh out introduction / concepts section
  • Re-write security docs
  • Create references for KES, Sidekick, MCS, Gateway
  • Transition cookbook material as needed
  • Flesh out Baremetal deployment section
  • Scan for any remaining legacy material that needs migration

About

Source for future MinIO Documentation Site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.1%
  • CSS 10.4%
  • JavaScript 5.7%
  • HTML 3.2%
  • Batchfile 2.0%
  • Makefile 1.6%