Moving /docs to /docs/home
This commit is contained in:
parent
9530e56176
commit
fe921190c7
|
@ -3,7 +3,7 @@
|
||||||
<h4>Getting Started</h4>
|
<h4>Getting Started</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="{% if page.title == "Welcome" %}current{% endif %}">
|
<li class="{% if page.title == "Welcome" %}current{% endif %}">
|
||||||
<a href="{{ site.url }}/docs">Welcome</a>
|
<a href="{{ site.url }}/docs/home">Welcome</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="{% if page.title == "Installation" %}current{% endif %}">
|
<li class="{% if page.title == "Installation" %}current{% endif %}">
|
||||||
<a href="{{ site.url }}/docs/installation">Installation</a>
|
<a href="{{ site.url }}/docs/installation">Installation</a>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<select onchange="if (this.value) window.location.href=this.value">
|
<select onchange="if (this.value) window.location.href=this.value">
|
||||||
<option value="">Navigate the docs…</option>
|
<option value="">Navigate the docs…</option>
|
||||||
<optgroup label="Getting started">
|
<optgroup label="Getting started">
|
||||||
<option value="{{ site.url }}/docs">Welcome</option>
|
<option value="{{ site.url }}/docs/home">Welcome</option>
|
||||||
<option value="{{ site.url }}/docs/installation">Installation</option>
|
<option value="{{ site.url }}/docs/installation">Installation</option>
|
||||||
<option value="{{ site.url }}/docs/usage">Basic Usage</option>
|
<option value="{{ site.url }}/docs/usage">Basic Usage</option>
|
||||||
<option value="{{ site.url }}/docs/structure">Directory structure</option>
|
<option value="{{ site.url }}/docs/structure">Directory structure</option>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
layout: docs
|
layout: docs
|
||||||
title: Welcome
|
title: Welcome
|
||||||
next_section: installation
|
next_section: installation
|
||||||
|
permalink: /docs/home/
|
||||||
---
|
---
|
||||||
|
|
||||||
This site aims to be a comprehensive guide to Jekyll. We’ll cover topics such
|
This site aims to be a comprehensive guide to Jekyll. We’ll cover topics such
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
title: Installation
|
title: Installation
|
||||||
prev_section: ""
|
prev_section: home
|
||||||
next_section: usage
|
next_section: usage
|
||||||
permalink: /docs/installation/
|
permalink: /docs/installation/
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue