Commit Graph

30 Commits

Author SHA1 Message Date
Allie Sadler 790a5c2a37
ENGDOCS-1184 (#16555) 2023-01-19 12:50:19 +00:00
Guillaume Tardif fe91aafd89
Minor extension docs improvement (#16516)
* Minor extension docs improvement

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Apply suggestions from code review

Co-authored-by: Lucas Bernalte <lucas.bernalte@gmail.com>

* Update desktop/extensions-sdk/build/frontend-extension-tutorial.md

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Lucas Bernalte <lucas.bernalte@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-01-13 13:55:51 +00:00
Guillaume Tardif 4782aa4915
Clarify security extension trust model, and move UI specific section in front-end code tutorial (#16511)
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2023-01-13 10:21:18 +00:00
Guillaume Tardif 635e0160e3
Remove extension beta mentions (#16383)
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2023-01-12 15:29:19 +00:00
Allie Sadler f956ab6552
Improve alt text on images (#16484) 2023-01-10 16:28:46 +00:00
Usha Mandya a6c6a1fa8d
Merge pull request #16409 from scraly/patch-3
fix: the App.tsx example file content
2022-12-29 10:48:20 +00:00
Aurelie Vache a821761ebf
fix: the App.tsx example file content 2022-12-28 11:53:43 +01:00
Aurelie Vache a151debaf1
fix: the dockerfile example 2022-12-27 20:04:07 +01:00
Benjamin Grandfond a137f93a62
Extract the validate section and remove build/install page
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-12-19 17:30:29 +01:00
Usha Mandya df88d8451a
Merge pull request #16289 from benja-M-1/extension/architecture
Add extensions architecture section
2022-12-13 09:44:34 +00:00
Benjamin Grandfond 81c885abcd
Add an architecture section
Co-authored-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Felipe Cruz Martinez <15997951+felipecruz91@users.noreply.github.com>
2022-12-13 09:35:02 +01:00
Ivan Curkovic 1879c281fb
Update of debug section (#16312)
- npm script was changed, command is different as well as port
2022-12-10 10:08:51 +00:00
Usha Mandya 66e21d5205
Merge pull request #16306 from benja-M-1/extension/open-form-new-tab
[Extension] Link to ask for other techs in the doc should open in a new tab
2022-12-09 19:44:34 +00:00
Benjamin Grandfond c0f2de06f1
Make the form link open in new tab 2022-12-08 16:51:25 +01:00
Sebastiaan van Stijn 4ca3621f01
desktop/extensions-sdk: add syntax directives to dockerfile examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-12-08 16:42:11 +01:00
Benjamin Grandfond 90ca64879c
Rework extension backend doc (#16236)
* Genericize frontend tutorial and make it clear other tech are usable and track it

* Rework backend tutorial to add tabs for other techs and incorporate the build and install commands.

* Guillaume's feedback
2022-12-06 16:11:54 +00:00
Benjamin Grandfond 9f48561e2d
Add guide about host binaries (#16198)
* Add host binary guide and move others to this section

* Fixes, improvements fronm review

* Update the example with a working version on windows

* More feedback from the team

* Fix tab id

* Fix broken links and images
2022-11-28 17:47:49 +00:00
Benjamin Grandfond 3e1e0335a6
Genericize frontend tutorial and make it clear other tech are usable and track it (#16195)
* Genericize frontend tutorial and make it clear other tech are usable and track it

* Fix linking

* Add some space before the callout

* Review feedback

* Fix link
2022-11-28 10:46:43 +00:00
Benjamin Grandfond c1f86e29c6
Add some mention to show extension containers from other places in the doc (#16175)
* Add some mention to show extension containers from other places in the doc

* Update desktop/extensions-sdk/quickstart.md

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-11-17 17:18:39 +00:00
Benjamin Grandfond be4d6cddc8
Add a more complete example on how to call the SDK and display the result in a React app (#16161)
* Add a more complete example on how to call the SDK and display the result in a React app

* Try to escape curly brackets to fix liquid error
2022-11-15 10:15:19 +00:00
Allie Sadler 2a1fd8eb23
style guide alignments (#16111)
* style guide alignments

* fix

* Update desktop/extensions-sdk/quickstart.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/build/build-install.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/build/test-debug.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/build/test-debug.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/build/test-debug.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/quickstart.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/quickstart.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-11-07 15:56:38 +00:00
Allie Sadler 8125871469
Make how to publish extensions more clear (#16067)
* Make how to publish extensions more clear

* fixes

* fix

* toc fix

* Update desktop/extensions-sdk/extensions/index.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/extensions/index.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/extensions/index.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/extensions/index.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/extensions/index.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/extensions/index.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/build/test-debug.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-11-04 12:47:34 +00:00
Guillaume Tardif 6228d4e263
Direct extension authors to the quickstart guide rather than samples when they start creating a codebase for their new extensions (#15702)
* Direct extension authors to the quickstart guide rather than samples when they start creating a codebase for their new extensions

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Apply suggestions from code review

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

* Fix warning class not picked up properly in note

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-09-22 08:50:25 +01:00
Shy Ruparel 0a66270ce5
Corrected spelling. 2022-08-29 15:15:42 -04:00
Brenton Bostick a34c66dc6d
Update react-extension.md (#15207) 2022-07-25 16:37:41 +00:00
Allie Sadler 9ff88bb27d fix broken links 2022-07-01 10:17:26 +01:00
Allie Sadler b9ba07e4ed refine the Extensions-sdk 2022-07-01 10:07:52 +01:00
Guillaume Tardif 79e5c22e3e
Remove extension prerequisite for separate CLI (#15030)
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2022-06-30 17:05:37 +01:00
Allie Sadler 4bcb3b2dc3
extensions-sdk reorg
- extensions-sdk reorg
- removal of tocs from API reference pages

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-06-23 12:32:13 +02:00
Sebastiaan van Stijn 60228db2fa
move files to new locations
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-06-23 10:38:44 +02:00