Merge pull request #16952 from adamdmharvey/adamdmharvey/improve-api-reference
chore: Improve API Reference
This commit is contained in:
@@ -236,7 +236,7 @@ make and test changes is to do the following:
|
||||
Code for the isolated version of the plugin can be found inside the [/dev](./dev)
|
||||
directory. Changes to the plugin are hot-reloaded.
|
||||
|
||||
#### Recommended Dev Config
|
||||
### Recommended Dev Config
|
||||
|
||||
Paste this into your `app-config.local.yaml` while developing this plugin:
|
||||
|
||||
|
||||
@@ -25,6 +25,4 @@ export class GoogleAnalytics implements AnalyticsApi {
|
||||
},
|
||||
): GoogleAnalytics;
|
||||
}
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
|
||||
@@ -14,5 +14,11 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Analytics Module plugin for Google Analytics.
|
||||
*
|
||||
* @packageDocumentation
|
||||
*/
|
||||
|
||||
export { analyticsModuleGA } from './plugin';
|
||||
export * from './apis/implementations/AnalyticsApi';
|
||||
|
||||
Reference in New Issue
Block a user