Fixes for the English version.

This commit is contained in:
Olga Vlasiuk 2021-08-18 15:21:44 +03:00
parent 59ad9e4b63
commit 0b245c44a8
2 changed files with 9 additions and 27 deletions

View File

@ -24,7 +24,7 @@
<li><span class="gs_link gs_active" id="all">All</span></li>
<li><span class="gs_link" id="Overview">Overview</span></li>
<li><span class="gs_link" id="OnlineEditorsIntegration">Connecting ONLYOFFICE Docs using an official ONLYOFFICE connector</span></li>
<li><span class="gs_link" id="InstallingSharepoint">Installing ONLYOFFICE Docs using WOPI</span></li>
<li><span class="gs_link" id="InstallingSharepoint">Connecting ONLYOFFICE Docs using WOPI</span></li>
</ul>
<div class="keyword_block">
<ul>
@ -44,11 +44,12 @@
<p><b>Main features</b></p>
<ul>
<li>Editing text documents, spreadsheets, and presentations using the Edit in ONLYOFFICE option within the context menu of the file and the ribbon (when using an official connector) or clicking the file (when using WOPI).</li>
<li>Co-authoring documents in real-time: use two co-editing modes (Fast and Strict), the Track Changes feature, comments, and a built-in chat.</li>
<li>Co-authoring documents in real-time: use the Fast co-editing mode, the Track Changes feature, comments, and a built-in chat.</li>
</ul>
<div class="notehelp">Access tokens expire after a certain period of time. Set the <code>access_token_ttl</code> property to 10 hours for the Fast co-editing mode. The Strict co-editing mode might negatively affect the access token parameter.</div>
<p><b>Supported formats</b></p>
<ul>
<li>For viewing and editing: DOCX, XLSX, PPTX.</li>
<li>For viewing and editing: DOCX, XLSX, PPTX, PPSX.</li>
<li>For viewing only: PDF, DJVU, TXT, CSV, ODT, ODS, ODP, DOC, XLS, PPT, PPS, EPUB, RTF, HTML, HTM, MHT, XPS.</li>
</ul>
</div>
@ -65,8 +66,6 @@
<ul>
<li>ONLYOFFICE Docs: v. 5.4 or higher</li>
<li>SharePoint: 2019</li>
<li>ONLYOFFICE SharePoint integration solution.
</li>
</ul>
<div class="notehelp">The ONLYOFFICE Docs instance must be resolvable and connectable both from SharePoint and any end clients. ONLYOFFICE Docs must also be able to POST to SharePoint directly. To install ONLYOFFICE Docs, please follow the instructions <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx">here</a>.</div>
</li>
@ -103,7 +102,7 @@
<ol>
<li>Check that you have the following applications installed:
<ul>
<li>ONLYOFFICE Docs:</li>
<li>ONLYOFFICE Docs: v. 6.4 or higher</li>
<li>SharePoint:</li>
</ul>
</li>

View File

@ -24,31 +24,14 @@
<ul class="block-editor">
<li>
<h2 class="doceditor">SharePoint</h2>
<span class="toggler showcont">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/ShowContents/ShowContents.ascx" />
</span>
<span class="toggler hidecont" style="display: none">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p>Learn how to integrate ONLYOFFICE with <b>SharePoint</b> collaborative platform through a connector available on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-sharepoint" target="_blank"><b>GitHub page</b></a> or over WOPI.</p>
</div>
<div class="contents" style="display: none">
<div class="contents">
<ul>
<li>
<h6>Overview</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Overview_block")%>">Overview</a></li>
</ul>
</li>
<li>
<h6>SharePoint integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs using an official ONLYOFFICE connector</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#InstallingSharepoint_block")%>">Connecting ONLYOFFICE Docs using WOPI</a></li>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs using an official ONLYOFFICE connector</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#InstallingSharepoint_block")%>">Connecting ONLYOFFICE Docs using WOPI</a></li>
</ul>
</div>
</li>