Skip to content

Commit 37ac43b

Browse files
committed
Restore visibility of deprecated categories
Previously, in order to reduce the clutter of the forum's category structure, the permissions of these deprecated categories were configured to cause them to not be publicly visible. Since then, the alternative approach has been adopted of moving deprecated categories under a "Recycle Bin" category, which is public but not shown in the primary topic listings. The previous approach is potentially harmful in that it would break any links to the category itself (though not to the posts that had been moved out of the category, since post URLs are not category-dependent). Making the categories visible once more avoids the breakage of any links to the category.
1 parent c81b038 commit 37ac43b

File tree

6 files changed

+12
-27
lines changed

6 files changed

+12
-27
lines changed

.markdown-link-check.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
{
2121
"pattern": "^https://chromewebstore\\.google\\.com/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij$"
2222
},
23-
{
24-
"pattern": "^https://forum\\.arduino\\.cc/c/forum-2005-2010-read-only/recycle-bin/events-and-tour/"
25-
},
26-
{
27-
"pattern": "^https://forum\\.arduino\\.cc/c/forum-2005-2010-read-only/recycle-bin/makers/"
28-
},
2923
{
3024
"pattern": "^https://forum\\.arduino\\.cc/c/official-hardware/mkr-boards/mkr1000-old/"
3125
},
@@ -44,12 +38,6 @@
4438
{
4539
"pattern": "^https://forum\\.arduino\\.cc/t/about-the-cloud-category/847576$"
4640
},
47-
{
48-
"pattern": "^https://forum\\.arduino\\.cc/t/about-the-events-and-tour-category/847508$"
49-
},
50-
{
51-
"pattern": "^https://forum\\.arduino\\.cc/t/about-the-makers-category/847507$"
52-
},
5341
{
5442
"pattern": "^https://forum\\.arduino\\.cc/t/about-the-mkr1000-old-category/847575$"
5543
},
@@ -77,9 +65,6 @@
7765
{
7866
"pattern": "^https://forum\\.arduino\\.cc/t/flag-for-post-making-responsible-use-of-ai-generated-content/1289013$"
7967
},
80-
{
81-
"pattern": "^https://forum\\.arduino\\.cc/t/hi-welcome-to-maker-faire-rome-the-european-edition/158299$"
82-
},
8368
{
8469
"pattern": "^https://forum\\.arduino\\.cc/t/how-to-get-the-best-out-of-this-forum/1114083$"
8570
},

content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Permissions
44

5-
| Group | See | Reply | Create |
6-
| ----- | --- | ----- | ------ |
7-
| staff || | |
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone || | |
88

99
## Published At
1010

11-
https://forum.arduino.cc/c/forum-2005-2010-read-only/recycle-bin/events-and-tour/68 (private)
11+
https://forum.arduino.cc/c/forum-2005-2010-read-only/recycle-bin/events-and-tour/68
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- https://forum.arduino.cc/t/about-the-events-and-tour-category/847508 (private)
1+
- https://forum.arduino.cc/t/about-the-events-and-tour-category/847508

content/categories/forum-2005-2010-read-only/recycle-bin/events-and-tour/_topics/about-the-events-and-tour-category/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Published At
44

5-
https://forum.arduino.cc/t/about-the-events-and-tour-category/847508 (private)
5+
https://forum.arduino.cc/t/about-the-events-and-tour-category/847508

content/categories/forum-2005-2010-read-only/recycle-bin/makers/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Permissions
44

5-
| Group | See | Reply | Create |
6-
| ----- | --- | ----- | ------ |
7-
| staff || | |
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone || | |
88

99
## Published At
1010

11-
https://forum.arduino.cc/c/forum-2005-2010-read-only/recycle-bin/makers/67 (private)
11+
https://forum.arduino.cc/c/forum-2005-2010-read-only/recycle-bin/makers/67
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- https://forum.arduino.cc/t/about-the-makers-category/847507 (private)
2-
- https://forum.arduino.cc/t/hi-welcome-to-maker-faire-rome-the-european-edition/158299 (private)
1+
- https://forum.arduino.cc/t/about-the-makers-category/847507
2+
- https://forum.arduino.cc/t/hi-welcome-to-maker-faire-rome-the-european-edition/158299

0 commit comments

Comments
 (0)