Skip to content

Commit

Permalink
fix(specs): adjust style for banner descriptions (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4362

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Kai Welke <[email protected]>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
3 people committed Jan 16, 2025
1 parent 0d24c37 commit 41c25ff
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion algoliasearch/Models/Recommend/Banner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Algolia.Search.Models.Recommend;

/// <summary>
/// a search banner with image and url.
/// Banner with image and link to redirect users.
/// </summary>
public partial class Banner
{
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Models/Recommend/BannerImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Algolia.Search.Models.Recommend;

/// <summary>
/// image of a search banner.
/// Image to show inside a banner.
/// </summary>
public partial class BannerImage
{
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Models/Recommend/BannerImageUrl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Algolia.Search.Models.Recommend;

/// <summary>
/// url for a search banner image.
/// URL for an image to show inside a banner.
/// </summary>
public partial class BannerImageUrl
{
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Models/Recommend/BannerLink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Algolia.Search.Models.Recommend;

/// <summary>
/// link for a banner defined in merchandising studio.
/// Link for a banner defined in the Merchandising Studio.
/// </summary>
public partial class BannerLink
{
Expand Down
6 changes: 3 additions & 3 deletions algoliasearch/Models/Recommend/Widgets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Algolia.Search.Models.Recommend;

/// <summary>
/// widgets returned from any rules that are applied to the current search.
/// Widgets returned from any rules that are applied to the current search.
/// </summary>
public partial class Widgets
{
Expand All @@ -24,9 +24,9 @@ public Widgets()
}

/// <summary>
/// banners defined in the merchandising studio for the given search.
/// Banners defined in the Merchandising Studio for a given search.
/// </summary>
/// <value>banners defined in the merchandising studio for the given search.</value>
/// <value>Banners defined in the Merchandising Studio for a given search.</value>
[JsonPropertyName("banners")]
public List<Banner> Banners { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Models/Search/Banner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Algolia.Search.Models.Search;

/// <summary>
/// a search banner with image and url.
/// Banner with image and link to redirect users.
/// </summary>
public partial class Banner
{
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Models/Search/BannerImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Algolia.Search.Models.Search;

/// <summary>
/// image of a search banner.
/// Image to show inside a banner.
/// </summary>
public partial class BannerImage
{
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Models/Search/BannerImageUrl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Algolia.Search.Models.Search;

/// <summary>
/// url for a search banner image.
/// URL for an image to show inside a banner.
/// </summary>
public partial class BannerImageUrl
{
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Models/Search/BannerLink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Algolia.Search.Models.Search;

/// <summary>
/// link for a banner defined in merchandising studio.
/// Link for a banner defined in the Merchandising Studio.
/// </summary>
public partial class BannerLink
{
Expand Down
6 changes: 3 additions & 3 deletions algoliasearch/Models/Search/Widgets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Algolia.Search.Models.Search;

/// <summary>
/// widgets returned from any rules that are applied to the current search.
/// Widgets returned from any rules that are applied to the current search.
/// </summary>
public partial class Widgets
{
Expand All @@ -24,9 +24,9 @@ public Widgets()
}

/// <summary>
/// banners defined in the merchandising studio for the given search.
/// Banners defined in the Merchandising Studio for a given search.
/// </summary>
/// <value>banners defined in the merchandising studio for the given search.</value>
/// <value>Banners defined in the Merchandising Studio for a given search.</value>
[JsonPropertyName("banners")]
public List<Banner> Banners { get; set; }

Expand Down

0 comments on commit 41c25ff

Please sign in to comment.