mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
feat: add documentation for plugins (#1412)
* feat: add documentation for plugins * update prettierignore Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com> * update contributing guide Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com> * add notification guide stub Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com> * update guide Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com> * revise lifecycle events Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com> * some more updates and revisions Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com> * Formatting Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com> * resolve some todos * Update src/content/docs/2/guide/plugins/index.mdx * Update src/content/docs/2/guide/plugins/index.mdx * format * The big refactor * Fix broken links, add todo * rework sidebar * typos and minor fixes * fix link * Apply suggestions from code review * why?? * fill "develop an iOS plugin" section * Apply suggestions from code review * enable i18n * fix typo --------- Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com> Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
This commit is contained in:
committed by
GitHub
parent
8d8a05a146
commit
2d970c97d0
14
.github/CONTRIBUTING.md
vendored
14
.github/CONTRIBUTING.md
vendored
@@ -52,7 +52,17 @@ While Tauri 2.0 is still in the prerelease stage people follow these guidelines
|
||||
|
||||
### Writing Style
|
||||
|
||||
Any ideas? Put them here!
|
||||
**Dictionary**
|
||||
|
||||
| Word | Description |
|
||||
| -------- | ------------------------------------ |
|
||||
| app | A Tauri app, prefer over application |
|
||||
| web view | Where the UI is rendered |
|
||||
|
||||
- Use an [oxford comma](https://www.grammarly.com/blog/what-is-the-oxford-comma-and-why-do-people-care-so-much-about-it/) in paragraphs, but not in headings and titles
|
||||
- Use [title case](https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case) for headings and titles
|
||||
- Make headings as succinct as possible to help the reader quickly find the content they need
|
||||
- Use [simple present tense](https://www.grammarly.com/blog/simple-present/) for verbs
|
||||
|
||||
### Guide
|
||||
|
||||
@@ -90,4 +100,4 @@ Topics that are around understanding something can be written as a blog post (we
|
||||
|
||||
Thanks for your interest in helping to translate the documentation! Visit the [translation status page](https://beta.tauri.app/contribute/translate-status) to see which docs are ready for translation, need updated, or need reviewed.
|
||||
|
||||
Read the [Translating Guide](./TRANSLATING.md) for more information.
|
||||
Read the [Translating Guide](./TRANSLATING.md) for more information.
|
||||
|
||||
Reference in New Issue
Block a user