helpcenter/Web/Controls/Help/Server/DeveloperEdition/DeveloperEdition.ru.ascx

44 lines
2.3 KiB
Plaintext
Raw Normal View History

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Решение для разработчиков";
MetaKeyWords = "";
MetaDescription = "Статьи документации по Решению для разработчиков.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1>Решение для разработчиков</h1>
<h2>Настройка</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150002_developer_open_ports/150002_developer_open_ports.ascx" /></li>
</ul>
<h2>Разработка</h2>
<ul>
<li><a target="_blank" href="https://api.onlyoffice.com/editors/basic">API Решения для разработчиков</a></li>
</ul>
<h2>Часто задаваемые вопросы</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/FAQ/150_developer/150_developer.ascx" /></li>
</ul>
<p class="platform_specific_section">Статьи по установке, настройке и другим вопросам, связанным с конкретной платформой, можно найти в соответствующих разделах:</p>
<div class="hcmain_links_server">
<div class="help_links hcmain_docker">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/developer-edition/docker/index.aspx")%>">Решение для разработчиков<br />
для Docker</a>
</div>
<div class="help_links hcmain_linux">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/developer-edition/linux/index.aspx")%>">Решение для разработчиков<br />
для Linux</a>
</div>
<div class="help_links hcmain_windows">
<a href="<%=VirtualPathUtility.ToAbsolute("~/server/developer-edition/windows/index.aspx")%>">Решение для разработчиков<br />
для Windows</a>
</div>
</div>
</div>