Skip to content

Commit

Permalink
\leavevmode to see subparagraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Nov 17, 2023
1 parent a70f8a3 commit 3c497e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions freephoenix888/documentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -645,20 +645,23 @@ \subsubsection{Удаление связей}
\paragraph{Примеры}

\subparagraph{Удаление связи с типом 1}
\leavevmode
\begin{lstlisting}
await deep.delete({
type_id: 1,
});
\end{lstlisting}

\subparagraph{Удаление связи с типом Type из пакета @deep-foundation/core}
\leavevmode
\begin{lstlisting}
await deep.delete({
type_id: await deep.id("@deep-foundation/core", "Type"),
});
\end{lstlisting}

\subparagraph{Удаление связи с типом Reply из пакета messenger}
\leavevmode
\begin{lstlisting}
await deep.delete({
type_id: await deep.id("messenger", "Reply"),
Expand All @@ -668,6 +671,7 @@ \subsubsection{Удаление связей}
\end{lstlisting}

\subparagraph{Удаление строкового значения для связи 100}
\leavevmode
\begin{lstlisting}
await deep.delete(
{
Expand Down

0 comments on commit 3c497e5

Please sign in to comment.