All Projects → HaxeFlixel → flixel-docs

HaxeFlixel / flixel-docs

Licence: other
Documentation for HaxeFlixel

Programming Languages

CSS
56736 projects
haxe
709 projects

Projects that are alternatives of or similar to flixel-docs

PolyEngine
Custom Friday Night Funkin' engine designed for modding & playing.
Stars: ✭ 27 (-54.24%)
Mutual labels:  haxeflixel
apiguardian
@API Guardian
Stars: ✭ 153 (+159.32%)
Mutual labels:  api-documentation
restdocs-spec
A maven plugin for generating Open API and Postman Collection specifications using Spring Restdocs.
Stars: ✭ 43 (-27.12%)
Mutual labels:  api-documentation
unofficial-documentation
solved.ac API를 문서화하는 커뮤니티 프로젝트
Stars: ✭ 38 (-35.59%)
Mutual labels:  api-documentation
MDSL-Specification
A domain-specific language to specify (micro-)service contracts, data representations and endpoints.
Stars: ✭ 35 (-40.68%)
Mutual labels:  api-documentation
nei
NEI 接口管理平台 源代码
Stars: ✭ 308 (+422.03%)
Mutual labels:  api-documentation
Ring
Research into Ring's Private API
Stars: ✭ 28 (-52.54%)
Mutual labels:  api-documentation
go-slate
A CLI tool to generate API documentation using Slate layout by Robert Lord
Stars: ✭ 19 (-67.8%)
Mutual labels:  api-documentation
liuye
柳叶清单开放 API 文档
Stars: ✭ 32 (-45.76%)
Mutual labels:  api-documentation
protean
Evolve your RESTful API's and Web Services
Stars: ✭ 31 (-47.46%)
Mutual labels:  api-documentation
apidox
Generate node.js module API markdown with dox
Stars: ✭ 14 (-76.27%)
Mutual labels:  api-documentation
apitest
this is a tool for testing Laravel REST API
Stars: ✭ 11 (-81.36%)
Mutual labels:  api-documentation
PlayStation-Trophies
Sony has an API for retrieving details of the trophies an account has earned, but there is no public documentation for using it. This is an attempt at documenting the API by capturing the requests made by the https://my.playstation.com web site.
Stars: ✭ 62 (+5.08%)
Mutual labels:  api-documentation
InternalSteamWebAPI
Documenting the unofficial and internal Steam Web API
Stars: ✭ 126 (+113.56%)
Mutual labels:  api-documentation
mattermost-api-reference
Mattermost API reference documentation.
Stars: ✭ 74 (+25.42%)
Mutual labels:  api-documentation
haxeflixel.com
haxeflixel.com docpad source
Stars: ✭ 57 (-3.39%)
Mutual labels:  haxeflixel
node-mock-factory
🐋 node-mock-factory
Stars: ✭ 26 (-55.93%)
Mutual labels:  dox
trade-opskins-api
API docs for trade.opskins.com
Stars: ✭ 44 (-25.42%)
Mutual labels:  api-documentation
API-Portal
API Portal lets you create and publish a customized site with API documentation, for free and without writing any code.
Stars: ✭ 162 (+174.58%)
Mutual labels:  api-documentation
csharp-docs-generator
An action that generates html documentation for C# programs to use for GitHub pages.
Stars: ✭ 21 (-64.41%)
Mutual labels:  api-documentation

flixel | addons | ui | demos | tools | templates | docs | haxeflixel.com

CI

About

This is the main location for HaxeFlixel documentation. Pull requests from this location will be pushed to the live website periodically, so please help us improve the HaxeFlixel docs.

Contents

Main documentation

The main documentation is made up of *.html.md files in the ./documentation folder. Each file and folder starts with a numerical prefix specifying the order listed on the docpad website.

Additional pages can be added using the same extension and using a header specifying the title as seen in the other pages. Eg:

```
title: "Documentation Page"
```

Use Regular GitHub flavoured markdown for the page.
Note `title:` above is case sensitive.

The markdown syntax used in the docs is the GitHub-Flavored-Markdown, thus it's very convenient to directly edit the files via GitHub's web editor.

API documentation

API documentation is provided in the ./api folder, they are currently generated with dox. You can view the API docs offline by cloning this directory, checking out the gh-pages branch, running nekotools server in ./api and navigating to localhost:2000.

To generate the API docs yourself, you need to first run npm install in api/dox. Then run the following from the root directory:

haxe --cwd api --run Make xml pages server

The docs will now be generated in the api/dox/out folder and a local webserver started at localhost:2000.

Note this will use your locally enabled haxelib flixel versions, e.g. if you have haxelib git flixel set to dev etc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].