Giter VIP home page Giter VIP 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
./add_external_docs.py

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 ./fetch.sh, ./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 enguerran avatar nono avatar aeris avatar cpatchane avatar lucst avatar sblaisot avatar etnbrd avatar y-lohse avatar david-guillot avatar daftaupe avatar doubleface avatar benibur avatar drazik avatar jdeniau avatar raf64flo avatar aenario avatar vogloblinsky avatar kosssi avatar

Watchers

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