From bafdc24a6d4f553cd45344ee1eff99f162b5fcd1 Mon Sep 17 00:00:00 2001 From: KLsz Date: Mon, 28 Aug 2017 19:54:13 +0800 Subject: [PATCH] Add a link from the english doc pages to doc pages in other languages --- docs/build.md | 1 + docs/debug.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/build.md b/docs/build.md index f10d61a5..10b681c6 100644 --- a/docs/build.md +++ b/docs/build.md @@ -1,4 +1,5 @@ # Build +This page is also available in [Japanese](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/build.md), [Korean](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/build.md), [Russain](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/build.md), and [Simplified Chinese](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/build.md). ## Environments * npm: 4.x diff --git a/docs/debug.md b/docs/debug.md index ce1e1226..297782dc 100644 --- a/docs/debug.md +++ b/docs/debug.md @@ -1,4 +1,6 @@ # How to debug Boostnote (Electron app) +This page is also available in [Japanese](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/debug.md), [Russain](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/debug.md), and [Simplified Chinese](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/debug.md) + Boostnote is an Electron app so it's based on Chromium; developers can use `Developer Tools` just like Google Chrome. You can toggle the `Developer Tools` like this: