From dd2b0b205ead4a8b8712895e7b3f0c32b35a79d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 04:30:24 +0000 Subject: [PATCH] Deployed 2377a55 with MkDocs version: 1.5.3 --- .nojekyll | 0 404.html | 656 ++ CNAME | 1 + assets/images/favicon.png | Bin 0 -> 1870 bytes assets/javascripts/bundle.bd41221c.min.js | 29 + assets/javascripts/bundle.bd41221c.min.js.map | 7 + assets/javascripts/lunr/min/lunr.ar.min.js | 1 + assets/javascripts/lunr/min/lunr.da.min.js | 18 + assets/javascripts/lunr/min/lunr.de.min.js | 18 + assets/javascripts/lunr/min/lunr.du.min.js | 18 + assets/javascripts/lunr/min/lunr.el.min.js | 1 + assets/javascripts/lunr/min/lunr.es.min.js | 18 + assets/javascripts/lunr/min/lunr.fi.min.js | 18 + assets/javascripts/lunr/min/lunr.fr.min.js | 18 + assets/javascripts/lunr/min/lunr.he.min.js | 1 + assets/javascripts/lunr/min/lunr.hi.min.js | 1 + assets/javascripts/lunr/min/lunr.hu.min.js | 18 + assets/javascripts/lunr/min/lunr.hy.min.js | 1 + assets/javascripts/lunr/min/lunr.it.min.js | 18 + assets/javascripts/lunr/min/lunr.ja.min.js | 1 + assets/javascripts/lunr/min/lunr.jp.min.js | 1 + assets/javascripts/lunr/min/lunr.kn.min.js | 1 + assets/javascripts/lunr/min/lunr.ko.min.js | 1 + assets/javascripts/lunr/min/lunr.multi.min.js | 1 + assets/javascripts/lunr/min/lunr.nl.min.js | 18 + assets/javascripts/lunr/min/lunr.no.min.js | 18 + assets/javascripts/lunr/min/lunr.pt.min.js | 18 + assets/javascripts/lunr/min/lunr.ro.min.js | 18 + assets/javascripts/lunr/min/lunr.ru.min.js | 18 + assets/javascripts/lunr/min/lunr.sa.min.js | 1 + .../lunr/min/lunr.stemmer.support.min.js | 1 + assets/javascripts/lunr/min/lunr.sv.min.js | 18 + assets/javascripts/lunr/min/lunr.ta.min.js | 1 + assets/javascripts/lunr/min/lunr.te.min.js | 1 + assets/javascripts/lunr/min/lunr.th.min.js | 1 + assets/javascripts/lunr/min/lunr.tr.min.js | 18 + assets/javascripts/lunr/min/lunr.vi.min.js | 1 + assets/javascripts/lunr/min/lunr.zh.min.js | 1 + assets/javascripts/lunr/tinyseg.js | 206 + assets/javascripts/lunr/wordcut.js | 6708 +++++++++++++++++ .../workers/search.b8dbb3d2.min.js | 42 + .../workers/search.b8dbb3d2.min.js.map | 7 + assets/stylesheets/main.7e359304.min.css | 1 + assets/stylesheets/main.7e359304.min.css.map | 1 + assets/stylesheets/palette.06af60db.min.css | 1 + .../stylesheets/palette.06af60db.min.css.map | 1 + community/contributing/index.html | 903 +++ community/index.html | 749 ++ core-concepts/analysis-model/index.html | 916 +++ .../building-blocks/aggregates/index.html | 683 ++ .../building-blocks/entities/index.html | 687 ++ core-concepts/building-blocks/index.html | 781 ++ glossary/index.html | 775 ++ guides/cli/discovery/index.html | 1108 +++ guides/cli/docs/index.html | 1186 +++ guides/cli/index.html | 1106 +++ guides/cli/new/index.html | 1335 ++++ guides/cli/shell/index.html | 1263 ++++ guides/cli/test/index.html | 1273 ++++ .../activate-domain/index.html | 1343 ++++ .../element-decorators/index.html | 1678 +++++ guides/compose-a-domain/index.html | 1190 +++ .../initialize-domain/index.html | 1259 ++++ .../compose-a-domain/object-model/index.html | 1280 ++++ .../register-elements/index.html | 1248 +++ .../when-to-compose/index.html | 1144 +++ .../domain-definition/aggregates/index.html | 1598 ++++ .../domain-services/index.html | 1149 +++ guides/domain-definition/entities/index.html | 1318 ++++ guides/domain-definition/events/index.html | 1149 +++ .../fields/association-fields/index.html | 1447 ++++ .../fields/container-fields/index.html | 1463 ++++ guides/domain-definition/fields/index.html | 1335 ++++ .../fields/options/index.html | 1822 +++++ .../fields/simple-fields/index.html | 1665 ++++ guides/domain-definition/identity/index.html | 684 ++ guides/domain-definition/index.html | 1256 +++ .../domain-definition/repositories/index.html | 1149 +++ .../value-objects/index.html | 1607 ++++ .../getting-started/installation/index.html | 1151 +++ guides/index.html | 940 +++ index.html | 805 ++ intro/anti-patterns/index.html | 718 ++ intro/features/index.html | 975 +++ intro/philosophy/index.html | 970 +++ intro/whitepaper/index.html | 920 +++ .../index.html | 693 ++ search/search_index.json | 1 + sitemap.xml | 208 + sitemap.xml.gz | Bin 0 -> 573 bytes 90 files changed, 54877 insertions(+) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 CNAME create mode 100644 assets/images/favicon.png create mode 100644 assets/javascripts/bundle.bd41221c.min.js create mode 100644 assets/javascripts/bundle.bd41221c.min.js.map create mode 100644 assets/javascripts/lunr/min/lunr.ar.min.js create mode 100644 assets/javascripts/lunr/min/lunr.da.min.js create mode 100644 assets/javascripts/lunr/min/lunr.de.min.js create mode 100644 assets/javascripts/lunr/min/lunr.du.min.js create mode 100644 assets/javascripts/lunr/min/lunr.el.min.js create mode 100644 assets/javascripts/lunr/min/lunr.es.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.he.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hu.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hy.min.js create mode 100644 assets/javascripts/lunr/min/lunr.it.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ja.min.js create mode 100644 assets/javascripts/lunr/min/lunr.jp.min.js create mode 100644 assets/javascripts/lunr/min/lunr.kn.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ko.min.js create mode 100644 assets/javascripts/lunr/min/lunr.multi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.nl.min.js create mode 100644 assets/javascripts/lunr/min/lunr.no.min.js create mode 100644 assets/javascripts/lunr/min/lunr.pt.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ro.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ru.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sa.min.js create mode 100644 assets/javascripts/lunr/min/lunr.stemmer.support.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sv.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ta.min.js create mode 100644 assets/javascripts/lunr/min/lunr.te.min.js create mode 100644 assets/javascripts/lunr/min/lunr.th.min.js create mode 100644 assets/javascripts/lunr/min/lunr.tr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.vi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.zh.min.js create mode 100644 assets/javascripts/lunr/tinyseg.js create mode 100644 assets/javascripts/lunr/wordcut.js create mode 100644 assets/javascripts/workers/search.b8dbb3d2.min.js create mode 100644 assets/javascripts/workers/search.b8dbb3d2.min.js.map create mode 100644 assets/stylesheets/main.7e359304.min.css create mode 100644 assets/stylesheets/main.7e359304.min.css.map create mode 100644 assets/stylesheets/palette.06af60db.min.css create mode 100644 assets/stylesheets/palette.06af60db.min.css.map create mode 100644 community/contributing/index.html create mode 100644 community/index.html create mode 100644 core-concepts/analysis-model/index.html create mode 100644 core-concepts/building-blocks/aggregates/index.html create mode 100644 core-concepts/building-blocks/entities/index.html create mode 100644 core-concepts/building-blocks/index.html create mode 100644 glossary/index.html create mode 100644 guides/cli/discovery/index.html create mode 100644 guides/cli/docs/index.html create mode 100644 guides/cli/index.html create mode 100644 guides/cli/new/index.html create mode 100644 guides/cli/shell/index.html create mode 100644 guides/cli/test/index.html create mode 100644 guides/compose-a-domain/activate-domain/index.html create mode 100644 guides/compose-a-domain/element-decorators/index.html create mode 100644 guides/compose-a-domain/index.html create mode 100644 guides/compose-a-domain/initialize-domain/index.html create mode 100644 guides/compose-a-domain/object-model/index.html create mode 100644 guides/compose-a-domain/register-elements/index.html create mode 100644 guides/compose-a-domain/when-to-compose/index.html create mode 100644 guides/domain-definition/aggregates/index.html create mode 100644 guides/domain-definition/domain-services/index.html create mode 100644 guides/domain-definition/entities/index.html create mode 100644 guides/domain-definition/events/index.html create mode 100644 guides/domain-definition/fields/association-fields/index.html create mode 100644 guides/domain-definition/fields/container-fields/index.html create mode 100644 guides/domain-definition/fields/index.html create mode 100644 guides/domain-definition/fields/options/index.html create mode 100644 guides/domain-definition/fields/simple-fields/index.html create mode 100644 guides/domain-definition/identity/index.html create mode 100644 guides/domain-definition/index.html create mode 100644 guides/domain-definition/repositories/index.html create mode 100644 guides/domain-definition/value-objects/index.html create mode 100644 guides/getting-started/installation/index.html create mode 100644 guides/index.html create mode 100644 index.html create mode 100644 intro/anti-patterns/index.html create mode 100644 intro/features/index.html create mode 100644 intro/philosophy/index.html create mode 100644 intro/whitepaper/index.html create mode 100644 patterns/connect-concepts-across-domains/index.html create mode 100644 search/search_index.json create mode 100644 sitemap.xml create mode 100644 sitemap.xml.gz diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/404.html b/404.html new file mode 100644 index 00000000..52ac929f --- /dev/null +++ b/404.html @@ -0,0 +1,656 @@ + + + +
+ + + + + + + + + + + + + + +{"use strict";/*!
+ * escape-html
+ * Copyright(c) 2012-2013 TJ Holowaychuk
+ * Copyright(c) 2015 Andreas Lubbe
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
+ * MIT Licensed
+ */var Va=/["'&<>]/;qn.exports=za;function za(e){var t=""+e,r=Va.exec(t);if(!r)return t;var o,n="",i=0,s=0;for(i=r.index;i