Code Monkey home page Code Monkey logo

cozy.github.io's Introduction

Cozy Documentation

Learn how to use Cozy, host your own server and develop applications.

Edit this documentation

This documentation is built with MkDocs.

To edit the documentation, just edit the files inside src.

If you want to see your updates, install mkdocs:

pip install --user mkdocs

Fetch external documentation and add it to mkdocs.yml (do not commit this the changes in References) :

./fetch.sh
pip install -r requirements.txt
./add_external_docs.py --fetch

Expected python version is 2.7.10

Run MkDocs:

mkdocs serve

And point your favorite browser to http://127.0.0.1:8000/

External documentations

External documentations are listed in the OUTSIDE_DOCS file. They are consolidated in this documentation during build. This lets developers edit their documentation in their repository while the single site makes it convenient to search for information only in one location.

Each repository maintains its own table of contents, which controls what is shown under the References menu.

See ./build.sh, and ./add_external_docs.py scripts for more information.

When are the docs deployed ?

The documentation is built automatically by Travis

  • when the dev is pushed
  • every day (since we cannot detect changes in external documentations)

After the build, it is available on https://docs.cozy.io/.

To test the whole site:

rm -rf docs/*
cp index.html docs/
mkdocs build -f mkdocs.yml
cd site/
python -m SimpleHTTPServer

cozy.github.io's People

Contributors

clochix avatar ptbrowne avatar cpatchane avatar nono avatar aeris avatar enguerran avatar cozykourai avatar lucst avatar gregorylegarec avatar doubleface avatar sblaisot avatar xn1a avatar y-lohse avatar benibur avatar drazik avatar etnbrd avatar gooz avatar edas avatar aenario avatar daftaupe avatar paultranvan avatar david-guillot avatar jdeniau avatar nicofrand avatar bobsaintcool avatar raf64flo avatar sebn avatar vogloblinsky avatar kosssi avatar

Watchers

James Cloos avatar insomniaqc 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.