Skip to content

Commit

Permalink
update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosalm committed Oct 11, 2024
1 parent 06f2e1d commit e260de1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
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": 1727140462400
"lastUpdateCheck": 1728676416692
}
}
26 changes: 13 additions & 13 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,26 +191,28 @@ declare module 'astro:content' {
} & { render(): Render[".md"] };
};
"events": {
"a-combinatorial-problem-reed-nelson.md": {
id: "a-combinatorial-problem-reed-nelson.md";
slug: "a-combinatorial-problem-reed-nelson";
"lightning-talks-fall-2024.md": {
id: "lightning-talks-fall-2024.md";
slug: "lightning-talks-fall-2024";
body: string;
collection: "events";
data: InferEntrySchema<"events">
} & { render(): Render[".md"] };
"cache-and-memory-friendly-programming-matt-wildman.md": {
id: "cache-and-memory-friendly-programming-matt-wildman.md";
slug: "cache-and-memory-friendly-programming-matt-wildman";
"madhacks-fall-2024.md": {
id: "madhacks-fall-2024.md";
slug: "madhacks-fall-2024";
body: string;
collection: "events";
data: InferEntrySchema<"events">
} & { render(): Render[".md"] };
"madhacks-fall-2023.md": {
id: "madhacks-fall-2023.md";
slug: "madhacks-fall-2023";
};
"resources": {
"README.md": {
id: "README.md";
slug: "readme";
body: string;
collection: "events";
data: InferEntrySchema<"events">
collection: "resources";
data: any
} & { render(): Render[".md"] };
};

Expand Down Expand Up @@ -315,8 +317,6 @@ declare module 'astro:content' {
};
};
"docs": {
};
"resources": {
};

};
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "src/content/resources"]
path = src/content/resources
url = https://github.com/UW-UPL/resources
url = https://github.com/UW-UPL/resources.git
[submodule "src/content/docs"]
path = src/content/docs
url = https://github.com/UW-UPL/Documentation
2 changes: 1 addition & 1 deletion src/content/resources
Submodule resources updated 1 files
+1 −1 README.md

0 comments on commit e260de1

Please sign in to comment.