Giter Club home page Giter Club logo

docs's Introduction

AwayJS Documentation

Build Status

This project produces a static documentation site for the AwayJS software API. AwayJS is written in Typescript and the documentation is generated using Typedoc, so the docs, as the code, are fully typed.

Self Deployment

Any push to any of the AwayJS modules will trigger a Travis CI rebuild of the documentation, so the static docs site should remain up to date with the source code from the dev branches at all times. Travis publishes the generated docs in the gh-pages branch and can hence be viewed in the browser at: https://awayjs.github.io/docs

Generate Local Copy

This repository does not track any documentation files or output, only the generator files, so in order to obtain a local copy of the documentation, you will have to clone this repository and run the generation yourself:

npm install

and then,

npm run docs

This will generate a bin folder with the documentation. Note that you will have to repeat the above commands each time you want to get the latest docs.

Another alternative for obtaining a local copy of the docs is to checkout the gh-pages branch, or download the zip file for the branch.

Custom Typedoc Implementation/Theme

This uses a modified version of Typedoc. However, all modifications are done at runtime in a single file, externaly to typedoc, https://github.com/awayjs/docs/blob/master/awaydoc.js. This means that no typedoc code is ever altered. Most changes are generally minor tweaks of features that typedoc doesn't support out of the box. Other than that, this can be considered to be a custom typedoc theme.

Feedback

Please provide any feedback in this repository. We are here to help. Hopefully this will be a valuable resource and reference to AwayJS users.

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.