From 6fb28b9064723d9f3e32f9330e18bc3f79ccb7e8 Mon Sep 17 00:00:00 2001 From: Harry Adel Date: Tue, 30 Jul 2024 17:24:22 +0300 Subject: [PATCH 1/4] Replace Slack with Discord --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 427d010986..149be33438 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ meteor * Deploy on [Meteor Cloud](https://www.meteor.com/cloud) * Discuss on [Forums](https://forums.meteor.com/) -* Join the Meteor community Slack by clicking this [invite link](https://join.slack.com/t/meteor-community/shared_invite/enQtODA0NTU2Nzk5MTA3LWY5NGMxMWRjZDgzYWMyMTEyYTQ3MTcwZmU2YjM5MTY3MjJkZjQ0NWRjOGZlYmIxZjFlYTA5Mjg4OTk3ODRiOTc). +* Join the Meteor community Discord by clicking this [invite link](https://discord.gg/hZkTCaVjmT). * Announcement list. Subscribe in the [footer](https://www.meteor.com/). From 542b795b13c275878a1c34f58673ba7190cad2fa Mon Sep 17 00:00:00 2001 From: Denilson Date: Tue, 10 Sep 2024 11:19:56 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 553133746b..e3de3485a2 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ meteor * Deploy on [Meteor Cloud](https://www.meteor.com/cloud) * Discuss on [Forums](https://forums.meteor.com/) -* Join the Meteor community Discord by clicking this [invite link](https://discord.gg/hZkTCaVjmT). +* Join the Meteor Discord by clicking this [invite link](https://discord.gg/hZkTCaVjmT). * Announcement list. Subscribe in the [footer](https://www.meteor.com/). From b6391a8ec5b2a45aba7dd42f637049ba450ca0a5 Mon Sep 17 00:00:00 2001 From: denihs Date: Tue, 10 Sep 2024 13:52:33 -0400 Subject: [PATCH 3/4] Add shouldGoTo link inside the mapped links in the docs --- v3-docs/docs/components/scripts/map-maker.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v3-docs/docs/components/scripts/map-maker.js b/v3-docs/docs/components/scripts/map-maker.js index 0222a49303..656166e7c1 100644 --- a/v3-docs/docs/components/scripts/map-maker.js +++ b/v3-docs/docs/components/scripts/map-maker.js @@ -131,8 +131,9 @@ export function filterMap(filter, apiList) { for (const key in apiList[api]) { const links = apiList[api][key]; // We get the shouldGoTo link here as well. - // In this case we just skip it + // In this case we just added it and continue if (!Array.isArray(links)) { + newLinks[key] = links; continue; } const newLinksArray = links.filter((link) => { From f19a11d769ce8a092c54abc612e1d4eb48eda576 Mon Sep 17 00:00:00 2001 From: denihs Date: Wed, 11 Sep 2024 11:41:47 -0400 Subject: [PATCH 4/4] - Make sure the field exists before trying to show it - Adjust spacing for table data to not overflow it --- v3-docs/docs/components/helpers/ParamTable.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v3-docs/docs/components/helpers/ParamTable.vue b/v3-docs/docs/components/helpers/ParamTable.vue index c906dfb3a2..c3d1cdf9ed 100644 --- a/v3-docs/docs/components/helpers/ParamTable.vue +++ b/v3-docs/docs/components/helpers/ParamTable.vue @@ -67,7 +67,7 @@ const sourceCode = `https://github.com/meteor/meteor/blob/devel/packages/${props {{ showTypes(param.type.names) }}