UX and code

This commit is contained in:
glmdev
2019-06-24 09:35:49 -05:00
parent 2a80e65c35
commit 2b95fc17a6
6 changed files with 40 additions and 6 deletions

View File

@@ -6,10 +6,14 @@ block content
| function. Then, call the
code breakpoint()
| function to send those outputs to DevBug.
h2 Node.js
p To use DevBug in a Node.js app, install the "devbugjs" NPM package. Then, to initialize DevBug, use the following code snippet at any point in the application:
pre
code #{devbug.code.node}
h2 PHP
p
| You'll need to ensure that the DevBug server URL and Project API Key are correct. These are local variables in the
code breakpoint()
code breakpoint()
| function.
h2 PHP
pre
code #{devbug.code.php}

View File

@@ -14,7 +14,7 @@ html
li.navli
a.nava(href='/dash/v1') Home
li.navli
a.nava(href='/dash/v1/code') Code Snippets
a.nava(href='/dash/v1/code') Using DevBug
li.navli
a.nava(href='/auth/logout') Logout
if show_back