From e2917b30019cd9b87e78df8c7740982406206b74 Mon Sep 17 00:00:00 2001 From: silverqx Date: Fri, 16 Aug 2024 09:24:13 +0200 Subject: [PATCH] Deploy website - based on c76c692ce1c129f1a21ccfc48aa5498fd450167b --- 404.html | 2 +- assets/js/b4f71b2f.9fe3fb67.js | 1 - assets/js/b4f71b2f.af30ffa7.js | 1 + .../js/{runtime~main.c4183dc1.js => runtime~main.2fc83ba1.js} | 2 +- building/hello-world.html | 2 +- building/migrations.html | 2 +- building/tinyorm.html | 2 +- database/getting-started.html | 2 +- database/migrations.html | 2 +- database/query-builder.html | 2 +- database/seeding.html | 2 +- dependencies.html | 2 +- features-summary.html | 2 +- index.html | 2 +- search.html | 2 +- sponsors.html | 2 +- stability.html | 4 ++-- supported-compilers.html | 2 +- tinydrivers/getting-started.html | 2 +- tinyorm/casts.html | 2 +- tinyorm/collections.html | 2 +- tinyorm/getting-started.html | 2 +- tinyorm/relationships.html | 2 +- tinyorm/serialization.html | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 assets/js/b4f71b2f.9fe3fb67.js create mode 100644 assets/js/b4f71b2f.af30ffa7.js rename assets/js/{runtime~main.c4183dc1.js => runtime~main.2fc83ba1.js} (98%) diff --git a/404.html b/404.html index f9d06299b..0cbbaf40b 100644 --- a/404.html +++ b/404.html @@ -14,7 +14,7 @@ - + diff --git a/assets/js/b4f71b2f.9fe3fb67.js b/assets/js/b4f71b2f.9fe3fb67.js deleted file mode 100644 index b309d4284..000000000 --- a/assets/js/b4f71b2f.9fe3fb67.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunktinyorm_org=self.webpackChunktinyorm_org||[]).push([[205],{4218:(e,i,t)=>{t.r(i),t.d(i,{assets:()=>o,contentTitle:()=>l,default:()=>b,frontMatter:()=>r,metadata:()=>a,toc:()=>d});var s=t(4848),n=t(8453);const r={sidebar_position:7,sidebar_label:"\ud83d\udea9 Stability",hide_table_of_contents:!0,description:"Describes and summarizes Stability Indexes for TinyORM library.",keywords:["c++ orm","tinyorm","features","modules","stability"]},l="Stability",a={id:"stability",title:"Stability",description:"Describes and summarizes Stability Indexes for TinyORM library.",source:"@site/docs/stability.mdx",sourceDirName:".",slug:"/stability",permalink:"/stability",draft:!1,unlisted:!1,tags:[],version:"current",sidebarPosition:7,frontMatter:{sidebar_position:7,sidebar_label:"\ud83d\udea9 Stability",hide_table_of_contents:!0,description:"Describes and summarizes Stability Indexes for TinyORM library.",keywords:["c++ orm","tinyorm","features","modules","stability"]},sidebar:"tinyormSidebar",previous:{title:"Migrations",permalink:"/building/migrations"},next:{title:"\ud83d\udcc4 Features Summary",permalink:"/features-summary"}},o={},d=[{value:"Stability Indexes",id:"stability-indexes",level:2}];function c(e){const i={a:"a",code:"code",h1:"h1",h2:"h2",li:"li",p:"p",strong:"strong",ul:"ul",...(0,n.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(i.h1,{id:"stability",children:"Stability"}),"\n",(0,s.jsxs)(i.ul,{children:["\n",(0,s.jsx)(i.li,{children:(0,s.jsx)(i.a,{href:"#stability-index",children:"Stability Indexes"})}),"\n"]}),"\n",(0,s.jsx)(i.h2,{id:"stability-indexes",children:"Stability Indexes"}),"\n",(0,s.jsx)("div",{class:"api-stability alert alert--info",children:(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.strong,{children:"Stability: 0 - Experimental"})," : The feature is still under development.",(0,s.jsx)("br",{}),"\n",(0,s.jsx)("small",{children:"Currently, no module/feature is in this Stability Category."})]})}),"\n",(0,s.jsx)("div",{class:"api-stability alert alert--warning",children:(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.strong,{children:"Stability: 1 - Preview"})," : The feature is almost done, but still can contain some glitches.",(0,s.jsx)("br",{}),"\n",(0,s.jsxs)("small",{children:["Currently, only ",(0,s.jsx)(i.a,{href:"/tinyorm/relationships",children:"TinyORM: Relationships"})," module is in this Stability Category, the reason why is described on its page."]})]})}),"\n",(0,s.jsx)("div",{class:"api-stability alert alert--success",children:(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.strong,{children:"Stability: 2 - Stable"})," : The feature is ready for ",(0,s.jsx)(i.strong,{children:"Production"})," use, everything works as was intended.",(0,s.jsx)("br",{}),"\n",(0,s.jsxs)("small",{children:["All ",(0,s.jsx)(i.code,{children:"TinyORM"})," other modules are considered Stable."]})]})})]})}function b(e={}){const{wrapper:i}={...(0,n.R)(),...e.components};return i?(0,s.jsx)(i,{...e,children:(0,s.jsx)(c,{...e})}):c(e)}},8453:(e,i,t)=>{t.d(i,{R:()=>l,x:()=>a});var s=t(6540);const n={},r=s.createContext(n);function l(e){const i=s.useContext(r);return s.useMemo((function(){return"function"==typeof e?e(i):{...i,...e}}),[i,e])}function a(e){let i;return i=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:l(e.components),s.createElement(r.Provider,{value:i},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/b4f71b2f.af30ffa7.js b/assets/js/b4f71b2f.af30ffa7.js new file mode 100644 index 000000000..4c9adc99b --- /dev/null +++ b/assets/js/b4f71b2f.af30ffa7.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktinyorm_org=self.webpackChunktinyorm_org||[]).push([[205],{4218:(e,i,t)=>{t.r(i),t.d(i,{assets:()=>o,contentTitle:()=>l,default:()=>b,frontMatter:()=>r,metadata:()=>a,toc:()=>d});var s=t(4848),n=t(8453);const r={sidebar_position:7,sidebar_label:"\ud83d\udea9 Stability",hide_table_of_contents:!0,description:"Describes and summarizes Stability Indexes for TinyORM library.",keywords:["c++ orm","tinyorm","features","modules","stability"]},l="Stability",a={id:"stability",title:"Stability",description:"Describes and summarizes Stability Indexes for TinyORM library.",source:"@site/docs/stability.mdx",sourceDirName:".",slug:"/stability",permalink:"/stability",draft:!1,unlisted:!1,tags:[],version:"current",sidebarPosition:7,frontMatter:{sidebar_position:7,sidebar_label:"\ud83d\udea9 Stability",hide_table_of_contents:!0,description:"Describes and summarizes Stability Indexes for TinyORM library.",keywords:["c++ orm","tinyorm","features","modules","stability"]},sidebar:"tinyormSidebar",previous:{title:"Migrations",permalink:"/building/migrations"},next:{title:"\ud83d\udcc4 Features Summary",permalink:"/features-summary"}},o={},d=[{value:"Stability Indexes",id:"stability-indexes",level:2}];function c(e){const i={a:"a",code:"code",h1:"h1",h2:"h2",li:"li",p:"p",strong:"strong",ul:"ul",...(0,n.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(i.h1,{id:"stability",children:"Stability"}),"\n",(0,s.jsxs)(i.ul,{children:["\n",(0,s.jsx)(i.li,{children:(0,s.jsx)(i.a,{href:"#stability-indexes",children:"Stability Indexes"})}),"\n"]}),"\n",(0,s.jsx)(i.h2,{id:"stability-indexes",children:"Stability Indexes"}),"\n",(0,s.jsx)("div",{class:"api-stability alert alert--info",children:(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.strong,{children:"Stability: 0 - Experimental"})," : The feature is still under development.",(0,s.jsx)("br",{}),"\n",(0,s.jsx)("small",{children:"Currently, no module/feature is in this Stability Category."})]})}),"\n",(0,s.jsx)("div",{class:"api-stability alert alert--warning",children:(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.strong,{children:"Stability: 1 - Preview"})," : The feature is almost done, but still can contain some glitches.",(0,s.jsx)("br",{}),"\n",(0,s.jsxs)("small",{children:["Currently, only ",(0,s.jsx)(i.a,{href:"/tinyorm/relationships",children:"TinyORM: Relationships"})," module is in this Stability Category, the reason why is described on its page."]})]})}),"\n",(0,s.jsx)("div",{class:"api-stability alert alert--success",children:(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.strong,{children:"Stability: 2 - Stable"})," : The feature is ready for ",(0,s.jsx)(i.strong,{children:"Production"})," use, everything works as was intended.",(0,s.jsx)("br",{}),"\n",(0,s.jsxs)("small",{children:["All ",(0,s.jsx)(i.code,{children:"TinyORM"})," other modules are considered Stable."]})]})})]})}function b(e={}){const{wrapper:i}={...(0,n.R)(),...e.components};return i?(0,s.jsx)(i,{...e,children:(0,s.jsx)(c,{...e})}):c(e)}},8453:(e,i,t)=>{t.d(i,{R:()=>l,x:()=>a});var s=t(6540);const n={},r=s.createContext(n);function l(e){const i=s.useContext(r);return s.useMemo((function(){return"function"==typeof e?e(i):{...i,...e}}),[i,e])}function a(e){let i;return i=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:l(e.components),s.createElement(r.Provider,{value:i},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.c4183dc1.js b/assets/js/runtime~main.2fc83ba1.js similarity index 98% rename from assets/js/runtime~main.c4183dc1.js rename to assets/js/runtime~main.2fc83ba1.js index 448ecc6f0..afc24995a 100644 --- a/assets/js/runtime~main.c4183dc1.js +++ b/assets/js/runtime~main.2fc83ba1.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,t,r,o,f={},n={};function c(e){var a=n[e];if(void 0!==a)return a.exports;var t=n[e]={exports:{}};return f[e].call(t.exports,t,t.exports,c),t.exports}c.m=f,e=[],c.O=(a,t,r,o)=>{if(!t){var f=1/0;for(i=0;i=o)&&Object.keys(c.O).every((e=>c.O[e](t[d])))?t.splice(d--,1):(n=!1,o0&&e[i-1][2]>o;i--)e[i]=e[i-1];e[i]=[t,r,o]},c.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return c.d(a,{a:a}),a},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,c.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if("object"==typeof e&&e){if(4&r&&e.__esModule)return e;if(16&r&&"function"==typeof e.then)return e}var o=Object.create(null);c.r(o);var f={};a=a||[null,t({}),t([]),t(t)];for(var n=2&r&&e;"object"==typeof n&&!~a.indexOf(n);n=t(n))Object.getOwnPropertyNames(n).forEach((a=>f[a]=()=>e[a]));return f.default=()=>e,c.d(o,f),o},c.d=(e,a)=>{for(var t in a)c.o(a,t)&&!c.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:a[t]})},c.f={},c.e=e=>Promise.all(Object.keys(c.f).reduce(((a,t)=>(c.f[t](e,a),a)),[])),c.u=e=>"assets/js/"+({27:"d459b1c4",48:"a94703ab",69:"e19c288b",82:"5b254f70",98:"a7bd4aaa",117:"3dd307b5",129:"8a8faf8d",138:"1a4e3797",153:"1222ea4e",170:"ba3d4959",205:"b4f71b2f",258:"cb1e72f9",295:"21dc2778",304:"62a1276f",395:"0ab078a9",401:"17896441",467:"e3ac21cb",485:"59b1a96c",567:"22dd74f7",638:"7333c691",647:"5e95c892",742:"aba21aa0",755:"a4d3e054",871:"fb313d4e",957:"c141421f",983:"feaee7f3",995:"cbe663fe"}[e]||e)+"."+{27:"431acd58",48:"2ad1c777",69:"d0c41dce",82:"d6445683",98:"80cc43c0",117:"7f7edc87",129:"c1f86db1",138:"1fc0de54",153:"a36e63d0",170:"ef27b442",205:"9fe3fb67",237:"d109f2ba",258:"206d093e",295:"d15c2f87",304:"2590df53",395:"06fcc850",401:"7e577731",416:"a3ad28f7",446:"d7af1da2",462:"0011555c",467:"5bbce64e",485:"19376fa2",567:"e3956fac",638:"1ebcbeee",647:"7024aad0",742:"cb1d9d7d",755:"c5c4fcd6",871:"2fcd3c4b",913:"3fa60236",957:"2356f0d5",983:"e63c6b5d",995:"81a87eec"}[e]+".js",c.miniCssF=e=>{},c.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),c.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),r={},o="tinyorm.org:",c.l=(e,a,t,f)=>{if(r[e])r[e].push(a);else{var n,d;if(void 0!==t)for(var b=document.getElementsByTagName("script"),i=0;i{n.onerror=n.onload=null,clearTimeout(s);var o=r[e];if(delete r[e],n.parentNode&&n.parentNode.removeChild(n),o&&o.forEach((e=>e(t))),a)return a(t)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:n}),12e4);n.onerror=l.bind(null,n.onerror),n.onload=l.bind(null,n.onload),d&&document.head.appendChild(n)}},c.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},c.p="/",c.gca=function(e){return e={17896441:"401",d459b1c4:"27",a94703ab:"48",e19c288b:"69","5b254f70":"82",a7bd4aaa:"98","3dd307b5":"117","8a8faf8d":"129","1a4e3797":"138","1222ea4e":"153",ba3d4959:"170",b4f71b2f:"205",cb1e72f9:"258","21dc2778":"295","62a1276f":"304","0ab078a9":"395",e3ac21cb:"467","59b1a96c":"485","22dd74f7":"567","7333c691":"638","5e95c892":"647",aba21aa0:"742",a4d3e054:"755",fb313d4e:"871",c141421f:"957",feaee7f3:"983",cbe663fe:"995"}[e]||e,c.p+c.u(e)},(()=>{var e={354:0,869:0};c.f.j=(a,t)=>{var r=c.o(e,a)?e[a]:void 0;if(0!==r)if(r)t.push(r[2]);else if(/^(354|869)$/.test(a))e[a]=0;else{var o=new Promise(((t,o)=>r=e[a]=[t,o]));t.push(r[2]=o);var f=c.p+c.u(a),n=new Error;c.l(f,(t=>{if(c.o(e,a)&&(0!==(r=e[a])&&(e[a]=void 0),r)){var o=t&&("load"===t.type?"missing":t.type),f=t&&t.target&&t.target.src;n.message="Loading chunk "+a+" failed.\n("+o+": "+f+")",n.name="ChunkLoadError",n.type=o,n.request=f,r[1](n)}}),"chunk-"+a,a)}},c.O.j=a=>0===e[a];var a=(a,t)=>{var r,o,f=t[0],n=t[1],d=t[2],b=0;if(f.some((a=>0!==e[a]))){for(r in n)c.o(n,r)&&(c.m[r]=n[r]);if(d)var i=d(c)}for(a&&a(t);b{"use strict";var e,a,t,r,o,f={},n={};function c(e){var a=n[e];if(void 0!==a)return a.exports;var t=n[e]={exports:{}};return f[e].call(t.exports,t,t.exports,c),t.exports}c.m=f,e=[],c.O=(a,t,r,o)=>{if(!t){var f=1/0;for(i=0;i=o)&&Object.keys(c.O).every((e=>c.O[e](t[d])))?t.splice(d--,1):(n=!1,o0&&e[i-1][2]>o;i--)e[i]=e[i-1];e[i]=[t,r,o]},c.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return c.d(a,{a:a}),a},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,c.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if("object"==typeof e&&e){if(4&r&&e.__esModule)return e;if(16&r&&"function"==typeof e.then)return e}var o=Object.create(null);c.r(o);var f={};a=a||[null,t({}),t([]),t(t)];for(var n=2&r&&e;"object"==typeof n&&!~a.indexOf(n);n=t(n))Object.getOwnPropertyNames(n).forEach((a=>f[a]=()=>e[a]));return f.default=()=>e,c.d(o,f),o},c.d=(e,a)=>{for(var t in a)c.o(a,t)&&!c.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:a[t]})},c.f={},c.e=e=>Promise.all(Object.keys(c.f).reduce(((a,t)=>(c.f[t](e,a),a)),[])),c.u=e=>"assets/js/"+({27:"d459b1c4",48:"a94703ab",69:"e19c288b",82:"5b254f70",98:"a7bd4aaa",117:"3dd307b5",129:"8a8faf8d",138:"1a4e3797",153:"1222ea4e",170:"ba3d4959",205:"b4f71b2f",258:"cb1e72f9",295:"21dc2778",304:"62a1276f",395:"0ab078a9",401:"17896441",467:"e3ac21cb",485:"59b1a96c",567:"22dd74f7",638:"7333c691",647:"5e95c892",742:"aba21aa0",755:"a4d3e054",871:"fb313d4e",957:"c141421f",983:"feaee7f3",995:"cbe663fe"}[e]||e)+"."+{27:"431acd58",48:"2ad1c777",69:"d0c41dce",82:"d6445683",98:"80cc43c0",117:"7f7edc87",129:"c1f86db1",138:"1fc0de54",153:"a36e63d0",170:"ef27b442",205:"af30ffa7",237:"d109f2ba",258:"206d093e",295:"d15c2f87",304:"2590df53",395:"06fcc850",401:"7e577731",416:"a3ad28f7",446:"d7af1da2",462:"0011555c",467:"5bbce64e",485:"19376fa2",567:"e3956fac",638:"1ebcbeee",647:"7024aad0",742:"cb1d9d7d",755:"c5c4fcd6",871:"2fcd3c4b",913:"3fa60236",957:"2356f0d5",983:"e63c6b5d",995:"81a87eec"}[e]+".js",c.miniCssF=e=>{},c.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),c.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),r={},o="tinyorm.org:",c.l=(e,a,t,f)=>{if(r[e])r[e].push(a);else{var n,d;if(void 0!==t)for(var b=document.getElementsByTagName("script"),i=0;i{n.onerror=n.onload=null,clearTimeout(s);var o=r[e];if(delete r[e],n.parentNode&&n.parentNode.removeChild(n),o&&o.forEach((e=>e(t))),a)return a(t)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:n}),12e4);n.onerror=l.bind(null,n.onerror),n.onload=l.bind(null,n.onload),d&&document.head.appendChild(n)}},c.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},c.p="/",c.gca=function(e){return e={17896441:"401",d459b1c4:"27",a94703ab:"48",e19c288b:"69","5b254f70":"82",a7bd4aaa:"98","3dd307b5":"117","8a8faf8d":"129","1a4e3797":"138","1222ea4e":"153",ba3d4959:"170",b4f71b2f:"205",cb1e72f9:"258","21dc2778":"295","62a1276f":"304","0ab078a9":"395",e3ac21cb:"467","59b1a96c":"485","22dd74f7":"567","7333c691":"638","5e95c892":"647",aba21aa0:"742",a4d3e054:"755",fb313d4e:"871",c141421f:"957",feaee7f3:"983",cbe663fe:"995"}[e]||e,c.p+c.u(e)},(()=>{var e={354:0,869:0};c.f.j=(a,t)=>{var r=c.o(e,a)?e[a]:void 0;if(0!==r)if(r)t.push(r[2]);else if(/^(354|869)$/.test(a))e[a]=0;else{var o=new Promise(((t,o)=>r=e[a]=[t,o]));t.push(r[2]=o);var f=c.p+c.u(a),n=new Error;c.l(f,(t=>{if(c.o(e,a)&&(0!==(r=e[a])&&(e[a]=void 0),r)){var o=t&&("load"===t.type?"missing":t.type),f=t&&t.target&&t.target.src;n.message="Loading chunk "+a+" failed.\n("+o+": "+f+")",n.name="ChunkLoadError",n.type=o,n.request=f,r[1](n)}}),"chunk-"+a,a)}},c.O.j=a=>0===e[a];var a=(a,t)=>{var r,o,f=t[0],n=t[1],d=t[2],b=0;if(f.some((a=>0!==e[a]))){for(r in n)c.o(n,r)&&(c.m[r]=n[r]);if(d)var i=d(c)}for(a&&a(t);bgtag("config","AW-989655383"),gtag("event","conversion",{send_to:"AW-989655383/vDYzCM--ks4DENfi89cD"}) - + diff --git a/building/migrations.html b/building/migrations.html index b3e787149..97dc4c666 100644 --- a/building/migrations.html +++ b/building/migrations.html @@ -14,7 +14,7 @@ - + diff --git a/building/tinyorm.html b/building/tinyorm.html index 350456369..d5615aa46 100644 --- a/building/tinyorm.html +++ b/building/tinyorm.html @@ -14,7 +14,7 @@ - + diff --git a/database/getting-started.html b/database/getting-started.html index 57879773c..ecbbc3ab3 100644 --- a/database/getting-started.html +++ b/database/getting-started.html @@ -14,7 +14,7 @@ - + diff --git a/database/migrations.html b/database/migrations.html index 9672ba06b..37a4d01d0 100644 --- a/database/migrations.html +++ b/database/migrations.html @@ -14,7 +14,7 @@ - + diff --git a/database/query-builder.html b/database/query-builder.html index 82b849e73..cb12214ae 100644 --- a/database/query-builder.html +++ b/database/query-builder.html @@ -14,7 +14,7 @@ - + diff --git a/database/seeding.html b/database/seeding.html index 6a59e28b0..9a4bfe1d7 100644 --- a/database/seeding.html +++ b/database/seeding.html @@ -14,7 +14,7 @@ - + diff --git a/dependencies.html b/dependencies.html index 7b39fa54f..3ce7d301e 100644 --- a/dependencies.html +++ b/dependencies.html @@ -14,7 +14,7 @@ - + diff --git a/features-summary.html b/features-summary.html index a27b22060..6612fe9da 100644 --- a/features-summary.html +++ b/features-summary.html @@ -14,7 +14,7 @@ - + diff --git a/index.html b/index.html index 8c4ec46df..9683e6904 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ - + diff --git a/search.html b/search.html index 0636bd0ef..d3ebecca6 100644 --- a/search.html +++ b/search.html @@ -14,7 +14,7 @@ - + diff --git a/sponsors.html b/sponsors.html index 021e6b02d..1151abcc9 100644 --- a/sponsors.html +++ b/sponsors.html @@ -14,7 +14,7 @@ - + diff --git a/stability.html b/stability.html index 0e668d18f..123a096b6 100644 --- a/stability.html +++ b/stability.html @@ -14,13 +14,13 @@ - +

Stability

Stability Indexes

Stability: 0 - Experimental : The feature is still under development.
diff --git a/supported-compilers.html b/supported-compilers.html index 1816f6fc5..369876b60 100644 --- a/supported-compilers.html +++ b/supported-compilers.html @@ -14,7 +14,7 @@ - + diff --git a/tinydrivers/getting-started.html b/tinydrivers/getting-started.html index 75503d104..f44f6ca9a 100644 --- a/tinydrivers/getting-started.html +++ b/tinydrivers/getting-started.html @@ -14,7 +14,7 @@ - + diff --git a/tinyorm/casts.html b/tinyorm/casts.html index 68eb249e5..8e3ea55ab 100644 --- a/tinyorm/casts.html +++ b/tinyorm/casts.html @@ -14,7 +14,7 @@ - + diff --git a/tinyorm/collections.html b/tinyorm/collections.html index 66cfaf1bb..7ba3c8389 100644 --- a/tinyorm/collections.html +++ b/tinyorm/collections.html @@ -14,7 +14,7 @@ - + diff --git a/tinyorm/getting-started.html b/tinyorm/getting-started.html index c26a2bc41..04a923c7e 100644 --- a/tinyorm/getting-started.html +++ b/tinyorm/getting-started.html @@ -14,7 +14,7 @@ - + diff --git a/tinyorm/relationships.html b/tinyorm/relationships.html index d9bee6d78..5f89400e6 100644 --- a/tinyorm/relationships.html +++ b/tinyorm/relationships.html @@ -14,7 +14,7 @@ - + diff --git a/tinyorm/serialization.html b/tinyorm/serialization.html index 7fcc5c405..e13fd1baa 100644 --- a/tinyorm/serialization.html +++ b/tinyorm/serialization.html @@ -14,7 +14,7 @@ - +