Skip to content

Commit 28ddf70

Browse files
committed
API page changes
1 parent 1d5f7bc commit 28ddf70

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

docs/api/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
88

99
Use the Sumo Logic Application Programming Interfaces (APIs) to interact with our platform and access resources and data programmatically from third-party scripts and apps.
1010

11-
:::sumo Get Help
12-
To connect with other Sumo Logic users, post feedback, or ask a question, visit the [Sumo Logic API and Apps Forum](https://support.sumologic.com/support/s/topic/0TO6Q000000gTC8WAM/apis?tabset-cabe3=2) and [Sumo Dojo](http://slack.sumologic.com/).
13-
:::
14-
15-
16-
<div className="box boxwidebottom card">
11+
<div className="box-wrapper" markdown="1">
12+
<div className="box boxwidetop card">
1713
<div className="container">
1814
<a href="/docs/api/getting-started"><img src={useBaseUrl('img/icons/cloud/api2.png')} alt="icon" width="50"/><h4>Authentication and Endpoints</h4></a>
1915
<p>Get your API credentials and endpoint URL to start using the Sumo Logic APIs.</p>
2016
</div>
21-
</div>
17+
</div></div>
2218

2319
<br/>
2420

@@ -259,3 +255,7 @@ To connect with other Sumo Logic users, post feedback, or ask a question, visit
259255
</div>
260256
</div>
261257
</div>
258+
259+
:::sumo Get Help
260+
To connect with other Sumo Logic users, post feedback, or ask a question, visit the [Sumo Logic API and Apps Forum](https://support.sumologic.com/support/s/topic/0TO6Q000000gTC8WAM/apis?tabset-cabe3=2) and [Sumo Dojo](http://slack.sumologic.com/).
261+
:::

src/css/sumo.scss

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,15 +1097,13 @@ html[data-theme='dark'] .node polygon {
10971097
}
10981098

10991099
.boxwidetop {
1100-
margin-bottom: 30px;
1101-
padding: 8px;
1102-
font-size: .9rem;
1103-
}
1104-
1105-
.boxwidebottom {
1100+
flex-basis: 100%;
1101+
max-width: calc(3 * 225px + 2 * 50px);
1102+
width: 100%;
11061103
margin-top: 30px;
11071104
padding: 8px;
1108-
font-size: .9rem;
1105+
font-size: 0.9rem;
1106+
align-self: flex-start;
11091107
}
11101108

11111109
.smallbox h4 {

0 commit comments

Comments
 (0)