Skip to content

Commit

Permalink
Better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisJULIEN committed Nov 29, 2024
1 parent cf0c3b5 commit 185d68d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/web-ext-artifacts
**/*.xpi
node_modules
.idea/
3 changes: 2 additions & 1 deletion NotificationBox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ The NotificationBox Experiment allows to show notifications inside Thunderbird.
Usage
-----

Add the NotificationBox Experiment to your add-on. Your `manifest.json` needs an entry like this:
Add the NotificationBox Experiment to your add-on as mentioned in the [repo README](../README.md#using-experiments-in-your-add-ons)
. Your `manifest.json` needs an entry like this:

```
"experiment_apis": {
Expand Down
4 changes: 3 additions & 1 deletion calendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This extension is a testing ground for calendar related MailExtensions APIs.

The APIs available are [documented here](https://docs.google.com/document/d/15awbKiVfdOTmsRpgD1dxm3gvOt08EQZDSnMl8QRBFoY/edit). Note
however there may be divergence while we discuss differences and test things out, so if you need
reliable API documentation please see the relevant [schema files](./schema/).
reliable API documentation please see the relevant [schema files](./experiments/calendar/schema/).


| Item | Value
Expand All @@ -14,3 +14,5 @@ reliable API documentation please see the relevant [schema files](./schema/).
| Status | Draft
| Compatibility | Thunderbird 128
| Tracking | [bug 1627205](https://bugzilla.mozilla.org/show_bug.cgi?id=1627205)

To use this Experiment, check out the [repo README](../README.md#using-experiments-in-your-add-ons)

0 comments on commit 185d68d

Please sign in to comment.