Skip to content

Commit

Permalink
Change title (API reference is just a sub section)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Nov 30, 2023
1 parent bae4f2f commit 9891a4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# local extension folder
sys.path.append(os.path.abspath('_extensions'))

project = u'WebExtension API Documentation for Thunderbird Beta<br><br>Manifest V2'
project = u'WebExtension Documentation for Thunderbird Beta<br><br>Manifest V2'
source_suffix = '.rst'
master_doc = 'index'
exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store', 'overlay']
Expand Down
8 changes: 4 additions & 4 deletions index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==========================================
Thunderbird WebExtension API Documentation
==========================================
===============================================
WebExtension Documentation for Thunderbird Beta
===============================================

These documents assume you already have some familiarity with the WebExtension technology. If not, it is
highly recommended to read our `Guide to MailExtensions`__ or some of the `MDN documentation on the subject`__.
Expand Down Expand Up @@ -245,7 +245,7 @@ as well. The APIs listed in the following table are known to work with Thunderbi

.. toctree::
:hidden:
:caption: API Documentation
:caption: API Reference

accounts
addressBooks
Expand Down
2 changes: 1 addition & 1 deletion windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ windows API
.. note::

These APIs are for the main Thunderbird windows which can contain webpage tabs and also other
window types like composer or address books that cannot contain webpage tabs. Make sure your
window types like composer that cannot contain webpage tabs. Make sure your
code interacts with windows appropriately, depending on their type.

.. role:: permission
Expand Down

0 comments on commit 9891a4e

Please sign in to comment.