Skip to content

Commit b596030

Browse files
author
Aleem Mawani
committed
Merge remote-tracking branch 'origin/main'
2 parents 0cf8b1b + fc439b0 commit b596030

20 files changed

+3361
-4622
lines changed

docs/butterbar.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
id: butterbar
32
title: ButterBar
43
---
54
This namespace contains methods for showing informative messages to the user. In Gmail this is a small yellow "butter bar" overlay near the top.

docs/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
id: changelog
32
title: Change Log
43
---
54

docs/common-data-types.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
id: common-data-types
32
title: Common Data Types
43
---
54

docs/compose.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
id: compose
32
title: Compose
43
---
54

docs/conversations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
id: conversations
32
title: Conversations
43
---
54
This namespace allows you to interact with Gmail conversations (typically called threads). The fundamental views you interact with are ThreadView and MessageView and there is a 1 to many relationship between them. The functions in Conversations.* allow you to obtain these views which you can then further manipulate.

docs/getting-started.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
2-
id: getting-started
32
title: Getting Started
4-
sidebar_label: Getting Started
53
slug: /
64
---
75

@@ -17,13 +15,16 @@ Don't forget to register for an AppId to run your app in production, it's quick
1715
## Quick Start
1816

1917
Get your AppId here: [`🌎 AppId Registration`](https://www.inboxsdk.com/register)
20-
Download the SDK here: [`⬇️ inboxsdk.js`](https://www.inboxsdk.com/build/inboxsdk.js)
2118

22-
:::tip MV3 Compatible Beta now on NPM
23-
New beta of `inboxsdk.js` available on NPM that is compatible with Manifest V3 and doesn't use remote loading [See Announcement](https://groups.google.com/g/inboxsdk/c/MAT_zImFu5I/m/N_7nDojRAgAJ)
19+
:::tip MV3 Compatible Version now on NPM
20+
The InboxSDK is now available on NPM in a Chrome MV3-compatible form which does not use remote loading. This Getting Started page is still being updated for the NPM version. Please see instead the [Hello World example extension GitHub repo](https://github.com/InboxSDK/hello-world) and the [NPM version announcement post](https://groups.google.com/g/inboxsdk/c/MAT_zImFu5I/m/N_7nDojRAgAJ).
2421
:::
2522

26-
### Hello World! Sample Extension
23+
**The instructions below referring to `inboxsdk.js` are currently mostly about the non-NPM Chrome MV2 compatible release that uses remote code loading.**
24+
25+
Download the SDK here: [`⬇️ inboxsdk.js`](https://www.inboxsdk.com/build/inboxsdk.js)
26+
27+
### Hello World! Sample MV2 Extension
2728

2829
Here's how simple it is to build a basic app, you need two files: `myapp.js` which is your application code that interacts with the SDK, and the `manifest.json` which describes a basic Chrome extension.
2930

@@ -293,5 +294,6 @@ InboxSDK.load(2, 'YOUR_APP_ID_HERE').then(function(sdk){
293294
});
294295
});
295296
```
297+
296298
### Compatibility
297299
The SDK is currently at version 2 and when loading the SDK that is the number you should specify. The SDK may add backwards compatible API's to the current version, but incompatible changes will come with a version update. Your code is guranteed to work so long as you specify the correct version number AND that version number is at most two releases old.

docs/global.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
id: global
32
title: Global
43
---
54
This namespace contains methods and types related to the UI Elements that are available Globally in Gmail.

docs/inboxsdk-star.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
id: inboxsdk-star
32
title: InboxSDK.*
43
---
54

docs/keyboard-shortcuts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
id: keyboard-shortcuts
32
title: Keyboard Shortcuts
43
---
54
This namespace allows you to setup keyboard shortcuts that your application can response to.

docs/lists.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
id: lists
32
title: Lists
43
---
54

0 commit comments

Comments
 (0)