Fixing minor bugs in documentation
parent
49d0ebc71d
commit
2a06a263bf
|
@ -5,7 +5,7 @@
|
|||
<script src="{{page.include_prefix}}assets/components.js"></script>
|
||||
<link rel="stylesheet" href="{{page.include_prefix}}components/demos.css">
|
||||
|
||||
<div class="mdl-components mdl-js-components">
|
||||
<div class="mdl-components mdl-js-components mdl-cell mdl-cell--12-col">
|
||||
<aside class="mdl-components__nav docs-text-styling">
|
||||
{% for category in page.categories %}
|
||||
<a href="#{{ category.name }}-section" class="mdl-components__link mdl-component {{ category.name }}">
|
||||
|
@ -26,7 +26,7 @@
|
|||
</aside>
|
||||
<main class="mdl-components__pages">
|
||||
{% for category in page.categories -%}
|
||||
<section id="{{ category.name }}-section" class="mdl-components__page mdl-grid mdl-cell mdl-cell--12-col">
|
||||
<section id="{{ category.name }}-section" class="mdl-components__page mdl-grid">
|
||||
<div class="mdl-cell mdl-cell--12-col">
|
||||
<span class="docs-text-styling">
|
||||
<div class="mdl-typography--display-3">{{ category.title }}</div>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<nav class="docs-navigation mdl-navigation mdl-js-ripple-effect">
|
||||
<nav class="docs-navigation mdl-navigation">
|
||||
<a href="{{page.include_prefix}}" class="mdl-navigation__link about">About</a>
|
||||
<a href="{{page.include_prefix}}started" class="mdl-navigation__link started">Getting Started</a>
|
||||
<a href="{{page.include_prefix}}templates" class="mdl-navigation__link templates">Templates</a>
|
||||
|
@ -82,7 +82,7 @@
|
|||
</header>
|
||||
<main class="docs-layout-content mdl-layout__content mdl-color-text--grey-600">
|
||||
<div class="content mdl-grid mdl-grid--no-spacing">
|
||||
<div class="subpageheader">{{page.title}}</div>
|
||||
<div class="subpageheader mdl-cell--12-col">{{page.title}}</div>
|
||||
{% block content %}
|
||||
{{content|safe}}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue