Skip to content

Commit

Permalink
Final pass at customization docs
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Jul 29, 2020
1 parent 092bf5f commit 993a137
Show file tree
Hide file tree
Showing 11 changed files with 410 additions and 400 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,5 @@ src/frontend/sass
go-vendor-*.tgz

website/build
website/site-dist
website/site-dist
website/.docusaurus
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions website/docs/extensions/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Currently, to create an extension to the backend:

1. Build Jetstream

> Note: There are a few plugins in the `src/jetstream/plugins` folder that should help serve as examples of how to write a plugin.
> There are a few plugins in the `src/jetstream/plugins` folder that should help serve as examples of how to write a plugin.
> Note: Jetstream uses the [Echo web server](https://echo.labstack.com/) from Labstack - some familiarity with this is required when developing backend plugins.
> Jetstream uses the [Echo web server](https://echo.labstack.com/) from Labstack - some familiarity with this is required when developing backend plugins.
## Plugin Interface

All plugins must implement the interface `interfaces.StratosPlugin` - this is defined in `src/jetstream/repository/interfaces/plugin.go`.
Expand Down
155 changes: 0 additions & 155 deletions website/docs/extensions/customizing.md

This file was deleted.

Loading

0 comments on commit 993a137

Please sign in to comment.