Merge "move config-reference.html to /configuration/"
This commit is contained in:
commit
3c2b6173bd
@ -1,7 +1,7 @@
|
||||
{% set series = 'latest' %}
|
||||
{% set projects = PROJECT_DATA[series] %}
|
||||
{% set scriptdir = './common/js/' %}
|
||||
{% set cssdir = './common/css/' %}
|
||||
{% set scriptdir = '../common/js/' %}
|
||||
{% set cssdir = '../common/css/' %}
|
||||
{% extends "templates/base.tmpl" %}
|
||||
{% block pagetitle %}Configuration Guides{% endblock %}
|
||||
{% block title %}
|
@ -66,7 +66,7 @@
|
||||
</div>
|
||||
<div class="docs-link-sections">
|
||||
<h3 id="configuration-guides"><i class="fa fa-wrench"></i>Draft Configuration Guides</h3>
|
||||
<a href="config-reference.html">Configuration Reference</a>
|
||||
<a href="/configuration/">Configuration Reference</a>
|
||||
</div>
|
||||
<div class="docs-link-sections">
|
||||
<h3 id="ops-and-admin-guides"><i class="fa fa-users"></i>Draft Operations and Administration Guides</h3>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<body>
|
||||
<ul>
|
||||
<li><a href="www/index.html">/index.html</a></li>
|
||||
<li><a href="www/config-reference.html">/config-reference.html</a></li>
|
||||
<li><a href="www/configuration/index.html">/configuration/index.html</a></li>
|
||||
<li><a href="www/draft/draft-index.html">/draft/draft-index.html</a></li>
|
||||
<li><a href="www/errorpage.html">/errorpage.html</a></li>
|
||||
<li><a href="www/api/">/api/index.html</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user