-
-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Docs vNext (Docusaurus Migration) (#2793)
* boilerplate docusaurus in site/ dir * wip typedoc plugin (doesn't work) * patch for docusaurus-plugin-typedoc-api (issue 101) * fixmaybe: cf pages buildroot/repo path * fixmaybe: no ci change to typedoc path * chore: use patch milesj/docusaurus-plugin-typedoc-api@86212cf * feat: link symbols from docs * fix: load typedoc json during plugin init * migrate MDX components * wip: copy/paste old docs with fixed image paths * wip organize into sub-folder sections * wip getting started * temp: only warn on broken links during migration * fix: function scope * chore: upgrade to storybook@7.5.2 * fix: storybook css-loader * wip docusaurus v3 * chore: use docusaurus 3.0.0 stable release * fix: turn Notes into admonitions * POC: live code editor + excalibur * feat: support snippets, typechecked examples * chore(deps): update typedoc plugin * fix: ts errors in IFrameEmbed * fix: only require excalibur on client build * chore: migrate to docusaurus config es module * fix(config): type errors * poc: storybook build * poc: storybook devServer + build * poc: storybook build * chore: remove storybook plugin poc * poc: stackblitzkrieg * undo: storybook example * inverse the playground example/index.ts * docs: Update collision groups * feat: sync stackblitz theme with colorMode * feat: Stackblitz support for asset pngs * add shiki-twoslash preset * feat: Shiki Twoslash for static code * chore: update Actors and Engine Fundamentals page with twoslash * fix lockfile * fix: Animation includes * fix: Actors include cuts * docs: migrate blog! * docs: Update logos + add dono page + add sample page * Add premium support links * docs: Update dono page * docs: tweak dono size * docs: fix build * docs: upload pdn file * docs: Add new social card prototype * poc: build local excalibur in MultiCompiler step (dev no worky) * fix: stackblitz works locally but only when forking * fix: postcss for ex build * styles: excaliblue * refactor: move samples data to _data * feat: algolia * feat: support private tags * plugin-redirect, add back path frontmatter * chore: maintain all existing docs slugs * Fix description, and broken link * docs: Update trigger docs * update base url to beta * remove facebook link * Fix search key * New Tiled docs * Update infinite tilemaps * small tweaks to prose and examples --------- Co-authored-by: Erik Onarheim <erik.onarheim@gmail.com>
- Loading branch information
1 parent
bdaf7d1
commit 11dfe50
Showing
299 changed files
with
82,279 additions
and
51,314 deletions.
There are no files selected for viewing
This file contains 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,17 @@ | ||
{ | ||
"sourceType": "unambiguous", | ||
"presets": [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"targets": { | ||
"chrome": 100, | ||
"safari": 15, | ||
"firefox": 91 | ||
} | ||
} | ||
], | ||
"@babel/preset-typescript" | ||
], | ||
"plugins": [] | ||
} |
This file contains 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
site/ | ||
scripts/apidocs.js | ||
scripts/release.js | ||
karma.conf.js | ||
webpack.config.js | ||
webpack.config.prod.js | ||
version.js | ||
version.js |
This file contains 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 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.