diff --git a/Web/App_GlobalResources/Resource.resx b/Web/App_GlobalResources/Resource.resx index ec27b1ac3..7d9c31d4a 100644 --- a/Web/App_GlobalResources/Resource.resx +++ b/Web/App_GlobalResources/Resource.resx @@ -4138,6 +4138,9 @@ build source code + + How to install ONLYOFFICE Docs Developer Edition [Docker Script Guide 2023] + translate ONLYOFFICE diff --git a/Web/Controls/Help/Installation/Docs.ascx b/Web/Controls/Help/Installation/Docs.ascx index 2fc62601c..59a1af7ea 100644 --- a/Web/Controls/Help/Installation/Docs.ascx +++ b/Web/Controls/Help/Installation/Docs.ascx @@ -3,6 +3,7 @@ <%@ Register TagPrefix="video" TagName="avc0029" Src="~/Controls/Help/Video/AllVideoControls/0029_connect_document_windows.ascx" %> <%@ Register TagPrefix="video" TagName="avc0067" Src="~/Controls/Help/Video/AllVideoControls/0067_install_docs_docker.ascx" %> <%@ Register TagPrefix="video" TagName="avc0077" Src="~/Controls/Help/Video/AllVideoControls/0077_docs_add_plugin.ascx" %> +<%@ Register TagPrefix="video" TagName="avc0109" Src="~/Controls/Help/Video/AllVideoControls/0109_install_developer_edition.ascx" %> + +
+ +

How to install ONLYOFFICE Docs Developer Edition [Docker Script Guide 2023]

+
+ +
+
+

This guide walks for ONLYOFFICE Docs Developer Edition you through the installation process

+
+ +
\ No newline at end of file diff --git a/Web/Controls/Help/Video/Video.ascx b/Web/Controls/Help/Video/Video.ascx index 719932d9d..5078f7fb5 100644 --- a/Web/Controls/Help/Video/Video.ascx +++ b/Web/Controls/Help/Video/Video.ascx @@ -123,6 +123,7 @@ +

diff --git a/Web/Controls/Help/Video/Video.de.ascx b/Web/Controls/Help/Video/Video.de.ascx index b2e4bef60..2f56663e5 100644 --- a/Web/Controls/Help/Video/Video.de.ascx +++ b/Web/Controls/Help/Video/Video.de.ascx @@ -120,7 +120,8 @@ - + +

diff --git a/Web/Controls/Help/Video/Video.es.ascx b/Web/Controls/Help/Video/Video.es.ascx index 249185ab3..dee31de35 100644 --- a/Web/Controls/Help/Video/Video.es.ascx +++ b/Web/Controls/Help/Video/Video.es.ascx @@ -120,7 +120,8 @@ - + +

diff --git a/Web/Controls/Help/Video/Video.fr.ascx b/Web/Controls/Help/Video/Video.fr.ascx index 826c983f7..d7e14788e 100644 --- a/Web/Controls/Help/Video/Video.fr.ascx +++ b/Web/Controls/Help/Video/Video.fr.ascx @@ -120,7 +120,8 @@ - + +

diff --git a/Web/Controls/Help/Video/Video.it.ascx b/Web/Controls/Help/Video/Video.it.ascx index 5f0873df1..dfac665a4 100644 --- a/Web/Controls/Help/Video/Video.it.ascx +++ b/Web/Controls/Help/Video/Video.it.ascx @@ -120,7 +120,8 @@ - + +

diff --git a/Web/Controls/Help/Video/Video.ru.ascx b/Web/Controls/Help/Video/Video.ru.ascx index ce86e2881..7c745b261 100644 --- a/Web/Controls/Help/Video/Video.ru.ascx +++ b/Web/Controls/Help/Video/Video.ru.ascx @@ -120,7 +120,8 @@ - + +

diff --git a/Web/Video/install-docs-developer-edition.aspx b/Web/Video/install-docs-developer-edition.aspx new file mode 100644 index 000000000..ad56c685a --- /dev/null +++ b/Web/Video/install-docs-developer-edition.aspx @@ -0,0 +1,14 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationArticles.master" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + + + + + + + + +
+ \ No newline at end of file diff --git a/Web/css/help.less b/Web/css/help.less index 0c244430b..79755c632 100644 --- a/Web/css/help.less +++ b/Web/css/help.less @@ -2782,6 +2782,10 @@ span.playbackbutton.presentation { background-image: url(/images/help/video/new/integrate_wordpress.png); } +.install_developer_video { + background-image: url(/images/help/video/new/install_developer.png); +} + .google_data { background-image: url(/images/help/video/new/google_data.png); } diff --git a/Web/images/Help/Video/new/install_developer.png b/Web/images/Help/Video/new/install_developer.png new file mode 100644 index 000000000..40fe139d0 Binary files /dev/null and b/Web/images/Help/Video/new/install_developer.png differ