Commit Graph

9 Commits (8699caba882cfabbac44e923184aa079d1ad0748)

Author SHA1 Message Date
dependabot[bot] 6260eba27c
build(deps): bump glob from 7.2.0 to 10.2.7 (#10377)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
2023-07-06 08:47:20 -07:00
CleanMachine1 6637acf662
scripts: add SPDX-License-Identifier in files (#6215) 2021-07-16 14:15:31 +01:00
Agniva De Sarker 62731a8b64 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.
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 (#2696) 2019-01-10 13:52:44 +05:30
Zlatan Vasović 27123e215a Fix build-index.js coding style (#1101)
- Use single quotes consistently
- Insert space before parenthesis in anonymous function declarations
2016-10-02 10:19:50 +05:30
Igor Shubovych 15adee9228 Fix #717. 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