GithubHelp home page GithubHelp logo

umamukkara / litmus-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from litmuschaos/v1-litmus-docs

0.0 1.0 0.0 36.63 MB

Documentation for the Litmus Project

License: Apache License 2.0

Dockerfile 2.27% Python 3.74% HTML 2.78% JavaScript 83.51% CSS 7.70%

litmus-docs's Introduction

Documentation for the Litmus Project

FOSSA Status

Additional details on the Docusaurus project can be found here.

For Developers

Clone litmus-docs repository

git clone https://github.com/litmuschaos/litmus-docs.git
cd litmus-docs

The website server can be setup manually or through docker and docker compose

Use embedmd command before commiting changes

The embedded code will be extracted from the file at URL, which can either be a relative path to a file in the local file system (using always forward slashes as directory separator) or a URL starting with http:// or https://.

Flags (needs to be done before commiting the changes):

-w: Executing embedmd -w docs.md will modify docs.md and add the corresponding code snippets, as shown in sample/result.md.

-d: Executing embedmd -d docs.md will display the difference between the contents of docs.md and the output of embedmd docs.md.

Manual Setup

Install Node.js

sudo apt-get install software-properties-common
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

Start the server

cd website
yarn install
yarn start

Using Docker compose

Install docker compose

sudo curl -L "https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

Run the server

docker-compose up

Browse local documentation

http://localhost:3000/docs/next/getstarted.html

License

FOSSA Status

litmus-docs's People

Contributors

amitbhatt818 avatar anupriya0703 avatar aravindvnair99 avatar aswathkk avatar avinash-rath avatar gprasath avatar imrajdas avatar inyee786 avatar is-ashish avatar ispeakc0de avatar k8s-dev avatar kmjayadeep avatar laumih avatar pradeepkumarbk avatar qiell avatar rahulchheda avatar ranjithwingrider avatar sanjay1611 avatar satyajitghana avatar somesh2905 avatar strikerrus avatar uditgaurav avatar umamukkara avatar vharsh avatar

Watchers

 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.