Skip to content

Commit 978f916

Browse files
committed
docs bugfix class vs className 😱
[skip ci]
1 parent e38b3b7 commit 978f916

14 files changed

+16
-16
lines changed

‎docs/building/hello-world.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import {
4343

4444
## Introduction
4545

46-
<div class="api-stability alert alert--success">
46+
<div className="api-stability alert alert--success">
4747
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
4848
</div>
4949

‎docs/building/migrations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import {
4545

4646
## Introduction
4747

48-
<div class="api-stability alert alert--success">
48+
<div className="api-stability alert alert--success">
4949
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
5050
</div>
5151

‎docs/building/tinyorm.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import {
5353

5454
## Introduction
5555

56-
<div class="api-stability alert alert--success">
56+
<div className="api-stability alert alert--success">
5757
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
5858
</div>
5959

‎docs/database/getting-started.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import {
3232

3333
## Introduction
3434

35-
<div class="api-stability alert alert--success">
35+
<div className="api-stability alert alert--success">
3636
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
3737
</div>
3838

‎docs/database/migrations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import {
4848

4949
## Introduction
5050

51-
<div class="api-stability alert alert--success">
51+
<div className="api-stability alert alert--success">
5252
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
5353
</div>
5454

‎docs/database/query-builder.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import Link from '@docusaurus/Link'
4141

4242
## Introduction
4343

44-
<div class="api-stability alert alert--success">
44+
<div className="api-stability alert alert--success">
4545
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
4646
</div>
4747

‎docs/database/seeding.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Link from '@docusaurus/Link'
1616

1717
## Introduction
1818

19-
<div class="api-stability alert alert--success">
19+
<div className="api-stability alert alert--success">
2020
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
2121
</div>
2222

‎docs/stability.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ keywords: [c++ orm, tinyorm, features, modules, stability]
1212

1313
## Stability Indexes
1414

15-
<div class="api-stability alert alert--info">
15+
<div className="api-stability alert alert--info">
1616
__Stability: 0 - Experimental__ : The feature is still under development.<br/>
1717
<small>Currently, no module/feature is in this Stability Category.</small>
1818
</div>
1919

20-
<div class="api-stability alert alert--warning">
20+
<div className="api-stability alert alert--warning">
2121
__Stability: 1 - Preview__ : The feature is almost done, but still can contain some glitches.<br/>
2222
<small>Currently, only [TinyORM: Relationships](tinyorm/relationships.mdx) module is in this Stability Category, the reason why is described on its page.</small>
2323
</div>
2424

25-
<div class="api-stability alert alert--success">
25+
<div className="api-stability alert alert--success">
2626
__Stability: 2 - Stable__ : The feature is ready for __Production__ use, everything works as was intended.<br/>
2727
<small>All `TinyORM` other modules are considered Stable.</small>
2828
</div>

‎docs/tinydrivers/getting-started.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Link from '@docusaurus/Link'
1717

1818
## Introduction
1919

20-
<div class="api-stability alert alert--success">
20+
<div className="api-stability alert alert--success">
2121
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
2222
</div>
2323

‎docs/tinyorm/casts.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import Link from '@docusaurus/Link'
1818

1919
## Introduction
2020

21-
<div class="api-stability alert alert--success">
21+
<div className="api-stability alert alert--success">
2222
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
2323
</div>
2424

‎docs/tinyorm/collections.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Link from '@docusaurus/Link'
1515

1616
## Introduction
1717

18-
<div class="api-stability alert alert--success">
18+
<div className="api-stability alert alert--success">
1919
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
2020
</div>
2121

‎docs/tinyorm/getting-started.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import Link from '@docusaurus/Link'
3838

3939
## Introduction
4040

41-
<div class="api-stability alert alert--success">
41+
<div className="api-stability alert alert--success">
4242
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
4343
</div>
4444

‎docs/tinyorm/relationships.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import Link from '@docusaurus/Link'
3434

3535
## Introduction
3636

37-
<div class="api-stability alert alert--warning">
37+
<div className="api-stability alert alert--warning">
3838
<Link to='/stability#stability-indexes'>__Stability: 1__</Link> - Preview<br/>
3939
<small>High memory consumption during compilation using the `GCC` compiler if the number of TinyORM model instantiations with deep __Relationships__ is counting in hundreds or thousands (eg. like TinyORM functional tests). Generated executables are fine and are small. This is not a problem if only a few hundred instantiations are being done. Other compilers like `MSVC` or `Clang` are fine.</small>
4040
</div>

‎docs/tinyorm/serialization.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Link from '@docusaurus/Link'
1919

2020
## Introduction
2121

22-
<div class="api-stability alert alert--success">
22+
<div className="api-stability alert alert--success">
2323
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
2424
</div>
2525

0 commit comments

Comments
 (0)