osu-wiki
osu-wiki copied to clipboard
Make article-specific yaml files for redirects and tags
Current:
- Article_A/
- Article_B/
...
- redirect.yaml
Proposed:
- Article_with_redirects_or_tags/
- properties.yaml
- Article_with_no_redirects_or_tags/
...
properties.yaml
would contain two sequences, one for redirects
and one for tags
needs a web implementation, of course. I think this would be easier to manage, since redirects and tags are not language-specific, and it's kinda annoying to remember about updating redirect.yaml
every time an article is added/deleted/moved
I don't think this kind of nesting is preferrable, here's a better one:
Article_Link/
Article_Link/
| _ redirect.yaml
paths.yaml
Where paths.yaml
can be:
paths:
- 'Article_1/'
- 'Article_2/'
what is the purpose of paths.yaml
in your suggestion?
does anyone else have input on this
I agree, since it's hard to keep track of articles that have redirects/tags.
my input on this is that it's easier to maintain one file than 900