diff --git a/_locales/en/messages.json b/_locales/en/messages.json index e8f61491..4a225282 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -62,6 +62,9 @@ "tabLanding": { "message": "Welcome" }, + "tabHelp": { + "message": "Documentation & Support" + }, "tabSetup": { "message": "Setup" @@ -210,6 +213,12 @@ "defaultWelcomeText": { "message": "Welcome to Cleanflight - Configurator, a utility designed to simplify updating, configuring and tuning of your flight controller.

The application supports all hardware that can run cleanflight (sparky, cc3d, acro naze, naze, afromini, flip32, flip32+, cjmcu, chebuzz f3, stm32f3discovery, naze32pro, etc)

The firmware source code can be downloaded from here
The newest binary firmware image is available here

Latest CP210x Drivers can be downloaded from here
" }, + "defaultContributingHead": { + "message": "Contributing" + }, + "defaultContributingText": { + "message": "If you would like to help make Cleanflight even better you can help in many ways, including:
" + }, "defaultChangelogHead": { "message": "Configurator - Changelog" }, diff --git a/js/gui.js b/js/gui.js index 89fab7d7..8e52424c 100644 --- a/js/gui.js +++ b/js/gui.js @@ -15,7 +15,8 @@ var GUI_control = function () { this.timeout_array = []; this.defaultAllowedTabsWhenDisconnected = [ 'landing', - 'firmware_flasher' + 'firmware_flasher', + 'help' ]; this.defaultAllowedTabsWhenConnected = [ 'adjustments', diff --git a/main.html b/main.html index e7afaf49..fb41a0eb 100755 --- a/main.html +++ b/main.html @@ -11,6 +11,7 @@ + @@ -57,6 +58,7 @@ + @@ -133,6 +135,7 @@