Skip to content

Commit dc2a435

Browse files
committed
Merge branch 'develop' of github.com:cables-gl/cables_docs into develop
2 parents fad8c00 + 78cb99a commit dc2a435

24 files changed

Lines changed: 112 additions & 127 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This repository contains files of the documentation on the cables.gl website:
88
### Issues and discussions
99

1010
Discuss cables.gl features, ask questions, report problems, show patches, request feature or report bugs:
11+
1112
- https://github.com/cables-gl/cables/issues
1213

1314
### Issue Workflow

md/4_export_embed/dev_embed/dev_embed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The size of the exported patches are relatively small as only the ops which you
66
- In the Editor choose `Export` in the menu to open the export dialog
77
- Use one of the following export services to export your patch:
88

9-
- [Export a ZIP file](export_zip/export_zip)
9+
- [Export HTML](export_zip/export_zip)
1010
- [Export to github (pages)](export_github/export_github)
1111
- [Export and deploy to netlify](export_netlify/export_netlify)
1212
- [Export creating a standalone executable](export_exe/export_exe)

md/4_export_embed/dev_embed/export_exe/export_exe.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ these files included in the export.
6060
- Single Javascript File: packages and minifies everything into one single javascript file to include
6161
- Multiple Files: will keep the patch configuration, your code, and core code in seperate files
6262

63-
### Skip Backups
64-
65-
- When deselecting this option, the export will include JSON-files for all the versions of your patch that can be re-imported into cables later.
66-
6763
### Export without subdirectories
6864

6965
- Should you need the directory structure of your patch to be "flat" (no js/ or assets/ subdirectory) you can select this option.

md/4_export_embed/dev_embed/export_github/export_github.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ these files included in the export.
7878
- Single Javascript File: Packages and minifies everything into one single javascript file to include.
7979
- Multiple Files: Keeps the patch configuration, your code, and core code in separate files.
8080

81-
### Skip Backups
82-
83-
- When deselecting this option, the export will include JSON-files for all the versions of your patch that can be re-imported into cables later.
84-
8581
### Export without subdirectories
8682

8783
- Should you need the directory structure of your patch to be "flat" (no js/ or assets/ subdirectory) you can select this option.

md/4_export_embed/dev_embed/export_netlify/export_netlify.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ these files included in the export.
6060
- Single Javascript File: packages and minifies everything into one single javascript file to include
6161
- Multiple Files: will keep the patch configuration, your code, and core code in seperate files
6262

63-
### Skip Backups
64-
65-
- When deselecting this option, the export will include JSON-files for all the versions of your patch that can be re-imported into cables later.
66-
6763
### Export without subdirectories
6864

6965
- Should you need the directory structure of your patch to be "flat" (no js/ or assets/ subdirectory) you can select this option.

md/4_export_embed/dev_embed/export_standalone/export_standalone.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ Download the latest version of ["cables standalone"](https://dev.cables.gl/downl
99

1010
Install and/or open the standalone version, select "Open Patch" from the menu or the welcome screen, select
1111
the `.cables` file you just downloaded. Start patching!
12+
13+
## Import on cables.gl
14+
15+
Patches that have been exported as a full patch can be re-imported to cables.gl. To import a patch, go to the [import tab](/mydata#import)
16+
in the "My Data" section on cables.gl and upload the Zip created during export or manual backup.
17+
18+
Read more in the documentation on [importing patches](../../import/import) for further steps.

md/4_export_embed/dev_embed/export_zip/export_zip.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Export a ZIP file
1+
# HTML Export
22

3-
Select the "DOWNLOAD" option in the export dialog:
3+
Select the "Download HTML" option in the export dialog:
44

5-
![Button](../img/export_zip.png)
5+
![Button](../img/export_html.png)
66

77
If you just want to download your patch and put it on any webserver that you can upload files to, this
88
is your best option.
@@ -33,9 +33,6 @@ these files included in the export.
3333
- Single Javascript File: packages and minifies everything into one single javascript file to include
3434
- Multiple Files: will keep the patch configuration, your code, and core code in seperate files
3535

36-
### Skip Backups
37-
38-
- When deselecting this option, the export will include JSON-files for all the versions of your patch that can be re-imported into cables later.
3936

4037
### Export without subdirectories
4138

0 commit comments

Comments
 (0)