Skip to content

Commit

Permalink
Continuous Integration Publish: 6af6fa6
Browse files Browse the repository at this point in the history
Merge pull request #60 from nils-a/hotfix/GH-58

(#58) added CakeModuleAttribute
  • Loading branch information
web-flow authored Jul 29, 2024
1 parent c7a956d commit 560f685
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions assets/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,6 @@ var searchModule = function() {
a(
{
id:0,
title:"ChocolateyContentResolver",
content:"ChocolateyContentResolver",
description:'',
tags:''
},
{
url:'/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/ChocolateyContentResolver',
title:"ChocolateyContentResolver",
description:""
}
);
a(
{
id:1,
title:"ChocolateyPackageInstaller",
content:"ChocolateyPackageInstaller",
description:'',
Expand All @@ -66,7 +52,7 @@ var searchModule = function() {
);
a(
{
id:2,
id:1,
title:"ChocolateyModule",
content:"ChocolateyModule",
description:'',
Expand All @@ -80,7 +66,7 @@ var searchModule = function() {
);
a(
{
id:3,
id:2,
title:"IChocolateyContentResolver",
content:"IChocolateyContentResolver",
description:'',
Expand All @@ -92,6 +78,20 @@ var searchModule = function() {
description:""
}
);
a(
{
id:3,
title:"ChocolateyContentResolver",
content:"ChocolateyContentResolver",
description:'',
tags:''
},
{
url:'/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/ChocolateyContentResolver',
title:"ChocolateyContentResolver",
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.Chocolatey.Module</title>
<link rel="self" href="http://cake-contrib.github.io/Cake.Chocolatey.Module" />
<rights>2024</rights>
<updated>2024-07-29T20:54:45Z</updated>
<updated>2024-07-29T21:14: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.Chocolatey.Module</link>
<description />
<copyright>2024</copyright>
<pubDate>Mon, 29 Jul 2024 20:54:45 GMT</pubDate>
<lastBuildDate>Mon, 29 Jul 2024 20:54:45 GMT</lastBuildDate>
<pubDate>Mon, 29 Jul 2024 21:14:28 GMT</pubDate>
<lastBuildDate>Mon, 29 Jul 2024 21:14:28 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit 560f685

Please sign in to comment.