helpcenter/Web/Controls/Help/Installation/DocsSaas.ascx

37 lines
1.2 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Installation Guides - Docs Cloud Service";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Installation Guides - ONLYOFFICE Docs Cloud Service.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_guides">
<h1>Installation Guides</h1>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE Docs Cloud Service (SaaS version)</h2>
<div class="described">
<p>Learn how to start using ONLYOFFICE Docs in the cloud.</p>
</div>
<ul>
<li><h6>Getting Started</h6>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DocsEnterprise/190020_docs_cloud.ascx" /></li>
</ul>
</li>
</ul>
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/faq/faq.aspx")%>">FAQ</a></h2>
</li>
</ul>
</div>