Changes for page Help
Last modified by Administrator on 2021/08/11 11:39
Change comment:
Install extension [org.xwiki.contrib:application-help-center/1.5.1]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -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': "http s://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='http s://platform.xwiki.org/xwiki/bin/view/Features/PageEditing' class='wikiexternallink'>",'</a>',"<a href='$xwiki.getURL('XWiki.XWikiSyntax')'>"]),68 - 'documentation': 'http s://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': 'http s://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': 'http s://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': 'http s://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