Skip to content

Commit

Permalink
Merge branch 'master' into script-migration-2
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya authored Feb 1, 2025
2 parents 197da3d + f0e6ca9 commit 767044d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion components/TOC.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function TOC({ className, cssBreakingPoint = 'xl', toc, contentSe
// a-namedefinitionsapplicationaapplication slugWithATag contains transformed heading name that is later used
// for scroll spy identification
slugWithATag: item.content
.replace(/[<>?!:`'."\\/=]/gi, '')
.replace(/[<>?!:`'."\\/=@#$%^&*()[\]{}+,;]/gi, '')
.replace(/\s/gi, '-')
.toLowerCase()
}));
Expand Down
12 changes: 6 additions & 6 deletions components/campaigns/banners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ export function shouldShowBanner(cfpDeadline: string) {
export const banners = [
{
title: 'AsyncAPI Conference',
city: 'Paris Edition',
dateLocation: '5th of December, 2024 | France, Paris',
cfaText: 'Get Your Free Ticket',
eventName: 'the AsyncAPI Conf in Paris',
cfpDeadline: '2024-12-01T06:00:00Z',
link: 'https://conference.asyncapi.com/#tickets'
city: 'Singapore Edition',
dateLocation: '15th - 16th of April, 2025 | Marina Bay, Singapore',
cfaText: 'Apply To Speak',
eventName: 'the end of Call for Speakers',
cfpDeadline: '2025-02-24T06:00:00Z',
link: 'https://apidays.typeform.com/apidayscfp?typeform-source=www.apidays.global'
}
];
7 changes: 0 additions & 7 deletions config/meetings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
[
{
"title": "Marketing WG Meeting",
"calLink": "https://www.google.com/calendar/event?eid=NDd1NzNqdWprNWdqc3U3aGsyZnBhOWpobXMgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/1553",
"banner": "",
"date": "2024-10-22T14:00:00.000Z"
},
{
"title": "Marketing WG Meeting",
"calLink": "https://www.google.com/calendar/event?eid=MG9qY2RycjY2cm0xMW1ibTVpZGh2MXZuNjQgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
Expand Down

0 comments on commit 767044d

Please sign in to comment.