bazelbuild/bazel

Bazel docs infra: stop naively converting all markdown links to html

Open

#11,405 创建于 2020年5月15日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Java (4,465 fork)batch import
P3help wantedteam-Documentationtype: documentation (cleanup)

仓库指标

Star
 (25,384 star)
PR 合并指标
 (平均合并 22天 20小时) (30 天内合并 77 个 PR)

描述

The jekyll build script below naively converts all .md links in the doc site to .html. This is desirable for most links since the doc site uses .html in URLs, but it has caused problems when the intention is to keep the .md extension. For example, when linking directly to markdown files on GitHub.

https://github.com/bazelbuild/bazel/blob/357282fa857a007555ae053afc827283a3e402d6/site/jekyll-tree.sh#L104-L111

贡献者指南