File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 7
7
<div class =" sidebar w-64 md:block hidden flex-none pr-4 border-r border-gray-200 fixed bg-white overflow-y-auto top-0 bottom-0 mt-16 pt-6 pl-4 md:pl-0 z-10 md:z-auto" data-bind =" css: { hidden: !sidebarOpen() }, event: { click: handleSidebarClick }" >
8
8
<div class =" flex items-center" >
9
9
<span id =" sectionTitle" class =" group flex-grow items-center px-3 py-2 text-lg leading-5 font-bold text-gray-900" >{{ sectionTitle }} </span >
10
+
11
+ <span id =" algoliaSectionTitle" class =" hidden" >{% block algoliaSectionTitle %} {{ sectionTitle }} {% endblock %} </span >
12
+
10
13
<a href =" #" class =" md:hidden text-gray-400 hover:text-gray-500" data-bind =" click: closeSidebar" >
11
14
<svg class =" h-6 w-6" stroke =" currentColor" fill =" none" viewBox =" 0 0 24 24" >
12
15
<path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M6 18L18 6M6 6l12 12" />
Original file line number Diff line number Diff line change @@ -8,14 +8,16 @@ pageType: documentation
8
8
layout: null
9
9
eleventyComputed:
10
10
title: "{{ errorIdentifier .identifier }} "
11
- sectionTitle: Error Identifiers
11
+ sectionTitle: User Guide
12
12
---
13
13
14
14
{% extends " ../_layouts/_sidebar.njk" %}
15
15
16
16
{% block mainTitle %}{% endblock %}
17
17
{% block editPageLink %}{% endblock %}
18
18
19
+ {% block algoliaSectionTitle %} Error Identifiers{% endblock %}
20
+
19
21
{% block scripts %}
20
22
<script src =" /tmp/js/error-identifier-detail.ts" type =" module" ></script >
21
23
{% endblock %}
You can’t perform that action at this time.
0 commit comments