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 term
Relevant URLs
Recommended fixes
- 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}
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.mdthat 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.mdtoindex.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.mdfile./website/content/language/word-list/./website/content/language/word-list/index.mdthat duplicates/website/content/word-lists/index.md.inclusivenaming.org/word-list/{index.md,term.md}