diff --git a/Go/.vscode/launch.json b/Go/.vscode/launch.json deleted file mode 100644 index 9b5e852..0000000 --- a/Go/.vscode/launch.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Launch", - "type": "go", - "request": "launch", - "mode": "debug", - "program": "${workspaceRoot}", - "env": {"FLASH_PORT": 8086}, - "args": [], - "showLog": true - } - ] -} \ No newline at end of file diff --git a/README.md b/README.md index 545d09e..8a72f32 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This Bold BI React with Go sample contains the Dashboard embedding sample. In th ## Dashboard view -![Dashboard View](https://github.com/boldbi/aspnet-core-sample/assets/91586758/1407fd9b-abaa-47f5-b02a-fbadd8bc2388) +![Dashboard View](/images/dashboard.png) ## Requirements/Prerequisites @@ -16,22 +16,22 @@ This Bold BI React with Go sample contains the Dashboard embedding sample. In th ### Supported browsers -* Google Chrome, Microsoft Edge, Mozilla Firefox. +* Google Chrome, Microsoft Edge, and Mozilla Firefox. ## Configuration * Please ensure you have enabled embed authentication on the `embed settings` page. If it is not currently enabled, please refer to the following image or detailed [instructions](https://help.boldbi.com/site-administration/embed-settings/#get-embed-secret-code?utm_source=github&utm_medium=backlinks) to enable it. - ![Embed Settings](https://github.com/boldbi/aspnet-core-sample/assets/91586758/b3a81978-9eb4-42b2-92bb-d1e2735ab007) + ![Embed Settings](/images/enable-embedsecretkey.png) * To download the `embedConfig.json` file, please follow this [link](https://help.boldbi.com/site-administration/embed-settings/#get-embed-configuration-file?utm_source=github&utm_medium=backlinks) for reference. Additionally, you can refer to the following image for visual guidance. - ![Embed Settings Download](https://github.com/boldbi/aspnet-core-sample/assets/91586758/d27d4cfc-6a3e-4c34-975e-f5f22dea6172) - ![EmbedConfig Properties](https://github.com/boldbi/aspnet-core-sample/assets/91586758/d6ce925a-0d4c-45d2-817e-24d6d59e0d63) + ![Embed Settings Download](/images/download-embedsecretkey.png) + ![EmbedConfig Properties](/images/embedconfig-file.png) * Copy the downloaded `embedConfig.json` file and paste it into the designated [location](https://github.com/boldbi/react-with-go-sample/tree/master/Go) within the application. Please ensure you have placed it in the application, as shown in the following image. - ![EmbedConfig image](https://github.com/boldbi/aspnet-core-sample/assets/91586758/4d1489c0-ea7a-40ab-b067-e116ad9bee5a) + ![EmbedConfig image](/images/embedconfig-location.png) ## Run a Sample Using Command Line Interface @@ -47,14 +47,14 @@ This Bold BI React with Go sample contains the Dashboard embedding sample. In th ## Developer IDE -* Visual studio code() +* [Visual Studio Code]() ### Run a Sample Using Visual Studio Code * Open the `Go` sample in Visual Studio Code. * Install the extension `Go` in Visual Studio Code. Please refer to the following image. - ![Extension](https://github.com/boldbi/aspnet-core-sample/assets/91586758/8cc5ca2f-f59f-4bd1-bb5c-3dc00ac1b2a8) + ![Extension](/images/go-extension.png) * Run the back-end `Go` sample using the following command `go run main.go`. @@ -64,7 +64,7 @@ This Bold BI React with Go sample contains the Dashboard embedding sample. In th * Finally, run the application using the command `npm start`. After executing the command, the application will automatically launch in the default browser. You can access it at the specified port number (e.g., ). -![dashboard image](https://github.com/boldbi/aspnet-core-sample/assets/91586758/1407fd9b-abaa-47f5-b02a-fbadd8bc2388) +![dashboard image](/images/dashboard.png) Please refer to the [help documentation](https://help.boldbi.com/embedding-options/embedding-sdk/samples/react-with-go/#how-to-run-the-sample?utm_source=github&utm_medium=backlinks) to know how to run the sample. diff --git a/images/dashboard.png b/images/dashboard.png new file mode 100644 index 0000000..8977605 Binary files /dev/null and b/images/dashboard.png differ diff --git a/images/download-embedsecretkey.png b/images/download-embedsecretkey.png new file mode 100644 index 0000000..abe0c1b Binary files /dev/null and b/images/download-embedsecretkey.png differ diff --git a/images/embedconfig-file.png b/images/embedconfig-file.png new file mode 100644 index 0000000..4ba11a5 Binary files /dev/null and b/images/embedconfig-file.png differ diff --git a/images/embedconfig-location.png b/images/embedconfig-location.png new file mode 100644 index 0000000..f1c3240 Binary files /dev/null and b/images/embedconfig-location.png differ diff --git a/images/enable-embedsecretkey.png b/images/enable-embedsecretkey.png new file mode 100644 index 0000000..cbd4a7c Binary files /dev/null and b/images/enable-embedsecretkey.png differ diff --git a/images/go-extension.png b/images/go-extension.png new file mode 100644 index 0000000..770081b Binary files /dev/null and b/images/go-extension.png differ