Compare commits

..

3 Commits

Author SHA1 Message Date
Eric Spooner 0a3a9fe8fb Merge branch 'master' of https://meetup.fargo3d.com/Fargo3d/3DPrintMeetup 2025-12-02 06:23:26 -06:00
Eric Spooner 9aa21a6268 update page to have hidden tag 2025-12-01 21:01:31 -06:00
Eric Spooner c300bd0ad8 Update copilot instructions with wiki tagging standards 2025-12-01 20:42:36 -06:00
2 changed files with 15 additions and 7 deletions

View File

@ -7,19 +7,22 @@ Always use a plain lowercase 'x' for dimensions and multiplication.
- WRONG: `25mm × 25mm × 25mm` - WRONG: `25mm × 25mm × 25mm`
- CORRECT: `25mm x 25mm x 25mm` - CORRECT: `25mm x 25mm x 25mm`
# Wiki Tagging Rules # Wiki Tagging Standards
All challenge pages in the wiki must include YAML front matter with a `tags` list. All wiki pages should use YAML frontmatter for tagging.
## Tagging Standards ## Challenge Tags
All challenge pages must include the following tags:
1. **Challenge Tag**: All challenge pages must have the `challenge` tag. - `challenge`: Identifies the page as a challenge.
2. **Number Tag**: All challenge pages must have a sequential number tag in the format `challenge-XXX`. - `challenge-NNN`: A unique sequential identifier.
- `challenge-001`: October 2025 - `challenge-001`: October 2025
- `challenge-002`: November 2025 - `challenge-002`: November 2025
- `challenge-003`: December 2025 - `challenge-003`: December 2025
- Increment for subsequent months. - Increment for subsequent months.
3. **Archive Tag**: Past challenges must have the `archive` tag. - `archive`: (Optional) Use this tag when the challenge is no longer active.
## Visibility Tags
- `hidden`: Use this tag to prevent the page from being published to the fargo3d.com website.
## Example Front Matter ## Example Front Matter

View File

@ -1,3 +1,8 @@
---
gitea: none
tags:
- hidden
---
# Ideas and Planning # Ideas and Planning
## Future Event Concepts ## Future Event Concepts