From 560f6850de3c6386e6b5be102ae0ac594b7f29f8 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 29 Jul 2024 21:14:43 +0000 Subject: [PATCH] Continuous Integration Publish: 6af6fa6e17b677b238e880ed056feebc28f9b3bd Merge pull request #60 from nils-a/hotfix/GH-58 (#58) added CakeModuleAttribute --- assets/js/searchIndex.js | 32 ++++++++++++++++---------------- feed.atom | 2 +- feed.rss | 4 ++-- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/assets/js/searchIndex.js b/assets/js/searchIndex.js index a1e1ce7..bc8fa9d 100644 --- a/assets/js/searchIndex.js +++ b/assets/js/searchIndex.js @@ -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:'', @@ -66,7 +52,7 @@ var searchModule = function() { ); a( { - id:2, + id:1, title:"ChocolateyModule", content:"ChocolateyModule", description:'', @@ -80,7 +66,7 @@ var searchModule = function() { ); a( { - id:3, + id:2, title:"IChocolateyContentResolver", content:"IChocolateyContentResolver", description:'', @@ -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'); diff --git a/feed.atom b/feed.atom index dfb516f..52b44c0 100644 --- a/feed.atom +++ b/feed.atom @@ -4,5 +4,5 @@ Cake.Chocolatey.Module 2024 - 2024-07-29T20:54:45Z + 2024-07-29T21:14:28Z \ No newline at end of file diff --git a/feed.rss b/feed.rss index 5891b66..9884e55 100644 --- a/feed.rss +++ b/feed.rss @@ -5,7 +5,7 @@ http://cake-contrib.github.io/Cake.Chocolatey.Module 2024 - Mon, 29 Jul 2024 20:54:45 GMT - Mon, 29 Jul 2024 20:54:45 GMT + Mon, 29 Jul 2024 21:14:28 GMT + Mon, 29 Jul 2024 21:14:28 GMT \ No newline at end of file