mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-04-25 18:31:46 -05:00
docs bugfix class vs className 😱
[skip ci]
This commit is contained in:
@@ -43,7 +43,7 @@ import {
|
||||
|
||||
## Introduction
|
||||
|
||||
<div class="api-stability alert alert--success">
|
||||
<div className="api-stability alert alert--success">
|
||||
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
|
||||
</div>
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ import {
|
||||
|
||||
## Introduction
|
||||
|
||||
<div class="api-stability alert alert--success">
|
||||
<div className="api-stability alert alert--success">
|
||||
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
|
||||
</div>
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ import {
|
||||
|
||||
## Introduction
|
||||
|
||||
<div class="api-stability alert alert--success">
|
||||
<div className="api-stability alert alert--success">
|
||||
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
|
||||
</div>
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ import {
|
||||
|
||||
## Introduction
|
||||
|
||||
<div class="api-stability alert alert--success">
|
||||
<div className="api-stability alert alert--success">
|
||||
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
|
||||
</div>
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ import {
|
||||
|
||||
## Introduction
|
||||
|
||||
<div class="api-stability alert alert--success">
|
||||
<div className="api-stability alert alert--success">
|
||||
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
|
||||
</div>
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ import Link from '@docusaurus/Link'
|
||||
|
||||
## Introduction
|
||||
|
||||
<div class="api-stability alert alert--success">
|
||||
<div className="api-stability alert alert--success">
|
||||
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
|
||||
</div>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ import Link from '@docusaurus/Link'
|
||||
|
||||
## Introduction
|
||||
|
||||
<div class="api-stability alert alert--success">
|
||||
<div className="api-stability alert alert--success">
|
||||
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
|
||||
</div>
|
||||
|
||||
|
||||
+3
-3
@@ -12,17 +12,17 @@ keywords: [c++ orm, tinyorm, features, modules, stability]
|
||||
|
||||
## Stability Indexes
|
||||
|
||||
<div class="api-stability alert alert--info">
|
||||
<div className="api-stability alert alert--info">
|
||||
__Stability: 0 - Experimental__ : The feature is still under development.<br/>
|
||||
<small>Currently, no module/feature is in this Stability Category.</small>
|
||||
</div>
|
||||
|
||||
<div class="api-stability alert alert--warning">
|
||||
<div className="api-stability alert alert--warning">
|
||||
__Stability: 1 - Preview__ : The feature is almost done, but still can contain some glitches.<br/>
|
||||
<small>Currently, only [TinyORM: Relationships](tinyorm/relationships.mdx) module is in this Stability Category, the reason why is described on its page.</small>
|
||||
</div>
|
||||
|
||||
<div class="api-stability alert alert--success">
|
||||
<div className="api-stability alert alert--success">
|
||||
__Stability: 2 - Stable__ : The feature is ready for __Production__ use, everything works as was intended.<br/>
|
||||
<small>All `TinyORM` other modules are considered Stable.</small>
|
||||
</div>
|
||||
|
||||
@@ -17,7 +17,7 @@ import Link from '@docusaurus/Link'
|
||||
|
||||
## Introduction
|
||||
|
||||
<div class="api-stability alert alert--success">
|
||||
<div className="api-stability alert alert--success">
|
||||
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
|
||||
</div>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ import Link from '@docusaurus/Link'
|
||||
|
||||
## Introduction
|
||||
|
||||
<div class="api-stability alert alert--success">
|
||||
<div className="api-stability alert alert--success">
|
||||
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
|
||||
</div>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ import Link from '@docusaurus/Link'
|
||||
|
||||
## Introduction
|
||||
|
||||
<div class="api-stability alert alert--success">
|
||||
<div className="api-stability alert alert--success">
|
||||
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
|
||||
</div>
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ import Link from '@docusaurus/Link'
|
||||
|
||||
## Introduction
|
||||
|
||||
<div class="api-stability alert alert--success">
|
||||
<div className="api-stability alert alert--success">
|
||||
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
|
||||
</div>
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ import Link from '@docusaurus/Link'
|
||||
|
||||
## Introduction
|
||||
|
||||
<div class="api-stability alert alert--warning">
|
||||
<div className="api-stability alert alert--warning">
|
||||
<Link to='/stability#stability-indexes'>__Stability: 1__</Link> - Preview<br/>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
@@ -19,7 +19,7 @@ import Link from '@docusaurus/Link'
|
||||
|
||||
## Introduction
|
||||
|
||||
<div class="api-stability alert alert--success">
|
||||
<div className="api-stability alert alert--success">
|
||||
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user