Skip to content

Commit ba2afc4

Browse files
author
Sorita Heng
committed
Update quick start content structure and add Zip instruction
1 parent 15beac2 commit ba2afc4

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

modules/ROOT/partials/integrations/blazor-quick-start.adoc

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ ifeval::["{productSource}" == "package-manager"]
2929

3030
. To use the self-hosted version of `{productName}`, install the `{productname}` package from the Command Pallette.
3131
endif::[]
32-
include::partial$integrations/blazor-postinstall.adoc[]
33-
3432

3533
[[using-visual-studio]]
3634
== Using Visual Studio
@@ -63,7 +61,6 @@ Install-Package TinyMCE
6361
----
6462

6563
endif::[]
66-
include::partial$integrations/blazor-postinstall.adoc[]
6764

6865
. To test the application, run the application by pressing *Ctrl+F5*.
6966

@@ -107,7 +104,6 @@ dotnet add package TinyMCE
107104
----
108105

109106
endif::[]
110-
include::partial$integrations/blazor-postinstall.adoc[]
111107

112108
. Test the application using the .NET development server.
113109
* To start the development server, in the project's root directory, run:
@@ -120,6 +116,18 @@ dotnet watch run
120116
This will start a local development server accessible at `http://localhost:{PORT}`, where `{PORT}` is specified in the project's `+Properties/launchSettings.json+` file.
121117
* To stop the development server, select on the command line or command prompt and press _Ctrl+C_.
122118

119+
120+
ifeval::["{productSource}" == "zip"]
121+
122+
== Download {productName} Zip
123+
124+
To use the self-hosted version of `{productName}`, download the https://www.tiny.cloud/my-account/downloads/[{productname} zip^]. Unzip the content and place it in the project, such as in the `+wwwroot+` folder for storing public static assets.
125+
endif::[]
126+
127+
== Post-installation
128+
129+
include::partial$integrations/blazor-postinstall.adoc[]
130+
123131
== Next Steps
124132

125133
For information on customizing the integration, see:

0 commit comments

Comments
 (0)