Getting Started Guide for extension development#896
Getting Started Guide for extension development#896freisenhauer wants to merge 32 commits intomasterfrom
Conversation
| title: Contributor werden | ||
| --- | ||
|
|
||
| TODO: Inhalt folgt |
There was a problem hiding this comment.
Doesn't look like this is ready for review yet, does it? Mind switching this PR back to "Draft" state for the time being?
There was a problem hiding this comment.
true, forgot to set draft, sorry.
08e51eb to
9b87800
Compare
e5dfc4e to
aeb4f61
Compare
|
Diving into this one for onboarding, training and testing 👀 |
aeb4f61 to
f9c90f6
Compare
| projectName: "developer-portal", // Usually your repo name. | ||
|
|
||
| onBrokenLinks: "throw", | ||
| onBrokenLinks: "warn", |
There was a problem hiding this comment.
oh should we really make this less strict?
There was a problem hiding this comment.
No no, this is just to get through build at all, fixing links and anchors is something i prefer doing as final steps, when guide structure is clear.
docs/contribution/20-getting-started/04-reference-extension.mdx
Outdated
Show resolved
Hide resolved
|
|
||
| :::warning Keine nativen HTML-Elemente | ||
| Für die Entwicklung von Frontend Fragments können, bis auf wenige Ausnahmen, keine nativen HTML-Elemente wie `<div>`, `<span>` oder `<button>` verwendet werden. | ||
| Für die Entwicklung von Frontend Fragments können, bis auf wenige [Ausnahmen](../../40-how-to/10-develop-frontend-fragment.mdx), keine nativen HTML-Elemente wie `<div>`, `<span>` oder `<button>` verwendet werden. |
There was a problem hiding this comment.
We should maybe add a fragment to the URL to get to the corresponding section (if it exists, lol).
|
|
||
| Wir empfehlen [zrok](https://zrok.io/) als Open Source und kostenlose Variante. | ||
|
|
||
| [//]: # TODO: Rly? What about: https://github.com/mittwald/extension-accessibility-checker?tab=readme-ov-file#load-the-frontend-fragments |
There was a problem hiding this comment.
I'm not quite following, to be honest. Could you briefly describe what you mean?
There was a problem hiding this comment.
Found this hint in the accessiblity checker extension, which seemed to me like i could just set some variable in the browser local storage in order to connect my extension to mStudio for development. Not sure if this fully replaces a tunnel, though.
…o getting started guide
dc1051d to
847b7a8
Compare
No description provided.