8000 Merge pull request #6854 from makermelissa/main · pepijndevos/circuitpython@5d08a17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d08a17

Browse files
authored
Merge pull request adafruit#6854 from makermelissa/main
Add info and link for Web Workflow /code/ page
2 parents b1371ce + 8e0c693 commit 5d08a17

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/workflows.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,12 @@ curl -v -L http://circuitpython.local/cp/version.json
405405
}
406406
```
407407

408+
#### `/code/`
409+
410+
The `/code/` page returns a small static html page that will pull in and load the full code editor from
411+
[code.circuitpython.org](https://code.circuitpython.org) for a full code editor experience. Because most
412+
of the resources reside online instead of the device, an active internet connection is required.
413+
408414
### Static files
409415

410416
* `/favicon.ico` - Blinka

supervisor/shared/web_workflow/static/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<h1><a href="/"><img src="/favicon.ico"/></a>&nbsp;Welcome!</h1>
1414

15-
<p>Welcome to CircuitPython's Web API. Go to the <a href="/fs/">file browser</a> to work with files in the CIRCUITPY drive. Go to the <a href="/cp/serial/">serial terminal</a> to see code output and interact with the REPL. Make sure you've set <code>CIRCUITPY_WEB_API_PASSWORD='somepassword'</code> in <code>/.env</code>. Provide the password when the browser prompts for it. <strong>Leave the username blank.</strong></p>
15+
<p>Welcome to CircuitPython's Web API. Go to the <a href="/fs/">file browser</a> to work with files in the CIRCUITPY drive. Go to the <a href="/code/">full code editor</a> for a more enriching experience which requires an active internet connection. Go to the <a href="/cp/serial/">serial terminal</a> to see code output and interact with the REPL. Make sure you've set <code>CIRCUITPY_WEB_API_PASSWORD='somepassword'</code> in <code>/.env</code>. Provide the password when the browser prompts for it. <strong>Leave the username blank.</strong></p>
1616

1717
<h2>Device Info:</h2>
1818

0 commit comments

Comments
 (0)
0