This repository was archived by the owner on Apr 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
feat: Migrate API user docs to official Usage docs #29
Merged
Merged
Changes from all commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
66370d3
Migrate most of the top-level user docs
kamranayub 9259e92
wip add typedoc
kamranayub 26f9d15
wip transform marked links from typedoc
kamranayub 2c547aa
Merge branch 'site' into gh-25/docs-migrate
kamranayub 80f24f7
wip transform links
kamranayub 34f3bc4
Add jest and babel for tests
kamranayub 38ca17e
Merge branch 'site' of https://github.com/excaliburjs/excaliburjs.git…
kamranayub 938ab70
update pkgs
kamranayub f18ebcb
wip better symbol lookup
kamranayub e375dae
Merge branch 'site' of https://github.com/excaliburjs/excaliburjs.git…
kamranayub f7bad78
handle all or most symbol types
kamranayub 9ff521e
add back missing pkg
kamranayub e03d363
jest setup
kamranayub dee5abb
Fix import
kamranayub 56b0318
update styles
kamranayub cffcd96
update compiled styles
kamranayub 950fafd
update engine docs and fix links
kamranayub 49ecaf0
Update to patched gatsby-source-typedoc
kamranayub e22b16a
update TS
kamranayub d540cb3
update styles, source-typedoc, travis
kamranayub e9d779a
Update docs from master
kamranayub 11f2a7e
less padding for indent
kamranayub 42f1d67
third level headings
kamranayub 46916ee
Fix errors
kamranayub bebc5fe
Update docs with latest patterns and APIs
kamranayub 975d308
More styles, more actor docs polish
kamranayub d97c960
Add Gemfile for netlify
kamranayub bbb5f4f
Add skip docs releases flag
kamranayub 3875a25
more docs polishing
kamranayub 672cbee
Add gemfile lock
kamranayub 2209f01
fix lint-staged glob
kamranayub fe813a0
Fix broken symbol links in actors
kamranayub 07e819d
Polish scene docs, add vector docs
kamranayub 6168913
vector docs, scene docs, docs margin
kamranayub f023a48
scene docs, styles
kamranayub 6c41a1d
use release tag name in nav
kamranayub 09a7fc6
Add placeholders and vec constants
kamranayub 1f8b197
Better flow through the starting docs, rename engine to intro
kamranayub bb68a46
more detailed intro
kamranayub ffffb01
table styles, actor/intro polish
kamranayub f41b682
Polish asset docs
kamranayub dfd5d5d
Update docs/06-actors-actions.md
kamranayub 3e36cb3
fix recommendation and verbiage
kamranayub 186d6b9
Merge branch 'gh-25/docs-migrate' of https://github.com/excaliburjs/e…
kamranayub 6a0c82b
Fix recommendations
kamranayub 1fa6b83
Add docs-example component
kamranayub 812d6bf
Ensure ex dir is reset before pulling
kamranayub 319d7ca
fix closing tag
kamranayub 4d7b42d
fix restore cmd
kamranayub ab65e2f
Fix var decls
kamranayub 759175c
Clean up diplaymode section
kamranayub 51a11e3
Add screen/world coords, native vs. scaled res
kamranayub b83b2c4
Clarify actor animation
kamranayub 0be8d5e
Fixup physics grammar/flow for actor-body
kamranayub 36369bb
fix typo
kamranayub 49d2f44
Address file system clarification, link to example templates
kamranayub 879027d
Add base uri info
kamranayub da8c057
mention tiled
kamranayub 5e23c06
fix formatting in drawing animation section
kamranayub 7a2d3c1
Add todo
kamranayub d894ade
More UI docs, add other pointer events
kamranayub 233fb10
Fix headings for uniqueness in input
kamranayub 96e2301
Polish fx
kamranayub 6069382
Hide math placeholders
kamranayub 6718df1
Shore up features list
kamranayub 01d0549
Update docs/99-utilities.md
kamranayub 968ce2a
Fix timers example and callout adding to game
kamranayub ffe0a99
Merge branch 'gh-25/docs-migrate' of https://github.com/excaliburjs/e…
kamranayub 4cfa1d9
Polish resolution docs
kamranayub 6785a3f
Fix heading
kamranayub e684448
fixes gh-30
kamranayub File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # frozen_string_literal: true | ||
| source "https://rubygems.org" | ||
|
|
||
| gem "sass", "3.4.24" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| GEM | ||
| remote: https://rubygems.org/ | ||
| specs: | ||
| sass (3.4.24) | ||
|
|
||
| PLATFORMS | ||
| x64-mingw32 | ||
|
|
||
| DEPENDENCIES | ||
| sass (= 3.4.24) | ||
|
|
||
| BUNDLED WITH | ||
| 2.1.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| module.exports = 'test-file-stub' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.