summaryrefslogtreecommitdiff
path: root/tools/doc/links-mapper.json
diff options
context:
space:
mode:
authorMarek Łabuz <mareklabuz@Mareks-MacBook-Pro-2.local>2019-10-12 15:00:42 +0200
committerAnna Henningsen <anna@addaleax.net>2019-11-30 18:17:56 +0100
commit62c61b754d7ade2d806fe9017818eb252c54353c (patch)
tree601323a20172ffa6e4129bfc53a1a2a9d4a754d4 /tools/doc/links-mapper.json
parent79faa875026a275b3e5eca019b3c50e1cbe2e34e (diff)
downloadandroid-node-v8-62c61b754d7ade2d806fe9017818eb252c54353c.tar.gz
android-node-v8-62c61b754d7ade2d806fe9017818eb252c54353c.tar.bz2
android-node-v8-62c61b754d7ade2d806fe9017818eb252c54353c.zip
tools: add unified plugin changing links for html docs
This commit introduces additional stage in the process of generating html docs from markdown files. Plugin transforms links to *.md files in the respository to links to *.html files in the online documentation. Fixes: https://github.com/nodejs/node/issues/28689 PR-URL: https://github.com/nodejs/node/pull/29946 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'tools/doc/links-mapper.json')
-rw-r--r--tools/doc/links-mapper.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/doc/links-mapper.json b/tools/doc/links-mapper.json
new file mode 100644
index 0000000000..158d72c7fe
--- /dev/null
+++ b/tools/doc/links-mapper.json
@@ -0,0 +1,6 @@
+{
+ "doc/api/synopsis.md": {
+ "command line options": "cli.html#cli_command_line_options",
+ "web server": "http.html"
+ }
+} \ No newline at end of file