Skip to content

Commit

Permalink
Continuous Integration Publish: 69bcf1a
Browse files Browse the repository at this point in the history
Merge pull request #244 from nils-a/release/5.0.0

Release/5.0.0
  • Loading branch information
web-flow authored Nov 21, 2023
1 parent e9df3a5 commit 8e9da95
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 deletions assets/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,84 +39,84 @@ var searchModule = function() {
a(
{
id:0,
title:"AsciiDoctorJRunnerSettings",
content:"AsciiDoctorJRunnerSettings",
title:"DocType",
content:"DocType",
description:'',
tags:''
},
{
url:'/cake.asciidoctorj/api/Cake.AsciiDoctorJ/AsciiDoctorJRunnerSettings',
title:"AsciiDoctorJRunnerSettings",
url:'/cake.asciidoctorj/api/Cake.AsciiDoctorJ/DocType',
title:"DocType",
description:""
}
);
a(
{
id:1,
title:"AsciiDoctorJRunnerSettingsExtensions",
content:"AsciiDoctorJRunnerSettingsExtensions",
title:"SafeMode",
content:"SafeMode",
description:'',
tags:''
},
{
url:'/cake.asciidoctorj/api/Cake.AsciiDoctorJ/AsciiDoctorJRunnerSettingsExtensions',
title:"AsciiDoctorJRunnerSettingsExtensions",
url:'/cake.asciidoctorj/api/Cake.AsciiDoctorJ/SafeMode',
title:"SafeMode",
description:""
}
);
a(
{
id:2,
title:"DocType",
content:"DocType",
title:"AsciiDoctorJRunnerSettingsExtensions",
content:"AsciiDoctorJRunnerSettingsExtensions",
description:'',
tags:''
},
{
url:'/cake.asciidoctorj/api/Cake.AsciiDoctorJ/DocType',
title:"DocType",
url:'/cake.asciidoctorj/api/Cake.AsciiDoctorJ/AsciiDoctorJRunnerSettingsExtensions',
title:"AsciiDoctorJRunnerSettingsExtensions",
description:""
}
);
a(
{
id:3,
title:"SafeMode",
content:"SafeMode",
title:"AsciiDoctorJRunnerSettings",
content:"AsciiDoctorJRunnerSettings",
description:'',
tags:''
},
{
url:'/cake.asciidoctorj/api/Cake.AsciiDoctorJ/SafeMode',
title:"SafeMode",
url:'/cake.asciidoctorj/api/Cake.AsciiDoctorJ/AsciiDoctorJRunnerSettings',
title:"AsciiDoctorJRunnerSettings",
description:""
}
);
a(
{
id:4,
title:"BuiltinBackend",
content:"BuiltinBackend",
title:"AsciiDoctorJAliases",
content:"AsciiDoctorJAliases",
description:'',
tags:''
},
{
url:'/cake.asciidoctorj/api/Cake.AsciiDoctorJ/BuiltinBackend',
title:"BuiltinBackend",
url:'/cake.asciidoctorj/api/Cake.AsciiDoctorJ/AsciiDoctorJAliases',
title:"AsciiDoctorJAliases",
description:""
}
);
a(
{
id:5,
title:"AsciiDoctorJAliases",
content:"AsciiDoctorJAliases",
title:"BuiltinBackend",
content:"BuiltinBackend",
description:'',
tags:''
},
{
url:'/cake.asciidoctorj/api/Cake.AsciiDoctorJ/AsciiDoctorJAliases',
title:"AsciiDoctorJAliases",
url:'/cake.asciidoctorj/api/Cake.AsciiDoctorJ/BuiltinBackend',
title:"BuiltinBackend",
description:""
}
);
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.AsciiDoctorJ</title>
<link rel="self" href="http://cake-contrib.github.io/cake.asciidoctorj" />
<rights>2023</rights>
<updated>2023-11-20T23:57:19Z</updated>
<updated>2023-11-21T00:08:25Z</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.asciidoctorj</link>
<description />
<copyright>2023</copyright>
<pubDate>Mon, 20 Nov 2023 23:57:19 GMT</pubDate>
<lastBuildDate>Mon, 20 Nov 2023 23:57:19 GMT</lastBuildDate>
<pubDate>Tue, 21 Nov 2023 00:08:25 GMT</pubDate>
<lastBuildDate>Tue, 21 Nov 2023 00:08:25 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit 8e9da95

Please sign in to comment.