Coder Social home page Coder Social logo

docs's Introduction

This is the repository containing the documentation for the Avalanche Platform.

Installing

This software uses pipenv to manage its dependencies. To build these docs, you must install the pipenv tool. The pipenv tool is a package manger which creates a virtual environment for the software its managing, similar to npm in nodejs.

On Ubuntu 18.04, using pip3:

sudo pip3 install pipenv

From the directory root, type:

pipenv install

Building

To build the docs, type:

pipenv run mkdocs build

Viewing

To view the documents, first build them as described above, then type:

pipenv run mkdocs serve

This will display:

[I 200124 17:53:24 server:296] Serving on http://127.0.0.1:8000
[I 200124 17:53:24 handlers:62] Start watching changes
[I 200124 17:53:24 handlers:64] Start detecting changes

Now your docs will be served from the url above.

In addition, the generated documents are placed into the "/site" folder in the document root. In that folder, open the index.html file is the root of the documents when posted online.

Editing

The documentation is generated from MarkDown files located in the "/docs" folder in the document root. Edit the *.md files in that folder and then re-build the site. DO NOT EDIT CONTENTS OF THE SITE FOLDER DIRECTLY!!!

docs's People

Contributors

aaronbuchwald avatar collincusce avatar danlaine avatar glemercier avatar gubatron avatar michaelbnewman avatar moreati avatar otherpaco avatar sanghren avatar stephenbuttolph 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.