1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
Commit graph

7 commits

Author SHA1 Message Date
Agniva De Sarker
62731a8b64 Correctly store language and platform mappings together ()
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.
2019-11-19 18:58:23 +01:00
Marco Bonelli
2fedf6ce96 build-index: add error check, fix regexp typo 2019-04-03 17:21:57 +05:30
Marco Bonelli
e5d84c429b build-index: clean syntax 2019-04-03 17:21:57 +05:30
Agniva De Sarker
d7f6df4ed7
Include languages in index file () 2019-01-10 13:52:44 +05:30
Zlatan Vasović
27123e215a Fix build-index.js coding style ()
- Use single quotes consistently
- Insert space before parenthesis in anonymous function declarations
2016-10-02 10:19:50 +05:30
Igor Shubovych
15adee9228 Fix . Update index.json format 2016-01-24 10:54:27 +02:00
Igor Shubovych
72196b030d Use NodeJS NPM package markdownlint instead of Ruby gem mdl 2016-01-19 22:28:54 +02:00