GithubHelp home page GithubHelp logo

camillem / datami-documentation-content Goto Github PK

View Code? Open in Web Editor NEW

This project forked from multi-coop/datami-documentation-content

0.0 0.0 0.0 89.21 MB

License: GNU General Public License v3.0

Shell 16.87% Python 83.13%

datami-documentation-content's Introduction

DATAMI DOCUMENTATION CONTENT

Website : https://datami-docs.multi.coop

This repo contains all contents for the Datami's documentation website, including the site's architecture : website name, locales, navbar, routes, footers, images, and text contents...

Thoses contents are organized so they could be deployed as a website, thanks to a softawre developped by the digital cooperative multi.


Render those contents as a websitte

๐Ÿš€ ย  Here you'll find the "multi-site-app" source code to deploy the .md contents contained in this repo.


Organisation

This repo is organized in the following order :

.
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ LICENCE.md
โ”œโ”€โ”€ config folder: to deploy a website with the `multi-site` app
โ”‚   โ”œโ”€โ”€ global.md : global config file (md and yaml head)
โ”‚   โ”œโ”€โ”€ navbar.md : config file for navbar butttons and links (md and yaml head)
โ”‚   โ”œโ”€โ”€ route.md : config file for routes (md and yaml head)
โ”‚   โ””โ”€โ”€ footer.md : config file for footer links (md and yaml head)
โ”œโ”€โ”€ images folder: contains images
โ”œโ”€โ”€ texts folder : contains all markdown files, including 

Deployment

The contents are deployed with Netlify

  • Test deploy : Netlify Status
  • Official deploy : Netlify Status

Mini server for local development

A mini server is writen in the server.py to serve this folder's files, so we could test and develop locally while running multi-site-app

To install the mini-server :

pip install --upgrade pip
python3 -m pip install --user virtualenv
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

or

sh setup.sh
source venv/bin/activate

To run the server on http://localhost:8800:

python server.py

or

sh run_server.sh

Files will be locally served on :

  • http://localhost:8800/content/<path:folder_path>/<string:filename>
  • http://localhost:8800/statics/<path:folder_path>/<string:filename>

Contributions

If you want to propose somme enhancements to our content please make pull requests against the main branch. We will review that with great pleasure :)

You can also add issues directly in the reop, or add notes or issues from our gitlab "board" page.


Notes / tutorials' section images

Here are the links to the source documents (slides) we used to create the tutorials's images :

datami-documentation-content's People

Contributors

julienparis avatar camillem avatar lysianedon 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.