-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add documentation for plugins (#1412)
* feat: add documentation for plugins * update prettierignore Signed-off-by: Lorenzo Lewis <[email protected]> * update contributing guide Signed-off-by: Lorenzo Lewis <[email protected]> * add notification guide stub Signed-off-by: Lorenzo Lewis <[email protected]> * update guide Signed-off-by: Lorenzo Lewis <[email protected]> * revise lifecycle events Signed-off-by: Lorenzo Lewis <[email protected]> * some more updates and revisions Signed-off-by: Lorenzo Lewis <[email protected]> * Formatting Signed-off-by: Lorenzo Lewis <[email protected]> * 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 <[email protected]> Co-authored-by: Lorenzo Lewis <[email protected]>
- Loading branch information
1 parent
8d8a05a
commit 2d970c9
Showing
9 changed files
with
736 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ pnpm-lock.yaml | |
|
||
# Configs | ||
.github | ||
!.github/**.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Commands | ||
--- | ||
|
||
import Stub from '@components/Stub.astro'; | ||
|
||
<Stub /> |
Oops, something went wrong.