You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a file in the repo /website/content/word-lists/index.md that contains or links to the overview and tiered list.
Remove the /word-lists/tier-N/ files as too cumbersome to keep a growing list of words in a single file. Create redirects from there to index.md.
Rename /website/content/word-lists/overview.md to index.md, then have the Tier 1, 2, 3 subsections in the file contain a list of the terms, which are themselves links to the actual term.md file.
Have a single file for all terms, located in /website/content/language/word-list/.
Create a file /website/content/language/word-list/index.md that duplicates /website/content/word-lists/index.md.
Alternately, merge all together into a single relative path e.g. inclusivenaming.org/word-list/{index.md,term.md}
The text was updated successfully, but these errors were encountered:
Your ideas sound good, Karsten. Just so I'm clear: When you refer to term.md, should I assume that's a generic term referring to the Markdown files for each term? (Rather than a single term.md file containing all the definitions.) If so, then I'm good with that.
As for item (5), it sounds cleaner -- and easier to maintain going forward -- if we merge everything into a single relative path. But I defer to you and @abuango on that one.
Current situation
The main visible word list page doesn't link to the word lists directly, only from the menu.
The URL path to
/word-lists/
does not have an index file, so gives a 404 error.All of the terms are in two locations:
/word-lists/tier-N/
-- all terms are in the single tier file/language/word-list/
-- one file for each termRelevant URLs
Recommended fixes
/website/content/word-lists/index.md
that contains or links to the overview and tiered list./word-lists/tier-N/
files as too cumbersome to keep a growing list of words in a single file. Create redirects from there toindex.md
./website/content/word-lists/overview.md
toindex.md
, then have the Tier 1, 2, 3 subsections in the file contain a list of the terms, which are themselves links to the actualterm.md
file./website/content/language/word-list/
./website/content/language/word-list/index.md
that duplicates/website/content/word-lists/index.md
.inclusivenaming.org/word-list/{index.md,term.md}
The text was updated successfully, but these errors were encountered: