Skip to content

Commit 03ac1ad

Browse files
committed
feat(app): Add specific id in each html section
fix #1241
1 parent 03602fa commit 03ac1ad

16 files changed

+17
-17
lines changed

src/templates/partials/block-accessors.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section>
1+
<section data-compodoc="block-accessors">
22
<h3 id="accessors">
33
{{t "accessors" }}
44
</h3>

src/templates/partials/block-constructor.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section>
1+
<section data-compodoc="block-constructor">
22
<h3 id="constructor">{{t "constructor" }}</h3>
33
<table class="table table-sm table-bordered">
44
<tbody>

src/templates/partials/block-enum.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section>
1+
<section data-compodoc="block-enums">
22
{{#each enums}}
33
<table class="table table-sm table-bordered">
44
<tbody>

src/templates/partials/block-host-listener.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section>
1+
<section data-compodoc="block-host-listener">
22
{{#ifString title}}<h3>{{title}}</h3>{{else}}
33
<h3 id="methods">
44
{{t "methods" }}

src/templates/partials/block-index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section>
1+
<section data-compodoc="block-indexables">
22
<h3 id="inputs">{{#if title}}{{title}}{{else}}{{t "indexable" }}{{/if}}</h3>
33
{{#each indexables}}
44
<table class="table table-sm table-bordered">

src/templates/partials/block-input.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section>
1+
<section data-compodoc="block-inputs">
22
<h3 id="inputs">{{t "inputs" }}</h3>
33
{{#each element.inputsClass}}
44
<table class="table table-sm table-bordered">

src/templates/partials/block-method.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section>
1+
<section data-compodoc="block-methods">
22
{{#ifString title}}<h3>{{title}}</h3>{{else}}
33
<h3 id="methods">
44
{{t "methods" }}

src/templates/partials/block-output.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section>
1+
<section data-compodoc="block-outputs">
22
<h3 id="outputs">{{t "outputs" }}</h3>
33
{{#each element.outputsClass}}
44
<table class="table table-sm table-bordered">

src/templates/partials/block-property.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section>
1+
<section data-compodoc="block-properties">
22
{{#ifString title}}<h3>{{title}}</h3>{{else}}
33
<h3 id="inputs">
44
{{t "properties" }}

src/templates/partials/block-typealias.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section>
1+
<section data-compodoc="block-typealias">
22
{{#each typealias}}
33
<table class="table table-sm table-bordered">
44
<tbody>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy