Skip to content

Commit

Permalink
feat: new resources, improvement for algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
nsdonato committed Mar 31, 2024
1 parent d463528 commit 18d5378
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions db/conferences/spain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const spain: DocPage = {
contributors: [{ github_username: 'nsdonato' }],
pageItems: [
{
name: 'Bilbo Stack',
imgPlaceholder: 'Bilbo Stack',
titleCard: '',
links: [{ type: LinkType.Web, url: 'https://bilbostack.com/' }],
cover: {
Expand All @@ -25,7 +25,7 @@ const spain: DocPage = {
},
},
{
name: 'T3chfest',
imgPlaceholder: 'T3chfest',
titleCard: '',
links: [{ type: LinkType.Web, url: 'https://t3chfest.es/2024/' }],
cover: {
Expand All @@ -44,7 +44,7 @@ const spain: DocPage = {
},
},
{
name: 'Commit Conf',
imgPlaceholder: 'Commit Conf',
titleCard: '',
links: [{ type: LinkType.Web, url: 'https://commit-conf.com/' }],
cover: {
Expand All @@ -63,7 +63,7 @@ const spain: DocPage = {
},
},
{
name: 'Pulpo Conf',
imgPlaceholder: 'Pulpo Conf',
titleCard: '',
links: [{ type: LinkType.Web, url: 'https://pulpocon.es/' }],
cover: {
Expand All @@ -82,7 +82,7 @@ const spain: DocPage = {
},
},
{
name: 'Salmorejo Tech',
imgPlaceholder: 'Salmorejo Tech',
titleCard: '',
links: [{ type: LinkType.Web, url: 'https://salmorejo.tech/2024/' }],
cover: {
Expand All @@ -101,7 +101,7 @@ const spain: DocPage = {
},
},
{
name: 'Software Crafters Barcelona',
imgPlaceholder: 'Software Crafters Barcelona',
titleCard: '',
links: [
{ type: LinkType.Web, url: 'https://softwarecrafters.barcelona/' },
Expand All @@ -122,7 +122,7 @@ const spain: DocPage = {
},
},
{
name: 'Barcelona Developers Conference',
imgPlaceholder: 'Barcelona Developers Conference',
titleCard: '',
links: [{ type: LinkType.Web, url: 'https://www.devbcn.com/' }],
cover: {
Expand All @@ -141,7 +141,7 @@ const spain: DocPage = {
},
},
{
name: 'Pamplona Software Crafters',
imgPlaceholder: 'Pamplona Software Crafters',
titleCard: '',
links: [{ type: LinkType.Web, url: 'https://pamplonaswcraft.com/' }],
cover: {
Expand Down
4 changes: 2 additions & 2 deletions db/testing/streamers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const streamers: DocPage = {
],
pageItems: [
{
name: 'Charly Automatiza',
imgPlaceholder: 'Charly Automatiza',
titleCard: 'Cypress, Playwright, etc.',
links: [
{
Expand All @@ -36,7 +36,7 @@ const streamers: DocPage = {
videos: [],
},
{
name: 'Coding is caring',
imgPlaceholder: 'Coding is caring',
titleCard: 'Testing, Cypress, etc.',
links: [
{
Expand Down

0 comments on commit 18d5378

Please sign in to comment.