Skip to content

Commit 61638d2

Browse files
author
vektra-bot
committed
Deployed 7a5266e to v3.0 with MkDocs 1.6.1 and mike 2.2.0.dev0
1 parent 2882834 commit 61638d2

File tree

13 files changed

+745
-287
lines changed

13 files changed

+745
-287
lines changed

v3.0/404.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,14 @@
860860

861861
<div class="md-content" data-md-component="content">
862862

863+
864+
865+
866+
867+
868+
869+
870+
863871
<article class="md-content__inner md-typeset">
864872

865873
<h1>404 - Not found</h1>
@@ -900,7 +908,7 @@ <h1>404 - Not found</h1>
900908

901909

902910

903-
<script id="__config" type="application/json">{"annotate": null, "base": "/mockery/latest", "features": ["content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.footnote.tooltips", "navigation.indexes", "navigation.sections", "navigation.tracking", "toc.follow"], "search": "/mockery/latest/assets/javascripts/workers/search.c7c1ca2c.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
911+
<script id="__config" type="application/json">{"annotate": null, "base": "/mockery/latest", "features": ["content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.footnote.tooltips", "navigation.indexes", "navigation.path", "navigation.sections", "navigation.tracking", "toc.follow"], "search": "/mockery/latest/assets/javascripts/workers/search.c7c1ca2c.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
904912

905913

906914
<script src="/mockery/latest/assets/javascripts/bundle.f807c082.min.js"></script>

v3.0/configuration/index.html

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,6 +1120,54 @@
11201120

11211121
<div class="md-content" data-md-component="content">
11221122

1123+
1124+
1125+
1126+
1127+
1128+
1129+
1130+
<nav class="md-path" aria-label="Navigation" >
1131+
<ol class="md-path__list">
1132+
1133+
1134+
1135+
1136+
<li class="md-path__item">
1137+
<a href=".." class="md-path__link">
1138+
1139+
<span class="md-ellipsis">
1140+
Home
1141+
</span>
1142+
1143+
</a>
1144+
</li>
1145+
1146+
1147+
1148+
1149+
1150+
1151+
1152+
1153+
1154+
<li class="md-path__item">
1155+
<a href="../installation/" class="md-path__link">
1156+
1157+
<span class="md-ellipsis">
1158+
Getting Started
1159+
</span>
1160+
1161+
</a>
1162+
</li>
1163+
1164+
1165+
1166+
1167+
</ol>
1168+
</nav>
1169+
1170+
11231171
<article class="md-content__inner md-typeset">
11241172

11251173

@@ -1343,7 +1391,7 @@ <h2 id="parameter-descriptions">Parameter Descriptions<a class="headerlink" href
13431391
<td>When set to <code>true</code> on a particular package, mockery will recursively search for all sub-packages and inject those packages into the config map.</td>
13441392
</tr>
13451393
<tr>
1346-
<td><a href="../replace-type/"><code>replace-type</code></a></td>
1394+
<td><a data-preview="data-preview" href="../replace-type/"><code>replace-type</code></a></td>
13471395
<td><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5c-11.3-13.6-31.5-15.4-45.1-4.1S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306l135.4 162.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256z"/></svg></span></td>
13481396
<td><code class="highlight"><span class="p p-Indicator">{}</span></code></td>
13491397
<td>Use this parameter to specify type replacements.</td>
@@ -1366,6 +1414,12 @@ <h2 id="parameter-descriptions">Parameter Descriptions<a class="headerlink" href
13661414
<td><code class="highlight"><span class="p p-Indicator">{}</span></code></td>
13671415
<td>A <code>map[string]any</code> that provides arbitrary options to the template. Each template will have a different set of accepted keys. Refer to each template's documentation for more details.</td>
13681416
</tr>
1417+
<tr>
1418+
<td><code>template-schema</code></td>
1419+
<td><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7l233.4-233.3c12.5-12.5 32.8-12.5 45.3 0z"/></svg></span></td>
1420+
<td><code class="highlight"><span class="s">&quot;{{.Template}}.schema.json&quot;</span></code></td>
1421+
<td>The URL of the JSON schema to apply to the <code>template-data</code> parameter. See the <a data-preview="data-preview" href="../template/#schemas">template docs</a> for more details.</td>
1422+
</tr>
13691423
</tbody>
13701424
</table>
13711425
<div class="admonition tip">
@@ -1460,7 +1514,7 @@ <h2 id="config-sources">Config sources<a class="headerlink" href="#config-source
14601514

14611515

14621516

1463-
<script id="__config" type="application/json">{"annotate": null, "base": "..", "features": ["content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.footnote.tooltips", "navigation.indexes", "navigation.sections", "navigation.tracking", "toc.follow"], "search": "../assets/javascripts/workers/search.c7c1ca2c.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
1517+
<script id="__config" type="application/json">{"annotate": null, "base": "..", "features": ["content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.footnote.tooltips", "navigation.indexes", "navigation.path", "navigation.sections", "navigation.tracking", "toc.follow"], "search": "../assets/javascripts/workers/search.c7c1ca2c.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
14641518

14651519

14661520
<script src="../assets/javascripts/bundle.f807c082.min.js"></script>

v3.0/dev-notes/index.html

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,54 @@
10681068

10691069
<div class="md-content" data-md-component="content">
10701070

1071+
1072+
1073+
1074+
1075+
1076+
1077+
1078+
<nav class="md-path" aria-label="Navigation" >
1079+
<ol class="md-path__list">
1080+
1081+
1082+
1083+
1084+
<li class="md-path__item">
1085+
<a href=".." class="md-path__link">
1086+
1087+
<span class="md-ellipsis">
1088+
Home
1089+
</span>
1090+
1091+
</a>
1092+
</li>
1093+
1094+
1095+
1096+
1097+
1098+
1099+
1100+
1101+
1102+
<li class="md-path__item">
1103+
<a href="../faq/" class="md-path__link">
1104+
1105+
<span class="md-ellipsis">
1106+
Notes
1107+
</span>
1108+
1109+
</a>
1110+
</li>
1111+
1112+
1113+
1114+
1115+
</ol>
1116+
</nav>
1117+
1118+
10711119
<article class="md-content__inner md-typeset">
10721120

10731121

@@ -1162,7 +1210,7 @@ <h3 id="mockery-does-need-to-interact-with-the-new-syntax">Mockery <em>does</em>
11621210

11631211

11641212

1165-
<script id="__config" type="application/json">{"annotate": null, "base": "..", "features": ["content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.footnote.tooltips", "navigation.indexes", "navigation.sections", "navigation.tracking", "toc.follow"], "search": "../assets/javascripts/workers/search.c7c1ca2c.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
1213+
<script id="__config" type="application/json">{"annotate": null, "base": "..", "features": ["content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.footnote.tooltips", "navigation.indexes", "navigation.path", "navigation.sections", "navigation.tracking", "toc.follow"], "search": "../assets/javascripts/workers/search.c7c1ca2c.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
11661214

11671215

11681216
<script src="../assets/javascripts/bundle.f807c082.min.js"></script>

v3.0/faq/index.html

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,54 @@
10821082

10831083
<div class="md-content" data-md-component="content">
10841084

1085+
1086+
1087+
1088+
1089+
1090+
1091+
1092+
<nav class="md-path" aria-label="Navigation" >
1093+
<ol class="md-path__list">
1094+
1095+
1096+
1097+
1098+
<li class="md-path__item">
1099+
<a href=".." class="md-path__link">
1100+
1101+
<span class="md-ellipsis">
1102+
Home
1103+
</span>
1104+
1105+
</a>
1106+
</li>
1107+
1108+
1109+
1110+
1111+
1112+
1113+
1114+
1115+
1116+
<li class="md-path__item">
1117+
<a href="./" class="md-path__link">
1118+
1119+
<span class="md-ellipsis">
1120+
Notes
1121+
</span>
1122+
1123+
</a>
1124+
</li>
1125+
1126+
1127+
1128+
1129+
</ol>
1130+
</nav>
1131+
1132+
10851133
<article class="md-content__inner md-typeset">
10861134

10871135

@@ -1187,7 +1235,7 @@ <h2 id="mockery-fails-to-run-when-mockery_version-environment-variable-is-set">m
11871235

11881236

11891237

1190-
<script id="__config" type="application/json">{"annotate": null, "base": "..", "features": ["content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.footnote.tooltips", "navigation.indexes", "navigation.sections", "navigation.tracking", "toc.follow"], "search": "../assets/javascripts/workers/search.c7c1ca2c.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
1238+
<script id="__config" type="application/json">{"annotate": null, "base": "..", "features": ["content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.footnote.tooltips", "navigation.indexes", "navigation.path", "navigation.sections", "navigation.tracking", "toc.follow"], "search": "../assets/javascripts/workers/search.c7c1ca2c.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
11911239

11921240

11931241
<script src="../assets/javascripts/bundle.f807c082.min.js"></script>

v3.0/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,14 @@
10261026

10271027
<div class="md-content" data-md-component="content">
10281028

1029+
1030+
1031+
1032+
1033+
1034+
1035+
1036+
10291037
<article class="md-content__inner md-typeset">
10301038

10311039

@@ -1214,7 +1222,7 @@ <h2 id="who-uses-mockery">Who uses mockery?<a class="headerlink" href="#who-uses
12141222

12151223

12161224

1217-
<script id="__config" type="application/json">{"annotate": null, "base": ".", "features": ["content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.footnote.tooltips", "navigation.indexes", "navigation.sections", "navigation.tracking", "toc.follow"], "search": "assets/javascripts/workers/search.c7c1ca2c.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
1225+
<script id="__config" type="application/json">{"annotate": null, "base": ".", "features": ["content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.footnote.tooltips", "navigation.indexes", "navigation.path", "navigation.sections", "navigation.tracking", "toc.follow"], "search": "assets/javascripts/workers/search.c7c1ca2c.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
12181226

12191227

12201228
<script src="assets/javascripts/bundle.f807c082.min.js"></script>

v3.0/installation/index.html

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,54 @@
10941094

10951095
<div class="md-content" data-md-component="content">
10961096

1097+
1098+
1099+
1100+
1101+
1102+
1103+
1104+
<nav class="md-path" aria-label="Navigation" >
1105+
<ol class="md-path__list">
1106+
1107+
1108+
1109+
1110+
<li class="md-path__item">
1111+
<a href=".." class="md-path__link">
1112+
1113+
<span class="md-ellipsis">
1114+
Home
1115+
</span>
1116+
1117+
</a>
1118+
</li>
1119+
1120+
1121+
1122+
1123+
1124+
1125+
1126+
1127+
1128+
<li class="md-path__item">
1129+
<a href="./" class="md-path__link">
1130+
1131+
<span class="md-ellipsis">
1132+
Getting Started
1133+
</span>
1134+
1135+
</a>
1136+
</li>
1137+
1138+
1139+
1140+
1141+
</ol>
1142+
</nav>
1143+
1144+
10971145
<article class="md-content__inner md-typeset">
10981146

10991147

@@ -1273,7 +1321,7 @@ <h3 id="homebrew">Homebrew<a class="headerlink" href="#homebrew" title="Permanen
12731321

12741322

12751323

1276-
<script id="__config" type="application/json">{"annotate": null, "base": "..", "features": ["content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.footnote.tooltips", "navigation.indexes", "navigation.sections", "navigation.tracking", "toc.follow"], "search": "../assets/javascripts/workers/search.c7c1ca2c.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
1324+
<script id="__config" type="application/json">{"annotate": null, "base": "..", "features": ["content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.footnote.tooltips", "navigation.indexes", "navigation.path", "navigation.sections", "navigation.tracking", "toc.follow"], "search": "../assets/javascripts/workers/search.c7c1ca2c.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
12771325

12781326

12791327
<script src="../assets/javascripts/bundle.f807c082.min.js"></script>

0 commit comments

Comments
 (0)