Skip to content

Commit 4117028

Browse files
authored
Don't collapse Lightning API section (#10545)
1 parent de7ef41 commit 4117028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% block footer %}
55
{{ super() }}
66
<script script type="text/javascript">
7-
var collapsedSections = ['Best practices', 'Lightning API', 'Optional extensions', 'Tutorials', 'API References', 'Bolts', 'Examples', 'Partner Domain Frameworks', 'Community'];
7+
var collapsedSections = ['Best practices', 'Optional extensions', 'Tutorials', 'API References', 'Bolts', 'Examples', 'Partner Domain Frameworks', 'Community'];
88
</script>
99

1010
{% endblock %}

0 commit comments

Comments
 (0)