File tree Expand file tree Collapse file tree 4 files changed +4
-15
lines changed Expand file tree Collapse file tree 4 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 5
5
</h1 >
6
6
7
7
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 ) .
9
9
10
10
## Setup
11
11
Original file line number Diff line number Diff line change @@ -8,11 +8,8 @@ export default function Authentication() {
8
8
< section className = "Article" >
9
9
< h1 > Changelogs</ h1 >
10
10
< 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 >
16
13
</ section >
17
14
< section >
18
15
< h2 > 2018-04-02</ h2 >
Original file line number Diff line number Diff line change @@ -14,14 +14,6 @@ export default function Introduction() {
14
14
< h1 > Introduction</ h1 >
15
15
< section >
16
16
< 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 >
25
17
< p >
26
18
The Linode APIv4 is an HTTP service that follows (to a large extent)
27
19
< ExternalLink to = "https://en.wikipedia.org/wiki/Representational_state_transfer" > REST</ ExternalLink >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export default class Layout extends Component {
49
49
</ span >
50
50
</ Link >
51
51
</ div >
52
- < span className = "MainHeader-title" > Linode API v4 Documentation (Early Access) </ span >
52
+ < span className = "MainHeader-title" > Linode API v4 Documentation</ span >
53
53
< button
54
54
className = "ToggleNav navbar-toggler navbar-toggler-right collapsed"
55
55
type = "button"
You can’t perform that action at this time.
0 commit comments