@accelbyte/sdk 0.2.0-beta.3 → 0.2.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
- ### 0.2.0-beta.3 - 2023-02-16
1
+ ### 0.2.0-beta.5 - 2023-02-19
2
+
3
+ - Updated documentation
4
+
5
+ ### 0.2.0-beta.4 - 2023-02-17
6
+
7
+ - Updated comments replacing all markups with markdowns
8
+
9
+ ### 0.2.0-beta.4 - 2023-02-16
2
10
 
3
11
  - Updated Readme
4
12
 
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # AccelByte Web SDK
2
2
 
3
- This folder contains the source code of the AccelByte Web SDK. For full documentation open [github.com/AccelByte/accelbyte-web-sdk](https://github.com/AccelByte/accelbyte-web-sdk)
3
+ This folder contains the source code of the [github.com/AccelByte/accelbyte-web-sdk](https://github.com/AccelByte/accelbyte-web-sdk). For full documentation and live playground open [AccelByte Web SDK](https://demo.accelbyte.io/web-sdk-playground/)
4
4
 
5
5
  ## Key directories
6
6
 
7
- - [docs](https://github.com/AccelByte/accelbyte-web-sdk/tree/main/packages/sdk/docs): Markdown documentations of the AccelByte Web SDK.
8
7
  - [examples](https://github.com/AccelByte/accelbyte-web-sdk/tree/main/packages/sdk/examples): Example usages of the AccelByte Web SDK, such as Node.js® (as a script), Next.js, and vite.
9
8
  - [src](https://github.com/AccelByte/accelbyte-web-sdk/tree/main/packages/sdk/src): The source files of the AccelByte Web SDK.
10
9
  - [test](https://github.com/AccelByte/accelbyte-web-sdk/tree/main/packages/sdk/test): The test files of the AccelByte Web SDK.
10
+