helpcenter/Web/Controls/Help/Server/DeveloperEdition/Windows/DeveloperEdition.ascx
2017-10-31 17:04:22 +03:00

26 lines
1.3 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Developer Edition";
MetaKeyWords = "";
MetaDescription = "Developer Edition documentation articles.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1>Developer Edition</h1>
<h2>Installation</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150004_developer_windows_installation/150004_developer_windows_installation.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150007_install_cluster_windows/150007_install_cluster_windows.ascx" /></li>
</ul>
<h2>Configuring</h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150008_switch_to_https/150008_switch_to_https.ascx" /></li>
</ul>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/SeeAlsoLists/SeeAlsoList_windows_Document_Server/SeeAlsoList_windows_Document_Server.ascx" />
</div>