GithubHelp home page GithubHelp logo

websight-docs's Introduction

WebSight.io documentation

WebSight documentation created using MkDocs Material project.

Setup

  1. Install Python
  2. Install PIP (for Windows) or PIP3 (for Mac or Linux)
  3. Run command:
    • On Windows: pip install -r requirements.txt
    • On Mac/Linux: pip3 install -r requirements.txt

Commands

  • mkdocs build - Build the MkDocs documentation
  • mkdocs gh-deploy - Deploy your documentation to GitHub Pages
  • mkdocs new - Create a new MkDocs project
  • mkdocs serve - Run the builtin development server

Project layout

mkdocs.yml    # The configuration file.
theme/        # Custom templates, overrides, styles and assets
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.

Diagrams as code

Diagrams could be created using PlantUML - see files with puml extension.

To create/update diagrams: Install PlantUML with required dependencies (on mac: brew install plantuml).

Run

plantuml -Djava.awt.headless=true src/*puml -o ../generated/

from the parent directory of src (assuming src contains diagrams .puml files) to regenerate diagrams.

Further reading

websight-docs's People

Contributors

kamil-kwarciak avatar malaskowski avatar mateszabods avatar michalcukierman avatar nataliajaremczuk avatar pawel-boguski-ds avatar paweljozwicki avatar tomaszmichalak avatar zofiaz 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.