Skip to content

Commit a03e1b7

Browse files
author
Martin Taillefer
committed
Navigation and aesthetic improvements.
1 parent 65b399d commit a03e1b7

File tree

7 files changed

+6
-22
lines changed

7 files changed

+6
-22
lines changed

_includes/doc-side-concepts-nav.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<li class="submenu">
55
<h6 class="arrow-r">What is Istio?</h6>
66
<div class="submenu-content">
7-
<a class="submenu-link {% if current[3] == 'context-and-overview.html' %}active{% endif %}" href="{{ site.baseurl }}/docs/concepts/context-and-overview.html">Context and Overview</a>
8-
<a class="submenu-link {% if current[3] == 'design-goals.html' %}active{% endif %}" href="{{ site.baseurl }}/docs/concepts/design-goals.html">Design Goals</a>
9-
<a class="submenu-link {% if current[3] == 'high-level-architecture.html' %}active{% endif %}" href="{{ site.baseurl }}/docs/concepts/high-level-architecture.html">High-Level Architecture</a>
7+
<a class="submenu-link {% if current[3] == 'overview.html' %}active{% endif %}" href="{{ site.baseurl }}/docs/concepts/overview.html">Overview</a>
8+
<a class="submenu-link {% if current[3] == 'goals.html' %}active{% endif %}" href="{{ site.baseurl }}/docs/concepts/goals.html">Goals</a>
9+
<a class="submenu-link {% if current[3] == 'architecture.html' %}active{% endif %}" href="{{ site.baseurl }}/docs/concepts/architecture.html">Architecture</a>
1010
</div>
1111
</li>
1212

_includes/hero.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22
<div class="container">
33
<img class="logo" src="{{ site.baseurl }}/img/logo.png" alt="Istio">
44
<h1 class="hero-lead">A service mesh for polyglot microservices</h1>
5-
<!-- <a href="{{ site.baseurl }}/docs"> -->
6-
<!-- <button class="btn btn-grpc waves-effect btn-hero">GET STARTED</button> -->
7-
<!-- </a> -->
8-
<!-- <button class="btn btn-floating waves-effect down-caret" data-target="landing-content"><div class="icon-caret"></div></button> -->
95
</div>
106
</div>

_includes/nav.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,5 @@
5555
<hr>
5656
<li class="nav-item"><a href="{{ site.baseurl }}/faq/" {% if current[1] == 'faq' %}class='current'{% endif %}><p>FAQ</p></a></li>
5757
</div>
58-
<div class="container">
59-
<div class="row">
60-
<div class="col-md-11 nofloat center-block">
61-
<div class="col-xs-12">
62-
<h1 class="page-headline">{{page.headline}}</h1>
63-
</div>
64-
</div>
65-
</div>
66-
</div>
6758

6859
</nav>

docs/concepts/design-goals.md renamed to docs/concepts/goals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type: markdown
88
---
99

1010
{% capture overview %}
11-
This page the core principles that guide Istio's design
11+
This page the core principles that guide Istio's design.
1212
{% endcapture %}
1313

1414
{% capture body %}

docs/concepts/context-and-overview.md renamed to docs/concepts/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Concepts and Overview
3-
headline: Concepts and Overview
2+
title: Context and Overview
3+
headline: Context and Overview
44
sidenav: doc-side-concepts-nav.html
55
bodyclass: docs
66
layout: docs

faq/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
<div class="container">
99
<div class="row">
1010
<div class="col-md-11 nofloat center-block">
11-
<!-- Constrain readable sections to 9 unit wide columns for improved readability. -->
1211
<div class="col-md-9 faq-container">
13-
<p class="lead">Here are some frequently asked questions. Hope you find your answer in here :-)</p>
14-
<h5 class="faq-title">Frequently Asked Questions</h5>
1512
<ul class="list-unstyled">
1613
<li class="submenu">
1714
<h6 class="arrow-r">What is Istio?</h6>

0 commit comments

Comments
 (0)