From 4ea190eb9d76f3ba295a5bab4ecf841aa9d94e47 Mon Sep 17 00:00:00 2001 From: FreePhoenix888 Date: Fri, 26 Jan 2024 14:36:28 +0600 Subject: [PATCH 1/3] Uncomment rules subsection --- freephoenix888/main-content-section/main-content-section.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freephoenix888/main-content-section/main-content-section.tex b/freephoenix888/main-content-section/main-content-section.tex index 814d38c..df42b1c 100644 --- a/freephoenix888/main-content-section/main-content-section.tex +++ b/freephoenix888/main-content-section/main-content-section.tex @@ -7,7 +7,7 @@ \section{Основная часть} \input{../links-types-subsection/links-types-subsection.tex} \input{../packages-subsection/packages-subsection.tex} \input{../handlers-subsection/handlers-subsection.tex} -% \input{../rules-subsection/rules-subsection.tex} +\input{../rules-subsection/rules-subsection.tex} \input{../core-package-subsection/core-package-subsection.tex} \input{../materialized-path-and-trees-subsection/materialized-path-and-trees-subsection.tex} \input{../deepclient-subsection/deepclient-subsection.tex} From 9e32aaae8a44a33b6e1e3dedcfb394236be0d09a Mon Sep 17 00:00:00 2001 From: FreePhoenix888 Date: Fri, 26 Jan 2024 14:41:35 +0600 Subject: [PATCH 2/3] Rename --- .../getting-started-subsection.tex} | 2 ++ 1 file changed, 2 insertions(+) rename freephoenix888/{getting-started/getting-started.tex => getting-started-subsection/getting-started-subsection.tex} (99%) diff --git a/freephoenix888/getting-started/getting-started.tex b/freephoenix888/getting-started-subsection/getting-started-subsection.tex similarity index 99% rename from freephoenix888/getting-started/getting-started.tex rename to freephoenix888/getting-started-subsection/getting-started-subsection.tex index 5af262e..c30ea64 100644 --- a/freephoenix888/getting-started/getting-started.tex +++ b/freephoenix888/getting-started-subsection/getting-started-subsection.tex @@ -5,6 +5,8 @@ \subsubsection{Запуск Deep} \item Нажмите на кнопку \hyperref{https://gitpod.io/#https://github.com/deep-foundation/dev}{Gitpod} для создания нового рабочего пространства Gitpod с установленным монорепозиторием dev. Обратите внимание, что Gitpod может попросить вас зарегистрироваться или войти. \end{itemize} + + \subsubsection{Открытие DeepCase} \begin{itemize} \item Когда рабочее пространство Gitpod с монорепозиторием dev будет инициализировано, нажмите на кнопку "Ports" в правом нижнем углу экрана и откройте порт 3007, кликнув по его URL или на кнопку "Open Browser" (имеет иконку глобуса). From 1f0626e4f0f61eb2d4b9d3021ad4155a169830cc Mon Sep 17 00:00:00 2001 From: FreePhoenix888 Date: Fri, 26 Jan 2024 14:43:18 +0600 Subject: [PATCH 3/3] Use href instead of hyperref --- .../getting-started-subsection/getting-started-subsection.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freephoenix888/getting-started-subsection/getting-started-subsection.tex b/freephoenix888/getting-started-subsection/getting-started-subsection.tex index c30ea64..e748db1 100644 --- a/freephoenix888/getting-started-subsection/getting-started-subsection.tex +++ b/freephoenix888/getting-started-subsection/getting-started-subsection.tex @@ -1,8 +1,8 @@ \subsection{Начало работы} \subsubsection{Запуск Deep} \begin{itemize} - \item Перейдите в \hyperref{https://github.com/deep-foundation/dev?tab=readme-ov-file#readme}{readme монорепозитория dev} - \item Нажмите на кнопку \hyperref{https://gitpod.io/#https://github.com/deep-foundation/dev}{Gitpod} для создания нового рабочего пространства Gitpod с установленным монорепозиторием dev. Обратите внимание, что Gitpod может попросить вас зарегистрироваться или войти. + \item Перейдите в \href{https://github.com/deep-foundation/dev?tab=readme-ov-file#readme}{readme монорепозитория dev} + \item Нажмите на кнопку \href{https://gitpod.io/#https://github.com/deep-foundation/dev}{Gitpod} для создания нового рабочего пространства Gitpod с установленным монорепозиторием dev. Обратите внимание, что Gitpod может попросить вас зарегистрироваться или войти. \end{itemize}