Skip to content

Commit

Permalink
Merge pull request #6 from openobserve/dev
Browse files Browse the repository at this point in the history
merge branch to dev
  • Loading branch information
ktx-kirtan authored Jan 30, 2025
2 parents 295e27f + 7cd1d7d commit 324db6d
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 26 deletions.
2 changes: 1 addition & 1 deletion src/api/about-us/content-types/about-us/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "about-us",
"pluralName": "about-uses",
"displayName": "AboutUs",
"displayName": "About Us Page",
"description": ""
},
"options": {
Expand Down
3 changes: 2 additions & 1 deletion src/api/blog/content-types/blog/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"info": {
"singularName": "blog",
"pluralName": "blogs",
"displayName": "Blog"
"displayName": "Blog Page",
"description": ""
},
"options": {
"draftAndPublish": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "community-support",
"pluralName": "community-supports",
"displayName": "Community-Support",
"displayName": "Community Support Page",
"description": ""
},
"options": {
Expand Down
3 changes: 2 additions & 1 deletion src/api/contact/content-types/contact/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"info": {
"singularName": "contact",
"pluralName": "contacts",
"displayName": "Contact"
"displayName": "Contact Us Page",
"description": ""
},
"options": {
"draftAndPublish": true
Expand Down
3 changes: 2 additions & 1 deletion src/api/download/content-types/download/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"info": {
"singularName": "download",
"pluralName": "downloads",
"displayName": "Download"
"displayName": "Download Page",
"description": ""
},
"options": {
"draftAndPublish": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "enterprice-support",
"pluralName": "enterprice-supports",
"displayName": "Enterprice-Support",
"displayName": "Enterprise Support Page",
"description": ""
},
"options": {
Expand Down
2 changes: 1 addition & 1 deletion src/api/faq/content-types/faq/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "faq",
"pluralName": "faqs",
"displayName": "Faq",
"displayName": "FAQs Page",
"description": ""
},
"options": {
Expand Down
3 changes: 2 additions & 1 deletion src/api/job/content-types/job/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"info": {
"singularName": "job",
"pluralName": "jobs",
"displayName": "Job"
"displayName": "Jobs Landing Page",
"description": ""
},
"options": {
"draftAndPublish": true
Expand Down
2 changes: 1 addition & 1 deletion src/api/platform/content-types/platform/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "platform",
"pluralName": "platforms",
"displayName": "platform-landing-page",
"displayName": "platform Landing Page",
"description": ""
},
"options": {
Expand Down
3 changes: 2 additions & 1 deletion src/api/pricing/content-types/pricing/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"info": {
"singularName": "pricing",
"pluralName": "pricings",
"displayName": "Pricing"
"displayName": "Pricing Page",
"description": ""
},
"options": {
"draftAndPublish": true
Expand Down
2 changes: 1 addition & 1 deletion src/api/resource/content-types/resource/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "resource",
"pluralName": "resources",
"displayName": "Resource",
"displayName": "Resources Landing Page",
"description": ""
},
"options": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "solution-landing-page",
"pluralName": "solution-landing-pages",
"displayName": "Solution-landing-page",
"displayName": "Solution Landing Page",
"description": ""
},
"options": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"singularName": "why-choose-us",
"pluralName": "why-choose-uses",
"displayName": "Why-choose-us",
"displayName": "Why Choose Us Page",
"description": ""
},
"options": {
Expand Down
31 changes: 18 additions & 13 deletions types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ export interface ApiAboutUsAboutUs extends Struct.SingleTypeSchema {
collectionName: 'about_uses';
info: {
description: '';
displayName: 'AboutUs';
displayName: 'About Us Page';
pluralName: 'about-uses';
singularName: 'about-us';
};
Expand Down Expand Up @@ -412,7 +412,8 @@ export interface ApiAboutUsAboutUs extends Struct.SingleTypeSchema {
export interface ApiBlogBlog extends Struct.SingleTypeSchema {
collectionName: 'blogs';
info: {
displayName: 'Blog';
description: '';
displayName: 'Blog Page';
pluralName: 'blogs';
singularName: 'blog';
};
Expand Down Expand Up @@ -441,7 +442,7 @@ export interface ApiCommunitySupportCommunitySupport
collectionName: 'community_supports';
info: {
description: '';
displayName: 'Community-Support';
displayName: 'Community Support Page';
pluralName: 'community-supports';
singularName: 'community-support';
};
Expand Down Expand Up @@ -477,7 +478,8 @@ export interface ApiCommunitySupportCommunitySupport
export interface ApiContactContact extends Struct.SingleTypeSchema {
collectionName: 'contacts';
info: {
displayName: 'Contact';
description: '';
displayName: 'Contact Us Page';
pluralName: 'contacts';
singularName: 'contact';
};
Expand Down Expand Up @@ -512,7 +514,8 @@ export interface ApiContactContact extends Struct.SingleTypeSchema {
export interface ApiDownloadDownload extends Struct.SingleTypeSchema {
collectionName: 'downloads';
info: {
displayName: 'Download';
description: '';
displayName: 'Download Page';
pluralName: 'downloads';
singularName: 'download';
};
Expand Down Expand Up @@ -549,7 +552,7 @@ export interface ApiEnterpriceSupportEnterpriceSupport
collectionName: 'enterprice_supports';
info: {
description: '';
displayName: 'Enterprice-Support';
displayName: 'Enterprise Support Page';
pluralName: 'enterprice-supports';
singularName: 'enterprice-support';
};
Expand Down Expand Up @@ -586,7 +589,7 @@ export interface ApiFaqFaq extends Struct.SingleTypeSchema {
collectionName: 'faqs';
info: {
description: '';
displayName: 'Faq';
displayName: 'FAQs Page';
pluralName: 'faqs';
singularName: 'faq';
};
Expand Down Expand Up @@ -694,7 +697,8 @@ export interface ApiHomepageHomepage extends Struct.SingleTypeSchema {
export interface ApiJobJob extends Struct.SingleTypeSchema {
collectionName: 'jobs';
info: {
displayName: 'Job';
description: '';
displayName: 'Jobs Landing Page';
pluralName: 'jobs';
singularName: 'job';
};
Expand Down Expand Up @@ -769,7 +773,7 @@ export interface ApiPlatformPlatform extends Struct.SingleTypeSchema {
collectionName: 'platforms';
info: {
description: '';
displayName: 'platform-landing-page';
displayName: 'platform Landing Page';
pluralName: 'platforms';
singularName: 'platform';
};
Expand Down Expand Up @@ -809,7 +813,8 @@ export interface ApiPlatformPlatform extends Struct.SingleTypeSchema {
export interface ApiPricingPricing extends Struct.SingleTypeSchema {
collectionName: 'pricings';
info: {
displayName: 'Pricing';
description: '';
displayName: 'Pricing Page';
pluralName: 'pricings';
singularName: 'pricing';
};
Expand Down Expand Up @@ -846,7 +851,7 @@ export interface ApiResourceResource extends Struct.SingleTypeSchema {
collectionName: 'resources';
info: {
description: '';
displayName: 'Resource';
displayName: 'Resources Landing Page';
pluralName: 'resources';
singularName: 'resource';
};
Expand Down Expand Up @@ -887,7 +892,7 @@ export interface ApiSolutionLandingPageSolutionLandingPage
collectionName: 'solution_landing_pages';
info: {
description: '';
displayName: 'Solution-landing-page';
displayName: 'Solution Landing Page';
pluralName: 'solution-landing-pages';
singularName: 'solution-landing-page';
};
Expand Down Expand Up @@ -968,7 +973,7 @@ export interface ApiWhyChooseUsWhyChooseUs extends Struct.SingleTypeSchema {
collectionName: 'why_choose_uses';
info: {
description: '';
displayName: 'Why-choose-us';
displayName: 'Why Choose Us Page';
pluralName: 'why-choose-uses';
singularName: 'why-choose-us';
};
Expand Down

0 comments on commit 324db6d

Please sign in to comment.