-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make article-specific yaml files for redirects and tags #1780
Comments
I don't think this kind of nesting is preferrable, here's a better one:
Where paths:
- 'Article_1/'
- 'Article_2/' |
what is the purpose of |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current:
Proposed:
properties.yaml
would contain two sequences, one forredirects
and one fortags
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/movedThe text was updated successfully, but these errors were encountered: