diff --git a/README.md b/README.md index a25cb7c..f37d2c0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project was created using ASP.NET WebForms 4.8. This application aims to de ## Dashboard view -![Dashboard View](https://github.com/boldbi/aspnet-core-sample/assets/91586758/a71d87e1-6ec9-48ce-8b27-444f13bca6e7) +![Dashboard View](images/dashboard-view.png) ## Requirements/Prerequisites @@ -19,16 +19,16 @@ This project was created using ASP.NET WebForms 4.8. This application aims to de * 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/embed-settings.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/embed-settings-download.png) + ![EmbedConfig Properties](images/embedconfig-properties.png) * Copy the downloaded `embedConfig.json` file and paste it into the designated [location](https://github.com/boldbi/aspnet-web-forms-sample/tree/master/BoldBIEmbedSample) 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/804f9f7c-e922-44f2-b197-69e74413528b) + ![EmbedConfig image](images/embedconfig-image.png) ## Developer IDE @@ -40,7 +40,7 @@ This project was created using ASP.NET WebForms 4.8. This application aims to de * Run your `ASP.NET WebForms` sample in Visual Studio. - ![dashboard image](https://github.com/boldbi/aspnet-core-sample/assets/91586758/a71d87e1-6ec9-48ce-8b27-444f13bca6e7) + ![dashboard image](images/dashboard-view.png) Please refer to the [help documentation](https://help.boldbi.com/embedding-options/embedding-sdk/samples/asp-net-web-forms/#how-to-run-the-sample?utm_source=github&utm_medium=backlinks) to know how to run the sample. diff --git a/images/dashboard-view.png b/images/dashboard-view.png new file mode 100644 index 0000000..a988169 Binary files /dev/null and b/images/dashboard-view.png differ diff --git a/images/embed-settings-download.png b/images/embed-settings-download.png new file mode 100644 index 0000000..abe0c1b Binary files /dev/null and b/images/embed-settings-download.png differ diff --git a/images/embed-settings.png b/images/embed-settings.png new file mode 100644 index 0000000..cbd4a7c Binary files /dev/null and b/images/embed-settings.png differ diff --git a/images/embedconfig-image.png b/images/embedconfig-image.png new file mode 100644 index 0000000..465fa02 Binary files /dev/null and b/images/embedconfig-image.png differ diff --git a/images/embedconfig-properties.png b/images/embedconfig-properties.png new file mode 100644 index 0000000..4736d48 Binary files /dev/null and b/images/embedconfig-properties.png differ