Giter Club home page Giter Club logo

docs-k8s's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.