From 1ece9cf315f3a2cd90321ba6a9402cf8099ef543 Mon Sep 17 00:00:00 2001 From: Justin Kenyon Date: Fri, 7 Feb 2025 12:36:28 -0500 Subject: [PATCH 1/3] Update index.md Signed-off-by: Justin Kenyon --- topics/4d-component/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/4d-component/index.md b/topics/4d-component/index.md index 8602b09766b..fc770345906 100644 --- a/topics/4d-component/index.md +++ b/topics/4d-component/index.md @@ -5,7 +5,7 @@ short_description: 4D components are sets of 4D methods, classes and forms that topic: 4d-component logo: 4d-component.png related: 4d -url: https://www.4d.com/ +url: https://www.4d.com wikipedia_url: https://en.wikipedia.org/wiki/4th_Dimension_(software) --- -4D components are sets of 4D methods, classes, and forms that add new functionalities to 4D applications. They can be installed in different 4D applications to extend their capabilities and allow developers to build more powerful and feature-rich applications. 4D components are an essential part of the 4D software development ecosystem, providing developers with the tools and resources they need to create high-quality, efficient, and reliable 4D applications. Whether you are a seasoned 4D developer or just getting started, 4D components can help you build better applications and bring your ideas to life. \ No newline at end of file +4D components are sets of 4D methods, classes, and forms that add new functionalities to 4D applications. They can be installed in different 4D applications to extend their capabilities and allow developers to build more powerful and feature-rich applications. 4D components are an essential part of the 4D software development ecosystem, providing developers with the tools and resources they need to create high-quality, efficient, and reliable 4D applications. Whether you are a seasoned 4D developer or just getting started, 4D components can help you build better applications and bring your ideas to life. From f3d0edb4f72f4bb2e0a7da14cb667a537ab20fe4 Mon Sep 17 00:00:00 2001 From: Justin Kenyon Date: Fri, 7 Feb 2025 12:39:23 -0500 Subject: [PATCH 2/3] Update topic-commenter.yml Signed-off-by: Justin Kenyon --- .github/workflows/topic-commenter.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/topic-commenter.yml b/.github/workflows/topic-commenter.yml index 0c299bd701e..180f74c8f8c 100644 --- a/.github/workflows/topic-commenter.yml +++ b/.github/workflows/topic-commenter.yml @@ -32,9 +32,8 @@ jobs: for (const file of files) { if (file.filename.startsWith('topics/')) { const parts = file.filename.split('/'); - const fileName = parts[parts.length - 1]; - const topic = fileName.split('.')[0]; // Remove any file extension - topics.push(topic); + const topicName = parts[parts.length - 2]; + topics.push(topicName); } } From c5c4ebdd319968a2f061a19b123d1c525debfd21 Mon Sep 17 00:00:00 2001 From: Justin Kenyon Date: Fri, 7 Feb 2025 12:41:31 -0500 Subject: [PATCH 3/3] Fix URL formatting in 4D component index --- topics/4d-component/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/4d-component/index.md b/topics/4d-component/index.md index fc770345906..68c4e255a24 100644 --- a/topics/4d-component/index.md +++ b/topics/4d-component/index.md @@ -5,7 +5,7 @@ short_description: 4D components are sets of 4D methods, classes and forms that topic: 4d-component logo: 4d-component.png related: 4d -url: https://www.4d.com +url: https://www.4d.com/ wikipedia_url: https://en.wikipedia.org/wiki/4th_Dimension_(software) --- 4D components are sets of 4D methods, classes, and forms that add new functionalities to 4D applications. They can be installed in different 4D applications to extend their capabilities and allow developers to build more powerful and feature-rich applications. 4D components are an essential part of the 4D software development ecosystem, providing developers with the tools and resources they need to create high-quality, efficient, and reliable 4D applications. Whether you are a seasoned 4D developer or just getting started, 4D components can help you build better applications and bring your ideas to life.