GithubHelp home page GithubHelp logo

andyli / api.haxe.org Goto Github PK

View Code? Open in Web Editor NEW

This project forked from haxefoundation/api.haxe.org

0.0 2.0 0.0 254.03 MB

Haxe API documentation

Home Page: http://api.haxe.org/

Haxe 69.91% CSS 0.82% Earthly 29.27%

api.haxe.org's Introduction

api.haxe.org - Haxe Standard API documentation website

TravisCI Build Status

This repository hosts the api.haxe.org website.

As an overview, a program in the master branch takes the documentation xml files generated by the Haxe compiler and turn them into html pages using dox.

For every commit in the development branch and tags in the haxe repo, TravisCI commits the xml files to the xml folder. The TravisCI build of this repo will then take care of generating the pages, and than commit the output to the gh-pages branch, which is the source of GitHub Pages.

development info

To generate the pages locally, run the commands in .travis.yml, except you don't run the haxe --run DeployGhPages line at the end for obvious reason.

The html/css/js template files reside in the theme folder. The theme inherits dox default.

The haxelib dependencies are managed as submodules in the libs folder. We do not use lib.haxe.org just because we often evolve the dependencies in parallel to Haxe development, and it is troublesome to make proper releases...

To keep the repository size reasonable, we only keep the last several commits of the gh-pages branch. This means we are constantly rewriting the history of gh-pages. As a result, pulling gh-pages doesn't make much sense. Use git fetch && git checkout gh-pages && git reset --hard origin/gh-pages if you want to get an updated copy of the gh-pages branch.

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.