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: