Skip to content

Commit c7bf566

Browse files
committed
Fix headings
1 parent 410e144 commit c7bf566

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/integrations/backbone.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Backbone
2-
--------
2+
========
33

44
Installation
5-
============
5+
------------
66

77
Start by adding the ``raven.js`` script tag to our page. You'll want to position it
88
after you load all other external libraries (like jQuery), but before your code.

docs/integrations/ember.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Ember
2-
-----
2+
=====
33

44
Installation
5-
============
5+
------------
66

77
Start by adding the ``raven.js`` script tag to our page. You'll want to position it
88
after you load all other external libraries (like jQuery), but before your code.

docs/integrations/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Integrations extend the functionality of Raven.js to cover common libraries and
55
environments automatically using simple plugins.
66

77
What are plugins?
8-
~~~~~~~~~~~~~~~~~
8+
-----------------
99

1010
In Raven.js, plugins are little snippets of code to augment functionality
1111
for a specific application/framework. It is highly recommended to checkout
@@ -16,7 +16,7 @@ basic functionality by default, and you can pick and choose which plugins
1616
are applicable for you.
1717

1818
Why are plugins needed at all?
19-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19+
------------------------------
2020

2121
JavaScript is pretty restrictive when it comes to exception handling, and
2222
there are a lot of things that make it difficult to get relevent

docs/integrations/react.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
React
2-
--------
2+
=====
33

44
Installation
5-
============
5+
------------
66

77
Start by adding the ``raven.js`` script tag to our page. You'll want to position it
88
after you load all other external libraries (like jQuery), but before your code.

0 commit comments

Comments
 (0)