Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Anthony Yeh 91cd585209 publish-site: Ignore vendored files in HTML checks. 2015-10-22 12:53:12 -07:00
Anthony Yeh 54115af88c Check for unconverted Markdown lists after running Jekyll.
If the writer doesn't put a newline before the list, it might look fine
in GitHub, but get passed through as plain text in Jekyll.

It's hard to detect this case in the raw Markdown without actually
parsing Markdown, because we'd need to distinguish between the first
item of a list, and subsequent items.

However, after running Jekyll, all Markdown lists should have been
converted, so we look for any unconverted lists before publishing.
2015-05-11 14:45:41 -07:00
Anthony Yeh 6f4288a2f5 Let the user verify changes before publishing site. 2015-04-07 14:45:42 -07:00
Shengzhe Yao e19b871ca0 checkout index.md from master branch when publish vitess.io 2015-03-04 18:56:10 -08:00
Shengzhe Yao 8b9c6aa666 publish index.md in root dir on vitess.io 2015-03-04 15:59:41 -08:00
Shengzhe Yao 3f79495f99 preserve links between docs in vitess.io
1. add logic in publish-site.sh to auto generate docs to
   vitess.io/_posts/doc
2. replace all inter doc links to proper vitess.io doc links
   in publish site step
3. add python script replace_doc_link which reaplces links in a
   given doc by vitess.io link
2015-02-17 10:57:39 -08:00
Shengzhe Yao 2c0c8fcce4 add github page for Vitess 2015-02-13 13:53:30 -08:00