summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/devguide.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/static/devguide.html')
-rw-r--r--chrome/common/extensions/docs/static/devguide.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/devguide.html b/chrome/common/extensions/docs/static/devguide.html
index 6b76694..cd9e44c 100644
--- a/chrome/common/extensions/docs/static/devguide.html
+++ b/chrome/common/extensions/docs/static/devguide.html
@@ -77,6 +77,10 @@ and <a href="overview.html">Overview</a>.
<td colspan="2"> &nbsp;</td>
</tr>
<tr>
+ <td> <a href="a11y.html">Accessibility (a11y)</a> </td>
+ <td> Make your extension accessible to people with disabilities </td>
+ </tr>
+ <tr>
<td> <a href="background_pages.html">Background&nbsp;Pages</a> </td>
<td> Put all the common code for your extension in a single place </td>
</tr>