Skip to content

Commit

Permalink
add plugin index page
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Lewis <[email protected]>
  • Loading branch information
lorenzolewis committed Aug 3, 2023
1 parent 653812e commit d2a48f8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/2/reference/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
core/
plugin/
plugin/**/
config.md
27 changes: 27 additions & 0 deletions src/content/docs/2/reference/plugin/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Plugin Reference
---

- [app](app): [JavaScript API](app/js)
- [authenticator](authenticator): [JavaScript API](authenticator/js)
- [autostart](autostart): [JavaScript API](autostart/js)
- [cli](cli): [JavaScript API](cli/js)
- [clipboard-manager](clipboard-manager): [JavaScript API](clipboard-manager/js)
- [dialog](dialog): [JavaScript API](dialog/js)
- [fs](fs): [JavaScript API](fs/js)
- [global-shortcut](global-shortcut): [JavaScript API](global-shortcut/js)
- [http](http): [JavaScript API](http/js)
- [log](log): [JavaScript API](log/js)
- [notification](notification): [JavaScript API](notification/js)
- [os](os): [JavaScript API](os/js)
- [positioner](positioner): [JavaScript API](positioner/js)
- [process](process): [JavaScript API](process/js)
- [shell](shell): [JavaScript API](shell/js)
- [sql](sql): [JavaScript API](sql/js)
- [store](store): [JavaScript API](store/js)
- [stronghold](stronghold): [JavaScript API](stronghold/js)
- [updater](updater): [JavaScript API](updater/js)
- [upload](upload): [JavaScript API](upload/js)
- [websocket](websocket): [JavaScript API](websocket/js)
- [window](window): [JavaScript API](window/js)
- [window-state](window-state): [JavaScript API](window-state/js)

0 comments on commit d2a48f8

Please sign in to comment.