1
0
mirror of https://github.com/minio/docs.git synced 2025-05-30 23:05:04 +03:00
ravindk89 cb503f8fb9 Attempting to integrate Google Analytics
Including crazyegg script

moving gtag script into head
2021-02-05 17:24:24 -05:00
2021-02-02 11:51:40 -08:00
2021-02-02 16:16:25 -08:00
2021-02-02 20:32:57 -05:00
2020-08-14 18:35:26 -04:00
2021-02-02 11:51:40 -08:00
2021-02-02 16:16:25 -08:00
2021-02-02 11:51:40 -08:00
2020-11-13 15:55:46 -05:00

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
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, 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
Description
Документация по хранилищу объектов MinIO
Readme CC-BY-4.0 38 MiB
Languages
SCSS 32.1%
Python 19.2%
HTML 18.7%
JavaScript 17.9%
Makefile 4.8%
Other 7.3%