Skip to content

Commit 6082bc7

Browse files
committed
Removed "Early Access" and "Beta" notices.
Also removed all references to breaking changes going forward.
1 parent e76feea commit 6082bc7

File tree

4 files changed

+4
-15
lines changed

4 files changed

+4
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</h1>
66

77
This is the new Linode developers site. It provides documentation to complement the APIv4.
8-
Currently this software is *early-access* and is available at [developers.linode.com](https://developers.linode.com).
8+
This documentation can be viewed at [developers.linode.com](https://developers.linode.com).
99

1010
## Setup
1111

src/getting_started/changelogs/Changelogs.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ export default function Authentication() {
88
<section className="Article">
99
<h1>Changelogs</h1>
1010
<section>
11-
<p>
12-
The API V4 is currently in beta. There will be regular releases that may
13-
introduce breaking changes. The Developers site contains all changes to
14-
API V4 since 2017-09-18. Please check here regularly for updates.
15-
</p>
11+
<p>The API is a living system, and as releases are made Changelogs will
12+
be published here.</p>
1613
</section>
1714
<section>
1815
<h2>2018-04-02</h2>

src/getting_started/intros/Introduction.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ export default function Introduction() {
1414
<h1>Introduction</h1>
1515
<section>
1616
<br />
17-
<div className="alert alert-danger" role="alert">
18-
This API is an <b>Early Access</b> release. As such, we will be making regular revisions,
19-
some of which will contain <b>breaking changes. </b>
20-
<Link to={`/${API_VERSION}/changelogs`}>
21-
Please review the changelogs
22-
</Link> and <ExternalLink to="https://welcome.linode.com/api">
23-
subscribe to the mailing list</ExternalLink> for updates on changes and releases.
24-
</div>
2517
<p>
2618
The Linode APIv4 is an HTTP service that follows (to a large extent)&nbsp;
2719
<ExternalLink to="https://en.wikipedia.org/wiki/Representational_state_transfer">REST</ExternalLink>

src/layouts/Layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default class Layout extends Component {
4949
</span>
5050
</Link>
5151
</div>
52-
<span className="MainHeader-title">Linode API v4 Documentation (Early Access)</span>
52+
<span className="MainHeader-title">Linode API v4 Documentation</span>
5353
<button
5454
className="ToggleNav navbar-toggler navbar-toggler-right collapsed"
5555
type="button"

0 commit comments

Comments
 (0)