Изменения документа Help

Редактировал(а) Андрей Ганьков 2021/07/22 11:32

От версии 3.1
отредактировано Александр Гонтаренко
на 2021/05/21 12:34
Изменить комментарий: Install extension [org.xwiki.platform:xwiki-platform-help-ui/13.3]
К версии 1.1
отредактировано Андрей Ганьков
на 2020/03/30 19:17
Изменить комментарий: Install extension [org.xwiki.contrib:application-help-center/1.5.1]

Сводка

Подробности

Свойства страницы
Автор документа
... ... @@ -1,1 +1,1 @@
1 -XWiki.gaa
1 +XWiki.gav
Скрытые
... ... @@ -1,1 +1,1 @@
1 -true
1 +false
Содержимое
... ... @@ -25,7 +25,7 @@
25 25   'icon': 'fa fa-support',
26 26   'title': $services.localization.render('help.start.title'),
27 27   'description': $services.localization.render('help.start.description'),
28 - 'documentation': "https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/?version=$escapetool.url($xwiki.version)"
28 + 'documentation': "http://enterprise.xwiki.org/xwiki/bin/view/GettingStarted/WebHome?version=$escapetool.url($xwiki.version)"
29 29  }, {
30 30   'icon': 'fa fa-play-circle',
31 31   'title': $services.localization.render('help.videos.title'),
... ... @@ -64,8 +64,8 @@
64 64  #set ($featureCards = [{
65 65   'icon': 'fa fa-pencil',
66 66   'title': $services.localization.render('help.edit.title'),
67 - 'description': $services.localization.render('help.edit.description',["<a href='https://platform.xwiki.org/xwiki/bin/view/Features/PageEditing' class='wikiexternallink'>",'</a>',"<a href='$xwiki.getURL('XWiki.XWikiSyntax')'>"]),
68 - 'documentation': 'https://platform.xwiki.org/xwiki/bin/view/Features/PageEditing',
67 + 'description': $services.localization.render('help.edit.description',["<a href='http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing' class='wikiexternallink'>",'</a>',"<a href='$xwiki.getURL('XWiki.XWikiSyntax')'>"]),
68 + 'documentation': 'http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing',
69 69   'examples': $xwiki.getURL('Sandbox.WebHome', 'edit', 'editor=wysiwyg')
70 70  }, {
71 71   'icon': 'fa fa-file-text-o',
... ... @@ -89,19 +89,19 @@
89 89   'icon': 'fa fa-sitemap',
90 90   'title': $services.localization.render('help.organization.title'),
91 91   'description': $services.localization.render('help.organization.description'),
92 - 'documentation': 'https://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/',
92 + 'documentation': 'http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/',
93 93   'examples': $xwiki.getURL('Main.AllDocs', 'view', 'view=tree')
94 94  }, {
95 95   'icon': 'fa fa-history',
96 96   'title': $services.localization.render('help.history.title'),
97 97   'description': $services.localization.render('help.history.description'),
98 - 'documentation': 'https://platform.xwiki.org/xwiki/bin/view/Features/VersionControl',
98 + 'documentation': 'http://platform.xwiki.org/xwiki/bin/view/Features/VersionControl',
99 99   'examples': $historyURL
100 100  }, {
101 101   'icon': 'fa fa-download',
102 102   'title': $services.localization.render('help.import.title'),
103 103   'description': $services.localization.render('help.import.description'),
104 - 'documentation': 'https://platform.xwiki.org/xwiki/bin/view/Features/Imports'
104 + 'documentation': 'http://platform.xwiki.org/xwiki/bin/view/Features/Imports'
105 105  }])
106 106  {{/velocity}}
107 107