Skip to content

Commit 156dc1a

Browse files
authored
fix: table hydration errors (#11521)
1 parent e56cb59 commit 156dc1a

File tree

5 files changed

+329
-313
lines changed

5 files changed

+329
-313
lines changed

docs/organization/integrations/issue-tracking/jira/index.mdx

Lines changed: 60 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -52,69 +52,73 @@ openssl x509 -pubkey -noout -in jira_publickey.cer > jira_publickey.pem
5252
1. In the resulting dialog, fill out the form as follows:
5353

5454
<table>
55-
<tr>
56-
<th>Application Name </th>
57-
<td>Sentry </td>
58-
</tr>
59-
<tr>
60-
<th>Application Type </th>
61-
<td>Generic Application</td>
62-
</tr>
63-
<tr>
64-
<th>Service Provider Name</th>
65-
<td>Sentry</td>
66-
</tr>
67-
<tr>
68-
<th>Consumer Key </th>
69-
<td>(your choice, but keep this handy for the next step)</td>
70-
</tr>
71-
<tr>
72-
<th>Shared Secret </th>
73-
<td>sentry</td>
74-
</tr>
75-
<tr>
76-
<th>Request Token URL </th>
77-
<td>https://sentry.io</td>
78-
</tr>
79-
<tr>
80-
<th>Access Token URL</th>
81-
<td>https://sentry.io </td>
82-
</tr>
83-
<tr>
84-
<th>Authorize URL </th>
85-
<td>https://sentry.io </td>
86-
</tr>
87-
<tr>
88-
<th>Create Incoming Link </th>
89-
<td>No </td>
90-
</tr>
55+
<tbody>
56+
<tr>
57+
<th>Application Name </th>
58+
<td>Sentry </td>
59+
</tr>
60+
<tr>
61+
<th>Application Type </th>
62+
<td>Generic Application</td>
63+
</tr>
64+
<tr>
65+
<th>Service Provider Name</th>
66+
<td>Sentry</td>
67+
</tr>
68+
<tr>
69+
<th>Consumer Key </th>
70+
<td>(your choice, but keep this handy for the next step)</td>
71+
</tr>
72+
<tr>
73+
<th>Shared Secret </th>
74+
<td>sentry</td>
75+
</tr>
76+
<tr>
77+
<th>Request Token URL </th>
78+
<td>https://sentry.io</td>
79+
</tr>
80+
<tr>
81+
<th>Access Token URL</th>
82+
<td>https://sentry.io </td>
83+
</tr>
84+
<tr>
85+
<th>Authorize URL </th>
86+
<td>https://sentry.io </td>
87+
</tr>
88+
<tr>
89+
<th>Create Incoming Link </th>
90+
<td>No </td>
91+
</tr>
92+
</tbody>
9193
</table>
9294

9395
1. Click "Continue". This will return you to the **Configure Application Links** page, where you'll see an application called Sentry.
9496
1. Click the pencil icon next to the Sentry application.
9597
1. On the lefthand side of the resulting modal, click "Incoming Authentication". Fill out the form as follows, and press **Save**:
9698

9799
<table>
98-
<tr>
99-
<th>Consumer Key </th>
100-
<td>(the consumer key from Step II.4) </td>
101-
</tr>
102-
<tr>
103-
<th>Consumer Name </th>
104-
<td>Sentry</td>
105-
</tr>
106-
<tr>
107-
<th>Public Key</th>
108-
<td>(the public key you created in Section I)</td>
109-
</tr>
110-
<tr>
111-
<th>Consumer Callback URL </th>
112-
<td>https://sentry.io/extensions/jira-server/setup/</td>
113-
</tr>
114-
<tr>
115-
<th>Allow 2-Legged OAuth </th>
116-
<td>no</td>
117-
</tr>
100+
<tbody>
101+
<tr>
102+
<th>Consumer Key </th>
103+
<td>(the consumer key from Step II.4) </td>
104+
</tr>
105+
<tr>
106+
<th>Consumer Name </th>
107+
<td>Sentry</td>
108+
</tr>
109+
<tr>
110+
<th>Public Key</th>
111+
<td>(the public key you created in Section I)</td>
112+
</tr>
113+
<tr>
114+
<th>Consumer Callback URL </th>
115+
<td>https://sentry.io/extensions/jira-server/setup/</td>
116+
</tr>
117+
<tr>
118+
<th>Allow 2-Legged OAuth </th>
119+
<td>no</td>
120+
</tr>
121+
</tbody>
118122
</table>
119123

120124
#### Connect your Jira Server application with Sentry

docs/organization/integrations/source-code-mgmt/bitbucket/index.mdx

Lines changed: 60 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -53,69 +53,73 @@ openssl x509 -pubkey -noout -in bitbucket_publickey.cer > bitbucket_publickey.p
5353
4. In the resulting dialog, fill out the form as follows:
5454

5555
<table>
56-
<tr>
57-
<th>Application Name</th>
58-
<td>Sentry</td>
59-
</tr>
60-
<tr>
61-
<th>Application Type</th>
62-
<td>Generic Application</td>
63-
</tr>
64-
<tr>
65-
<th>Service Provider Name</th>
66-
<td>Sentry</td>
67-
</tr>
68-
<tr>
69-
<th>Consumer Key</th>
70-
<td>(your choice, but keep this handy for the next step)</td>
71-
</tr>
72-
<tr>
73-
<th>Shared Secret</th>
74-
<td>sentry</td>
75-
</tr>
76-
<tr>
77-
<th>Request Token URL</th>
78-
<td>https://sentry.io</td>
79-
</tr>
80-
<tr>
81-
<th>Access Token URL</th>
82-
<td>https://sentry.io</td>
83-
</tr>
84-
<tr>
85-
<th>Authorize URL</th>
86-
<td>https://sentry.io</td>
87-
</tr>
88-
<tr>
89-
<th>Create Incoming Link</th>
90-
<td>No</td>
91-
</tr>
56+
<tbody>
57+
<tr>
58+
<th>Application Name</th>
59+
<td>Sentry</td>
60+
</tr>
61+
<tr>
62+
<th>Application Type</th>
63+
<td>Generic Application</td>
64+
</tr>
65+
<tr>
66+
<th>Service Provider Name</th>
67+
<td>Sentry</td>
68+
</tr>
69+
<tr>
70+
<th>Consumer Key</th>
71+
<td>(your choice, but keep this handy for the next step)</td>
72+
</tr>
73+
<tr>
74+
<th>Shared Secret</th>
75+
<td>sentry</td>
76+
</tr>
77+
<tr>
78+
<th>Request Token URL</th>
79+
<td>https://sentry.io</td>
80+
</tr>
81+
<tr>
82+
<th>Access Token URL</th>
83+
<td>https://sentry.io</td>
84+
</tr>
85+
<tr>
86+
<th>Authorize URL</th>
87+
<td>https://sentry.io</td>
88+
</tr>
89+
<tr>
90+
<th>Create Incoming Link</th>
91+
<td>No</td>
92+
</tr>
93+
</tbody>
9294
</table>
9395

9496
5. Click "Continue". This will return you to the **Configure Application Links** page, where you'll see an application called Sentry.
9597
6. Click the pencil icon next to the Sentry application.
9698
7. On the lefthand side of the resulting modal, click "Incoming Authentication". Fill out the form as follows, and click "Save":
9799

98100
<table>
99-
<tr>
100-
<th>Consumer Key</th>
101-
<td>(the consumer key from Step II.4)</td>
102-
</tr>
103-
<tr>
104-
<th>Consumer Name</th>
105-
<td>Sentry</td>
106-
</tr>
107-
<tr>
108-
<th>Public Key</th>
109-
<td>(the public key you created in Section I)</td>
110-
</tr>
111-
<tr>
112-
<th>Consumer Callback URL</th>
113-
<td>https://sentry.io/extensions/bitbucket_server/setup/</td>
114-
</tr>
115-
<tr>
116-
<th>Allow 2-Legged OAuth</th>
117-
<td>no</td>
118-
</tr>
101+
<tbody>
102+
<tr>
103+
<th>Consumer Key</th>
104+
<td>(the consumer key from Step II.4)</td>
105+
</tr>
106+
<tr>
107+
<th>Consumer Name</th>
108+
<td>Sentry</td>
109+
</tr>
110+
<tr>
111+
<th>Public Key</th>
112+
<td>(the public key you created in Section I)</td>
113+
</tr>
114+
<tr>
115+
<th>Consumer Callback URL</th>
116+
<td>https://sentry.io/extensions/bitbucket_server/setup/</td>
117+
</tr>
118+
<tr>
119+
<th>Allow 2-Legged OAuth</th>
120+
<td>no</td>
121+
</tr>
122+
</tbody>
119123
</table>
120124

121125
#### Connect your Bitbucket Server application with Sentry

0 commit comments

Comments
 (0)