Git Product home page Git Product logo

blaggacao / openebs-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openebs/openebs-docs

0.0 2.0 0.0 38.93 MB

Documentation for OpenEBS project. OpenEBS provides storage for stateful applications on Kubernetes in CAS (Container Attached Storage) architecture.

Home Page: https://docs.openebs.io

License: MIT License

Dockerfile 0.47% Shell 0.47% Python 2.08% JavaScript 64.68% HTML 2.05% CSS 30.25%

openebs-docs's Introduction

OpenEBS-docs

Open Issues Open Pull Requests Commit Activity (Year) Contributors

openebs-docs is the repository for the official OpenEBS documentation. This is using Docusaurus as a documentation framework. It's easy to use and write documentation using Docusaurus, which uses markdown markup language. Additional details on the Docusaurus project can be found here.

For Developers

Install Node.js

sudo apt-get install python-software-properties
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -

Get the latest Node.js package

sudo apt-get install -y nodejs

Install Yarn

npm install -g yarn

Clone openebs-docs repository

git clone https://github.com/openebs/openebs-docs.git
cd openebs-docs

Start the server

cd openebs-docs/website
npm start

The above step will start a server on the localhost:3000

How OpenEBS-docs get published?

The following procedure lists the tasks from the time you select an issue to publish the document:

  1. Go through the issues, and select an issue you want to work on.

  2. Go to openebs-docs/website, and execute npm start. You can then preview the document at http://localhost:3000/docs/next/quickstartguide.html.

  3. Work on your issue and create and submit your pull request(PR) for the members to review. Do perform the DCO signoff. DCO stands for Developer Certificate of Origin. It requires the commit message to have a Signed-off-by: statement along with the email address of the author of that commit. You can do this using the following command git commit -s -m 'Commit message related to the issue'. You can read more about it here.

  4. Make changes to your pull request as suggested by the members. In order to keep the pull request clean, you can use git commit --amend -s -m 'Commit message related to the issue' along with git push -f. This will prevent multiple commits.

  5. After you submit your pull request, and after it is approved by at least one member, it goes through Travis CI integration. Your pull request is checked, and if it exits with code 0 for all the cases, then it's considered as passed and good for merging. If it fails, identify and fix the errors and resubmit it. You can use the commands mentioned in point 4.

  6. The maintainers can then merge your pull request. Congrats on your contribution to the OpenEBS-docs code-base.

License

The project is licensed under the MIT License. See LICENSE for the full license text.

openebs-docs's People

Contributors

aakash2602 avatar ajeshbaby avatar akshatnitd avatar arshadkazmi42 avatar ashishpatelcs avatar atulabhi avatar benedictflorance avatar bihanviranga avatar carolkng avatar cbaumler avatar chandansagar avatar crweiner avatar dpisanu avatar epowell101 avatar florianrusch avatar gprasath avatar grvsachdeva avatar kmova avatar mahebbar avatar manavpreeet avatar muratkars avatar nsathyaseelan avatar prabhatkumarthakur avatar qiell avatar ranjithwingrider avatar sagarkrsd avatar sayak119 avatar sonasingh46 avatar strikerrus avatar umamukkara avatar

Watchers

 avatar  avatar

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.