Изменения документа TestContainers
Редактировал(а) Alexandr Fokin 2024/07/01 11:01
отредактировано Alexandr Fokin
на 2023/05/20 16:35
на 2023/05/20 16:35
отредактировано Alexandr Fokin
на 2023/06/02 17:30
на 2023/06/02 17:30
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,6 +1,33 @@ 1 1 Testcontainers 2 2 [[https:~~/~~/www.testcontainers.org>>https://www.testcontainers.org]] 3 3 4 +dotnet Modules 5 +[[https:~~/~~/dotnet.testcontainers.org/modules/>>https://dotnet.testcontainers.org/modules/]] 6 + 4 4 ---- 5 5 6 6 [[Docker>>doc:Хостинг.Виртуализация.Docker.WebHome]] 10 + 11 +---- 12 + 13 +==== Внутренние ссылки: ==== 14 + 15 +====== Дочерние страницы: ====== 16 + 17 +{{children/}} 18 + 19 +====== Обратные ссылки: ====== 20 + 21 +{{velocity}} 22 +#set ($links = $doc.getBacklinks()) 23 +#if ($links.size() > 0) 24 + #foreach ($docname in $links) 25 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 26 + * [[$escapetool.xml($rdoc.fullName)]] 27 + #end 28 +#else 29 + No back links for this page! 30 +#end 31 +{{/velocity}} 32 + 33 +----