diff --git a/README.md b/README.md index 23ce063..560cf9f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project was created using ASP.NET Core 8.0. This application aims to demons ## Dashboard view -![Dashboard View](https://github.com/boldbi/aspnet-core-sample/assets/91586758/6c03cba1-beeb-4be2-8a9e-f77f6a3ebf91) +![Dashboard View](/images/dashboard.png) ## Requirements/Prerequisites @@ -12,22 +12,22 @@ This project was created using ASP.NET Core 8.0. This application aims to demons ### Supported browsers -* Google Chrome, Microsoft Edge, Mozilla Firefox, and Safari. +* 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/blazor-server-sample) 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/d4384bdd-3a96-422c-adb3-3d34cca8f9c7) + ![EmbedConfig image](/images/embedconfig-location.png) ## Run a Sample Using Command Line Interface @@ -39,15 +39,15 @@ This project was created using ASP.NET Core 8.0. This application aims to demons ## Developer IDE -* Visual studio code() +* [Visual Studio Code]() ### Run a Sample Using Visual Studio Code - 1. Open the Blazor Server sample in Visual Studio Code. + 1. Open the Blazor Server sample in **Visual Studio Code**. 2. To run the application, use the command `dotnet watch run` in the terminal. After the application has started, it will display a URL in the `command line interface`, typically something like (e.g., ). Copy this URL and paste it into your default web browser. - ![dashboard image](https://github.com/boldbi/aspnet-core-sample/assets/91586758/6c03cba1-beeb-4be2-8a9e-f77f6a3ebf91) + ![dashboard image](/images/dashboard.png) > **NOTE:** We represent the dashboard embedding by default without the dashboards listing sidebar. You must navigate to the `dashboardlisting` URL (such as ) to enable the dashboards list. diff --git a/images/dashboard.png b/images/dashboard.png new file mode 100644 index 0000000..d0e811e 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..e3789e7 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