File tree Expand file tree Collapse file tree 7 files changed +6
-22
lines changed Expand file tree Collapse file tree 7 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 4
4
< li class ="submenu ">
5
5
< h6 class ="arrow-r "> What is Istio?</ h6 >
6
6
< 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 >
10
10
</ div >
11
11
</ li >
12
12
Original file line number Diff line number Diff line change 2
2
< div class ="container ">
3
3
< img class ="logo " src ="{{ site.baseurl }}/img/logo.png " alt ="Istio ">
4
4
< 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> -->
9
5
</ div >
10
6
</ div >
Original file line number Diff line number Diff line change 55
55
< hr >
56
56
< li class ="nav-item "> < a href ="{{ site.baseurl }}/faq/ " {% if current[1] == 'faq ' %}class ='current '{% endif %} > < p > FAQ</ p > </ a > </ li >
57
57
</ 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 >
67
58
68
59
</ nav >
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ type: markdown
8
8
---
9
9
10
10
{% capture overview %}
11
- This page the core principles that guide Istio's design
11
+ This page the core principles that guide Istio's design.
12
12
{% endcapture %}
13
13
14
14
{% capture body %}
Original file line number Diff line number Diff line change 1
1
---
2
- title : Concepts and Overview
3
- headline : Concepts and Overview
2
+ title : Context and Overview
3
+ headline : Context and Overview
4
4
sidenav : doc-side-concepts-nav.html
5
5
bodyclass : docs
6
6
layout : docs
Original file line number Diff line number Diff line change 8
8
< div class ="container ">
9
9
< div class ="row ">
10
10
< div class ="col-md-11 nofloat center-block ">
11
- <!-- Constrain readable sections to 9 unit wide columns for improved readability. -->
12
11
< 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 >
15
12
< ul class ="list-unstyled ">
16
13
< li class ="submenu ">
17
14
< h6 class ="arrow-r "> What is Istio?</ h6 >
You can’t perform that action at this time.
0 commit comments