mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-03-09 02:23:30 +01:00
Updated icons and references to Noodl, plus build scripts
This commit is contained in:
@@ -2,5 +2,5 @@ const remote = require('@electron/remote');
|
||||
|
||||
export default function getDocsEndpoint() {
|
||||
const localDocs = remote.getGlobal('useLocalDocs');
|
||||
return localDocs ? 'http://localhost:3000' : 'https://noodlapp.github.io/noodl-docs/';
|
||||
return localDocs ? 'http://localhost:3000' : 'https://the-low-code-foundation.github.io/code-crusher-docs';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user