diff --git a/docs/_static/form.css b/docs/_static/form.css index 04352ed7ee1..8719c5ec7a8 100644 --- a/docs/_static/form.css +++ b/docs/_static/form.css @@ -21,6 +21,7 @@ font-size: 16px; font-weight: 600; margin-top: 10px; + text-align: center; } .input-container { diff --git a/docs/manual/Quick-Start Guides/02-Installing-an-App.md b/docs/manual/Quick-Start Guides/02-Installing-an-App.md index 98555748da0..9592a284206 100644 --- a/docs/manual/Quick-Start Guides/02-Installing-an-App.md +++ b/docs/manual/Quick-Start Guides/02-Installing-an-App.md @@ -23,4 +23,4 @@ Here we will go over a basic install of Plex, to showcase how you can install a #### Video Guide - + diff --git a/docs/manual/Quick-Start Guides/03-Edit-an-App.md b/docs/manual/Quick-Start Guides/03-Edit-an-App.md index af77ffaeb0c..a5d95abe9c8 100644 --- a/docs/manual/Quick-Start Guides/03-Edit-an-App.md +++ b/docs/manual/Quick-Start Guides/03-Edit-an-App.md @@ -23,7 +23,7 @@ The process popup disapears, it might take a few minutes to actually deploy your #### Video Guide - + ##### Notes diff --git a/docs/manual/Quick-Start Guides/04-Upgrade-rollback-delete-an-App.md b/docs/manual/Quick-Start Guides/04-Upgrade-rollback-delete-an-App.md index 41cbc6347ad..9438f30e6f2 100644 --- a/docs/manual/Quick-Start Guides/04-Upgrade-rollback-delete-an-App.md +++ b/docs/manual/Quick-Start Guides/04-Upgrade-rollback-delete-an-App.md @@ -66,4 +66,4 @@ Ofcoarse only enter the version number in the GUI or CLI, not the name #### Video Guide - + diff --git a/docs/manual/Quick-Start Guides/05-add-storage.md b/docs/manual/Quick-Start Guides/05-add-storage.md index a1872d1f891..c78bb440900 100644 --- a/docs/manual/Quick-Start Guides/05-add-storage.md +++ b/docs/manual/Quick-Start Guides/05-add-storage.md @@ -17,7 +17,7 @@ Please be aware that automatically setting ownership/permissions, does mean it o #### Video Guide - + ##### Additional Documentation diff --git a/docs/manual/Quick-Start Guides/06-linking-apps.md b/docs/manual/Quick-Start Guides/06-linking-apps.md index cb290e72c72..2aa87096aec 100644 --- a/docs/manual/Quick-Start Guides/06-linking-apps.md +++ b/docs/manual/Quick-Start Guides/06-linking-apps.md @@ -11,22 +11,22 @@ Instead we need to use their internal(!) domain name. Please beware: this name i The format for internal domain name for the main service is explained bellow. Please replace `$NAME` with the name you gave your App when installing and `$APP` with the name the app has on the catalog where is needed. -**If your app has the _same_ name as in the catalog, the format is as follows.** +**If your app name __contains__ the name of the app as in the catalog, the format is as follows.** - `$NAME.ix-$NAME.svc.cluster.local` -**If your app has _different_ name than in the catalog, the format is as follows** +**If your app name __does NOT contain__ the name of the app as in the catalog, the format is as follows.** - `$NAME-$APP.ix-$NAME.svc.cluster.local` If you need to reach a different service (which is not often the case!), you need a slightly different format, where `$SVCNAME` is the name of the service you want to reach: -**If your app has the _same_ name as in the catalog, the format is as follows.** +**If your app name __contains__ the name of the app as in the catalog, the format is as follows.** - `$NAME-$SVCNAME.ix-$NAME.svc.cluster.local` -**If your app has _different_ name than in the catalog, the format is as follows** +**If your app name __does NOT contain__ the name of the app as in the catalog, the format is as follows.** - `$NAME-$APPNAME-$SVCNAME.ix-$NAME.svc.cluster.local` @@ -35,16 +35,16 @@ If you need to reach a different service (which is not often the case!), you nee