Commit Graph

18 Commits

Author SHA1 Message Date
dependabot[bot]
39e6867d28
Bump prismjs from 1.17.1 to 1.21.0 in /website (#188)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.17.1 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.17.1...v1.21.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-23 12:14:24 +02:00
Miika Lönnqvist
532008c768
#189 Restructure tutorials and add two new tutorials (#190)
* Restructure tutorials and add two new tutorials

- Non-generated documentation review and edit
  - Consistent terminology
  - Stylistic changes
  - Minor structure changes
  - Minor clarifications
  - Typo fixes

- Split basic tutorial into two
- Tutorials are easier to follow when they are short and to the point
- Added event and variable instancer tutorials
- Had to bump node version for the docker container to work

* #189 - Fixing minor nitpicks

Co-authored-by: Adam Ramberg <adam@mambojambostudios.com>
2020-08-23 12:13:10 +02:00
Adam Ramberg
56803a8aae 🧞‍♀️ v4.3.0 2020-08-04 01:58:16 +02:00
dependabot[bot]
0c1aaf7d3c
Bump lodash from 4.17.15 to 4.17.19 in /website (#181)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-04 01:05:43 +02:00
Adam Ramberg
70f8130797
Debug events by displaying stack traces for events (#159)
* Add stack trace toggled via user prefs

* Add docs regarding preferences

* Rename color getter functions

* Fix minior order of execution bug

* Use GUID + improved styling of detailed stack view

* - Changed the AddStackTrace method to be conditional (from one of your initial suggestions).
- Removed the implicit conversion operator in StackTraceEntry and is instead using ToString explicitly when needed.
- Improved implementation of GetFirstLine
- Simplified Equals implementation of the StackTraceEntry class
2020-06-06 22:19:07 +02:00
dependabot[bot]
60a0c28720
Bump acorn from 7.1.0 to 7.1.1 in /website (#117)
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-22 01:41:37 +01:00
Adam Ramberg
e2d16b247b Website fixes for FSM 2020-03-22 00:35:21 +01:00
Adam Ramberg
818c0a259e Align docs 2020-03-02 20:12:38 +01:00
AdamRamberg
69a698bd66 #59 - Add discord link to docs 2019-11-03 17:50:45 +01:00
AdamRamberg
bfc37e2a2f Readd MonoHooks as a subpackage 2019-10-16 01:43:51 +02:00
AdamRamberg
afcb782fd6 Various docs fixes 2019-10-15 23:20:05 +02:00
AdamRamberg
13ab7b6fc3 Docs for mobile api 2019-10-15 03:07:22 +02:00
AdamRamberg
3a46454ddb Generate docs - document tags 2019-10-15 02:08:41 +02:00
AdamRamberg
0403ab3475 Prettier + eslint on footer 2019-10-07 20:54:17 +02:00
AdamRamberg
0b683448fb Added eslint + prettier and updated .editorconfig 2019-10-07 20:47:30 +02:00
AdamRamberg
68db665f25 Add copy button to code blocks 2019-10-07 00:18:21 +02:00
AdamRamberg
bd5a8fbd65 Website config tweaks 2019-10-04 01:41:17 +02:00
AdamRamberg
269df1bec3 Add website for documentation 2019-10-04 01:37:30 +02:00