You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Styling adaptations can be kept simple, such as customising the colour scheme, or more comprehensive, such as creating an entirely new theme.</p>
58
68
<ol>
59
-
<li>Create a <code>templates/base.html</code> file to customise the layout.</li>
60
-
<li>Create a <code>css/base.css</code> file to override the default styles.</li>
61
-
<li>Create a <code>js/base.css</code> file to override the default scripts.</li>
69
+
<li>Modify <ahref="styling/#templates">the HTML templating</a> to customise the layout.</li>
70
+
<li>Override or add <ahref="styling/#statics">CSS and JavaScript</a> static assets.</li>
62
71
</ol>
63
-
<p>Simple <ahref="styling/">styling adaptations</a> include customising the colour scheme, the typography, or choosing the code highlighting style.</p>
<p>When building sites with multiple pages, use <code>index.md</code> or <code>README.md</code> for root URLs.</p>
38
-
<table>
39
-
<thead>
40
-
<tr>
41
-
<th><strong>File</strong></th>
42
-
<th><strong>URL</strong></th>
43
-
</tr>
44
-
</thead>
45
-
<tbody>
46
-
<tr>
47
-
<td><code>index.md</code></td>
48
-
<td><code>/</code></td>
49
-
</tr>
50
-
<tr>
51
-
<td><code>markdown.md</code></td>
52
-
<td><code>/markdown/</code></td>
53
-
</tr>
54
-
<tr>
55
-
<td><code>navigation.md</code></td>
56
-
<td><code>/navigation/</code></td>
57
-
</tr>
58
-
<tr>
59
-
<td><code>styling.md</code></td>
60
-
<td><code>/styling/</code></td>
61
-
</tr>
62
-
</tbody>
63
-
</table>
64
-
<p>Pages should use the <code>.md</code> file extension in order to be rendered as markdown. Other documents are served unmodified as <ahref="../styling/#media">media files</a>.</p>
38
+
<h1id="interlinking-navigation"><aclass="toclink" href="#interlinking-navigation">Interlinking & Navigation</a></h1>
39
+
<p>Navigation within your documentation is handled by using <ahref="#interlinking">document interlinking</a>, and optional <ahref="#navigation">site-wide navigation</a>.</p>
0 commit comments