Skip to content

Commit

Permalink
docs: update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ratson committed May 19, 2023
1 parent 136ef5d commit e303cf4
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion examples/ionic-angular-capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"//test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cordova/api/classes/AppOpenAd.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ ___

### on

**on**(...`args`): () => `void`
**on**(`...args`): () => `void`

#### Parameters

Expand Down
2 changes: 1 addition & 1 deletion website/docs/cordova/api/classes/BannerAd.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ ___

### on

**on**(...`args`): () => `void`
**on**(`...args`): () => `void`

#### Parameters

Expand Down
2 changes: 1 addition & 1 deletion website/docs/cordova/api/classes/InterstitialAd.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ ___

### on

**on**(...`args`): () => `void`
**on**(`...args`): () => `void`

#### Parameters

Expand Down
2 changes: 1 addition & 1 deletion website/docs/cordova/api/classes/MobileAd.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ ___

### on

**on**(...`args`): () => `void`
**on**(`...args`): () => `void`

#### Parameters

Expand Down
2 changes: 1 addition & 1 deletion website/docs/cordova/api/classes/NativeAd.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ ___

### on

**on**(...`args`): () => `void`
**on**(`...args`): () => `void`

#### Parameters

Expand Down
2 changes: 1 addition & 1 deletion website/docs/cordova/api/classes/RewardedAd.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ ___

### on

**on**(...`args`): () => `void`
**on**(`...args`): () => `void`

#### Parameters

Expand Down
2 changes: 1 addition & 1 deletion website/docs/cordova/api/classes/RewardedInterstitialAd.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ ___

### on

**on**(...`args`): () => `void`
**on**(`...args`): () => `void`

#### Parameters

Expand Down
8 changes: 4 additions & 4 deletions website/docs/ionic/api/classes/AdMob.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ packages/ionic/src/ngx/index.ts:263

### configRequest

**configRequest**(...`opts`): `Promise`<`unknown`\>
**configRequest**(`...opts`): `Promise`<`unknown`\>

#### Parameters

Expand All @@ -174,7 +174,7 @@ ___

### configure

**configure**(...`opts`): `Promise`<`unknown`\>
**configure**(`...opts`): `Promise`<`unknown`\>

#### Parameters

Expand Down Expand Up @@ -236,7 +236,7 @@ ___

### setAppMuted

**setAppMuted**(...`opts`): `Promise`<`unknown`\>
**setAppMuted**(`...opts`): `Promise`<`unknown`\>

#### Parameters

Expand All @@ -260,7 +260,7 @@ ___

### setAppVolume

**setAppVolume**(...`opts`): `Promise`<`unknown`\>
**setAppVolume**(`...opts`): `Promise`<`unknown`\>

#### Parameters

Expand Down
2 changes: 1 addition & 1 deletion website/docs/ionic/api/classes/BannerAd.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ ___

### on

**on**(...`opts`): () => `void`
**on**(`...opts`): () => `void`

#### Parameters

Expand Down
2 changes: 1 addition & 1 deletion website/docs/ionic/api/classes/InterstitialAd.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ ___

### on

**on**(...`opts`): () => `void`
**on**(`...opts`): () => `void`

#### Parameters

Expand Down
6 changes: 3 additions & 3 deletions website/docs/ionic/api/classes/NativeAd.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ ___

### on

**on**(...`opts`): () => `void`
**on**(`...opts`): () => `void`

#### Parameters

Expand Down Expand Up @@ -212,7 +212,7 @@ ___

### show

**show**(...`args`): `Promise`<`unknown`\>
**show**(`...args`): `Promise`<`unknown`\>

#### Parameters

Expand All @@ -236,7 +236,7 @@ ___

### showWith

**showWith**(...`args`): `Promise`<`void`\>
**showWith**(`...args`): `Promise`<`void`\>

#### Parameters

Expand Down
2 changes: 1 addition & 1 deletion website/docs/ionic/api/classes/RewardedAd.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ ___

### on

**on**(...`opts`): () => `void`
**on**(`...opts`): () => `void`

#### Parameters

Expand Down
2 changes: 1 addition & 1 deletion website/docs/ionic/api/classes/RewardedInterstitialAd.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ ___

### on

**on**(...`opts`): () => `void`
**on**(`...opts`): () => `void`

#### Parameters

Expand Down
24 changes: 12 additions & 12 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@
"gen": "ts-node -TH scripts/gen.ts"
},
"dependencies": {
"@docusaurus/core": "2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.2.0",
"@tsconfig/docusaurus": "^1.0.6",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-helmet": "^6.1.5",
"@docusaurus/module-type-aliases": "2.4.1",
"@tsconfig/docusaurus": "^1.0.7",
"@types/node": "^20.2.1",
"@types/react": "^18.2.6",
"@types/react-helmet": "^6.1.6",
"@types/react-router-dom": "^5.3.3",
"cordova-common": "^4.1.0",
"docusaurus-plugin-typedoc": "~0.17.5",
"cordova-common": "^5.0.0",
"docusaurus-plugin-typedoc": "~0.19.2",
"markdown-magic": "^2.6.1",
"replace-in-file": "^6.3.5",
"ts-node": "^10.9.1",
"typedoc": "~0.23.21",
"typedoc-plugin-markdown": "~3.13.6",
"typescript": "~4.9.3"
"typedoc": "~0.24.7",
"typedoc-plugin-markdown": "~3.15.3",
"typescript": "~5.0.4"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit e303cf4

Please sign in to comment.