summaryrefslogtreecommitdiff
path: root/platform/darwin/docs/theme/templates/doc.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/docs/theme/templates/doc.mustache')
-rw-r--r--platform/darwin/docs/theme/templates/doc.mustache16
1 files changed, 9 insertions, 7 deletions
diff --git a/platform/darwin/docs/theme/templates/doc.mustache b/platform/darwin/docs/theme/templates/doc.mustache
index b16521a431..c558b1fc34 100644
--- a/platform/darwin/docs/theme/templates/doc.mustache
+++ b/platform/darwin/docs/theme/templates/doc.mustache
@@ -19,19 +19,21 @@
{{> header}}
- <p class="breadcrumbs">
- <a class="breadcrumb" href="{{path_to_root}}index.html">{{module_name}} Reference</a>
- <img class="carat" src="{{path_to_root}}img/carat.png" />
- {{name}} {{kind}} Reference
- </p>
+ <div class="breadcrumbs">
+ <div class="limiter">
+ <a class="breadcrumb" href="{{path_to_root}}index.html">{{module_name}} Reference</a>
+ <img class="carat" src="{{path_to_root}}img/carat.png" />
+ {{name}} {{kind}} Reference
+ </div>
+ </div>
- <div class="content-wrapper">
+ <div class="content-wrapper limiter">
{{> nav}}
<article class="main-content">
<section class="section">
<div class="section-content">
- {{^hide_name}}<h1>{{name}}</h1>{{/hide_name}}
+ {{^hide_name}}<a href="#/{{name}}"><h1 id="{{name}}">{{name}}<span class="anchor-icon" /></h1></a>{{/hide_name}}
{{#declaration}}
<div class="declaration">
<div class="language">