mirror of
https://github.com/minio/docs.git
synced 2025-05-30 23:05:04 +03:00
Including crazyegg script moving gtag script into head
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 togit 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
nvm install v14.5.0
nvm use v14.5.0
npm install
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
, andminio
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
Languages
SCSS
32.1%
Python
19.2%
HTML
18.7%
JavaScript
17.9%
Makefile
4.8%
Other
7.3%