Исходный код вики Heroku Twelve-Factor App

Редактировал(а) Alexandr Fokin 2024/01/04 20:15

Последние авторы
1 | |(((
2 The Twelve-Factor App
3 https://12factor.net/ru/
4
5 Простыми словами о Twelve-Factor App
6 https://habr.com/ru/post/261171/
7 )))
8 | |
9 | |
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 ----