Correctly store language and platform mappings together (#3588)
Previously they were stored separately in their own arrays. This made them disconnected, and impossible to know if a page belonged to which platform and language combination. This PR adds an array of objects called `targets` which contains platform/language pairs.
This commit is contained in:

committed by
Marco Bonelli

parent
bfbe15c8e4
commit
62731a8b64
1
.gitignore
vendored
1
.gitignore
vendored
@@ -17,3 +17,4 @@ test_result
|
||||
# but it's been superseded by a static asset
|
||||
# hosted at https://tldr-pages.github.io/assets/index.json
|
||||
pages/index.json
|
||||
index.json
|
||||
|
Reference in New Issue
Block a user