Giter Site home page Giter Site logo

deremmy / docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kobotoolbox/docs

0.0 0.0 0.0 618.75 MB

The official KoboToolbox userguide website.

Home Page: https://support.kobotoolbox.org/

Shell 0.36% JavaScript 9.23% Python 5.58% CSS 7.91% Makefile 0.59% HTML 54.33% Handlebars 1.17% Batchfile 0.64% SCSS 20.18%

docs's Introduction

KoboToolbox user documentation

This repository contains all the user content of KoboToolbox's official documentation, available at https://support.kobotoolbox.org/.

Local installation

To build and test this documentation locally follow these steps:

Prerequisites:

  • Python 3
  • git
  • npm
  1. Open terminal
  2. Clone repository: git clone https://github.com/kobotoolbox/docs.git
  3. Change into the cloned directory: cd docs
  4. Build the theme if you made any changes to it: npm install && npm start
  5. Create a virtual environment: python -m venv koboenv
  6. Activate the virtual environment source koboenv/bin/activate
  7. Install requirements pip install -r requirements.txt
  8. Build the html files: make html
  9. Open the index page in the browser: open _build/html/index.html

Note: if you have Python 3, you might need to use python3 command instead of python (and pip3 instead of pip).

Each commit to master is automatically built into production.

Development

When you already did everything from "Local installation" succesfully and just need to come back and work a bit more on the project, please use dev.sh script from the root of the project.

Custom theme development

We build our theme atop Read The Docs theme by replacing their CSS with our own (which is a heavily modified copy of theirs).

To develop the theme:

  1. Install NPM dependencies: npm install
  2. Build:
  3. To watch for style changes use npm run dev
  4. To build the styles once use npm start

Useful links:

docs's People

Contributors

miamayixuan avatar joshuaberetta avatar maedelange avatar magicznyleszek avatar tinok avatar kalyan-lama avatar exprin avatar brandontoushan avatar jamesrkiger avatar jnm avatar mdestaubin avatar dependabot[bot] avatar jessroberts-kobo avatar vyacheslav-ll avatar jamesleondufour avatar stephanealoo avatar hakan-cetinkaya avatar nanometrenat 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.