Skip to content

Commit

Permalink
Continuous Integration Publish: b662d0b
Browse files Browse the repository at this point in the history
Merge pull request #60 from nils-a/release/4.0.0

Release/4.0.0
  • Loading branch information
web-flow authored Jul 16, 2024
1 parent ef90fd2 commit 1340f75
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions assets/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ var searchModule = function() {
a(
{
id:0,
title:"DiscordChatMessageSettings",
content:"DiscordChatMessageSettings",
description:'',
tags:''
},
{
url:'/Cake.Discord/api/Cake.Discord.Chat/DiscordChatMessageSettings',
title:"DiscordChatMessageSettings",
description:""
}
);
a(
{
id:1,
title:"DiscordAliases",
content:"DiscordAliases",
description:'',
Expand All @@ -52,7 +66,7 @@ var searchModule = function() {
);
a(
{
id:1,
id:2,
title:"DiscordChatProvider",
content:"DiscordChatProvider",
description:'',
Expand All @@ -66,7 +80,7 @@ var searchModule = function() {
);
a(
{
id:2,
id:3,
title:"DiscordChatMessageResult",
content:"DiscordChatMessageResult",
description:'',
Expand All @@ -80,7 +94,7 @@ var searchModule = function() {
);
a(
{
id:3,
id:4,
title:"DiscordProvider",
content:"DiscordProvider",
description:'',
Expand All @@ -92,20 +106,6 @@ var searchModule = function() {
description:""
}
);
a(
{
id:4,
title:"DiscordChatMessageSettings",
content:"DiscordChatMessageSettings",
description:'',
tags:''
},
{
url:'/Cake.Discord/api/Cake.Discord.Chat/DiscordChatMessageSettings',
title:"DiscordChatMessageSettings",
description:""
}
);
var idx = lunr(function() {
this.field('title');
this.field('content');
Expand Down
2 changes: 1 addition & 1 deletion feed.atom
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<title>Cake.Discord</title>
<link rel="self" href="http://cake-contrib.github.io/Cake.Discord" />
<rights>2024</rights>
<updated>2024-07-16T13:54:43Z</updated>
<updated>2024-07-16T14:17:28Z</updated>
</feed>
4 changes: 2 additions & 2 deletions feed.rss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link>http://cake-contrib.github.io/Cake.Discord</link>
<description />
<copyright>2024</copyright>
<pubDate>Tue, 16 Jul 2024 13:54:43 GMT</pubDate>
<lastBuildDate>Tue, 16 Jul 2024 13:54:43 GMT</lastBuildDate>
<pubDate>Tue, 16 Jul 2024 14:17:28 GMT</pubDate>
<lastBuildDate>Tue, 16 Jul 2024 14:17:28 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit 1340f75

Please sign in to comment.