Skip to content

Commit

Permalink
Merge pull request #1307 from KBVE/patch-kbve-deploy-405d34f21e2e01a5…
Browse files Browse the repository at this point in the history
…90441c67182ab25d9721766fc55a692651074db1e375872b

Pulling refs/heads/patch-kbve-deploy-405d34f21e2e01a590441c67182ab25d9721766fc55a692651074db1e375872b into Dev
  • Loading branch information
h0lybyte authored Nov 15, 2024
2 parents cb7aee6 + c30d3cb commit fb0a21a
Show file tree
Hide file tree
Showing 24 changed files with 1,072 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@
<Fragment set:html={rating} />
</p> --> </div> <div class="text-sm text-neutral-800 dark:text-neutral-200 sm:ps-5"> <p>
Latest Commit by <a href="https://github.com/h0lybyte" class="font-bold underline text-cyan-600 dark:text-cyan-400"> h0lybyte </a>:
</p> <p><em>"Merge pull request #3212 from KBVE/beta
</p> <p><em>"Merge pull request #3225 from KBVE/beta

Preparing Release Branch"</em></p> <p>
On: <time datetime="2024-11-12T02:21:22Z"> 11/12/2024 </time> </p> <p>
View this commit on <a href="https://github.com/KBVE/kbve/commit/f5b1c4006aed5c0ae06f33240934733ea44d3a19" class="underline text-blue-600 hover:text-blue-800 visited:text-purple-600">
On: <time datetime="2024-11-15T16:56:49Z"> 11/15/2024 </time> </p> <p>
View this commit on <a href="https://github.com/KBVE/kbve/commit/6b2da629f9b42237e68e56f0b69b1345938282b0" class="underline text-blue-600 hover:text-blue-800 visited:text-purple-600">
GitHub
</a>.
</p> </div> </div> </div> </div> </div> </div> <!-- Hero Image Section --> <div class="flex w-full"> <div class=""> <!--
Expand Down
31 changes: 29 additions & 2 deletions docs/journal/11-11/index.html

Large diffs are not rendered by default.

263 changes: 263 additions & 0 deletions docs/journal/11-12/index.html

Large diffs are not rendered by default.

255 changes: 255 additions & 0 deletions docs/journal/11-13/index.html

Large diffs are not rendered by default.

236 changes: 236 additions & 0 deletions docs/journal/11-14/index.html

Large diffs are not rendered by default.

243 changes: 243 additions & 0 deletions docs/journal/11-15/index.html

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion docs/journal/index.html

Large diffs are not rendered by default.

Binary file removed docs/pagefind/fragment/en_2332578.pf_fragment
Binary file not shown.
Binary file added docs/pagefind/fragment/en_262767c.pf_fragment
Binary file not shown.
Binary file added docs/pagefind/fragment/en_3ff0ed4.pf_fragment
Binary file not shown.
Binary file added docs/pagefind/fragment/en_466e917.pf_fragment
Binary file not shown.
Binary file added docs/pagefind/fragment/en_48f1678.pf_fragment
Binary file not shown.
Binary file not shown.
Binary file removed docs/pagefind/fragment/en_838775b.pf_fragment
Binary file not shown.
Binary file not shown.
Binary file added docs/pagefind/fragment/en_f48e679.pf_fragment
Binary file not shown.
Binary file removed docs/pagefind/fragment/en_f7b54e2.pf_fragment
Binary file not shown.
Binary file removed docs/pagefind/fragment/en_f7f3f1e.pf_fragment
Binary file not shown.
Binary file removed docs/pagefind/fragment/en_f85cb74.pf_fragment
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/pagefind/pagefind-entry.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.1.1","languages":{"en":{"hash":"en_d8bc79c16c","wasm":"en","page_count":133}}}
{"version":"1.1.1","languages":{"en":{"hash":"en_73b38d875c","wasm":"en","page_count":133}}}
Binary file added docs/pagefind/pagefind.en_73b38d875c.pf_meta
Binary file not shown.
Binary file removed docs/pagefind/pagefind.en_d8bc79c16c.pf_meta
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/sitemap-0.xml

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions docs/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3440,6 +3440,34 @@ declare module 'astro:content' {
collection: "journal";
data: InferEntrySchema<"journal">
} & { render(): Render[".mdx"] };
"11-12.mdx": {
id: "11-12.mdx";
slug: "11-12";
body: string;
collection: "journal";
data: InferEntrySchema<"journal">
} & { render(): Render[".mdx"] };
"11-13.mdx": {
id: "11-13.mdx";
slug: "11-13";
body: string;
collection: "journal";
data: InferEntrySchema<"journal">
} & { render(): Render[".mdx"] };
"11-14.mdx": {
id: "11-14.mdx";
slug: "11-14";
body: string;
collection: "journal";
data: InferEntrySchema<"journal">
} & { render(): Render[".mdx"] };
"11-15.mdx": {
id: "11-15.mdx";
slug: "11-15";
body: string;
collection: "journal";
data: InferEntrySchema<"journal">
} & { render(): Render[".mdx"] };
};
"legal": {
"disclaimer.mdx": {
Expand Down

0 comments on commit fb0a21a

Please sign in to comment.