Skip to content

Commit 2a5f3d1

Browse files
committed
feat(tutorial): create "new tutorial v1"
- HTML Tutorial is all information and videos for onboarding and feature presentations, - The launcher is html iframe to launch the integration user experience within WorkAdventure. This application will be set in our back office administration and available to WorkAdventure customers.
1 parent f7ebbc0 commit 2a5f3d1

32 files changed

+8834
-5983
lines changed

.eslintignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
dist/
2-
jest.config.js
2+
jest.config.js
3+
tailwind.config.js
4+
tailwind.config.cjs
5+
postcss.config.js

.eslintrc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"extends": "@rpidanny/eslint-config-typescript"
2+
"extends": "@rpidanny/eslint-config-typescript",
3+
"rules": {
4+
"no-unused-vars": "off",
5+
"simple-import-sort/imports": "off",
6+
"arrow-parens": "off",
7+
"camelcase": "off",
8+
"no-throw-literal": "error"
9+
}
310
}

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Release
22

33
on:
44
push:
5+
tags:
6+
- '*'
7+
58
branches:
69
- 'main'
710
- 'alpha'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Features
2+
3+
* **tutorialv1:** create "new tutorial v1" ([6cf1e80](https://github.com/workadventure/scripting-api-extra/commit/6cf1e8053da44f2b8229fa6938c8c2da48ac74c8))
4+
15
## [1.3.3](https://github.com/workadventure/scripting-api-extra/compare/v1.3.2...v1.3.3) (2022-07-06)
26

37

0 commit comments

Comments
 (0)