Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 1 addition & 8 deletions .astro/astro/content.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,13 +383,6 @@ declare module 'astro:content' {
collection: "docs";
data: InferEntrySchema<"docs">
} & { render(): Render[".mdx"] };
"extensions/db2i/AI/Continue/Continue.mdx": {
id: "extensions/db2i/AI/Continue/Continue.mdx";
slug: "extensions/db2i/ai/continue/continue";
body: string;
collection: "docs";
data: InferEntrySchema<"docs">
} & { render(): Render[".mdx"] };
"extensions/db2i/AI/Copilot/index.mdx": {
id: "extensions/db2i/AI/Copilot/index.mdx";
slug: "extensions/db2i/ai/copilot";
Expand Down Expand Up @@ -645,5 +638,5 @@ declare module 'astro:content' {

type AnyEntryMap = ContentEntryMap & DataEntryMap;

export type ContentConfig = typeof import("./../../src/content/config.js");
export type ContentConfig = typeof import("../../src/content/config.js");
}
2 changes: 1 addition & 1 deletion .astro/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1779569536789
"lastUpdateCheck": 1782633265498
}
}
2 changes: 1 addition & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sample workflow for building and deploying an Astro site to GitHub Pages
#
# To get started with Astro see: https://docs.astro.build/en/getting-started/
# To get started with Astro see: https://docs.astro.build/getting-started/
#
name: Deploy Astro site to Pages

Expand Down
28 changes: 14 additions & 14 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -213,20 +213,20 @@ export default defineConfig({

],
defaultLocale: 'root',
// locales: {
// root: {
// label: 'English',
// lang: 'en',
// },
// da: {
// label: 'Dansk',
// lang: 'da',
// },
// fr: {
// label: 'Français',
// lang: 'fr',
// },
// },
locales: {
root: {
label: 'English',
lang: 'en',
},
// da: {
// label: 'Dansk',
// lang: 'da',
// },
// fr: {
// label: 'Français',
// lang: 'fr',
// },
},
}),
],
markdown: {
Expand Down
16 changes: 0 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed src/assets/image-6.png
Diff not rendered.
Loading