Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better readme #50

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)