Skip to content

Commit d892430

Browse files
Alban BaillyGitHub Enterprise
authored andcommitted
Merge pull request linode#74 from Linode/release
Release 1.0.4
2 parents 549e5a4 + 17d3258 commit d892430

File tree

173 files changed

+2786
-15520
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+2786
-15520
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
.DS_Store
1+
.DS_Store
2+
node_modules/
3+
themes/linode-hugo-theme

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,29 @@ Built with:
1010

1111
## Running Locally
1212

13+
### Prerequisites
14+
15+
Must have Hugo installed:
16+
17+
`brew install hugo`
18+
19+
### Setup
20+
1321
From within your local developers-linode-com repository:
1422

15-
`hugo server -D`
23+
`yarn`
24+
25+
then
26+
27+
`gulp dev`
1628

1729
Once running, you should be able to view the site in a browser on port 1313:
1830

1931
http://localhost:1313/
32+
33+
## Deployment
34+
35+
### !!!! Important !!!!
36+
If you are merging/deploying changes to both this repository _and_ to
37+
the linode-hugo-theme repo on GitHub, **YOU MUST** merge the GitHub pull
38+
requests first! The order in which they are merged matters.

config.toml

Lines changed: 18 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,45 @@
1-
baseURL = "https://developers.linode.com/"
1+
BaseURL = "https://developers.linode.com/"
22
languageCode = "en-us"
3-
title = "Linode Developers Site"
3+
title = "Developer Tools"
44
defaultContentLanguage = "en"
55
paginate = 25
6-
theme = ["dlc", "linode-hugo-base-theme"]
6+
preserveTaxonomyNames = true
7+
theme = ["dlc", "linode-hugo-theme"]
78

89
# menu
910
[menu]
1011

12+
[taxonomies]
13+
category = "categories"
14+
tag = "tags"
15+
language = "languages"
16+
changelog = "changelog"
17+
1118
[[menu.main]]
1219
weight = 1
13-
name = "Home"
14-
url = "/"
20+
name = "API Documentation"
21+
url = "/api/v4"
1522

1623
[[menu.main]]
1724
weight = 2
18-
name = "APIv4 Docs"
19-
url = "https://developers.linode.com/"
20-
21-
[[menu.main]]
22-
weight = 3
2325
name = "Guides"
2426
url = "/guides/"
2527

2628
[[menu.main]]
27-
weight = 4
28-
name = "Libraries and Tools"
29+
weight = 3
30+
name = "Libraries & Tools"
2931
url = "/libraries-tools/"
3032

3133
[[menu.main]]
32-
weight = 5
34+
weight = 4
3335
name = "Changelog"
34-
url = "/changelog/"
35-
36-
[[menu.topbar]]
37-
weight = 1
38-
name = "GitHub"
39-
url = "https://github.com/linode"
40-
pre = "<i class='fab fa-github'></i>"
41-
42-
[[menu.topbar]]
43-
weight = 2
44-
name = "Facebook"
45-
url = "http://facebook.com/linode"
46-
pre = "<i class='fab fa-facebook'></i>"
47-
48-
[[menu.topbar]]
49-
weight = 3
50-
name = "Twitter"
51-
url = "http://twitter.com/linode"
52-
pre = "<i class='fab fa-twitter'></i>"
36+
url = "/changelog/api/"
5337

5438
# params
5539
[params]
5640
date_format = "Monday, January 2, 2006"
5741
copyright = "Copyright (c) 2018, Linode LLC"
58-
logo = "/img/linode-logo_standard_light_small.png"
42+
logo = "/img/linode-logo_standard_dark_small.png"
5943

6044
[params.truncate]
6145
enable = true
@@ -74,4 +58,4 @@ enable = true
7458
enable = true
7559

7660
[params.dev]
77-
enable = true
61+
enable = false

content/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Home"
2+
title: "Linode Developer Tools"
3+
subtitle: "For Developers, by Developers"
4+
Description: Linode API Documentation, Guides, and Tools
35
---
4-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
5-
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p>

content/changelog/2017/09-18.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "2017-09-18"
33
date: "2017-09-18T11:02:00-04:00"
4-
description: "APIv4 Changelog"
5-
categories:
6-
- APIv4
4+
description: "API Changelog"
5+
changelog:
6+
- API
77
---
8-
### Changed:
8+
### Changed
99

1010
* Pagination envelope has changed
1111
* total_pages => pages

content/changelog/2017/10-04.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "2017-10-04"
33
date: "2017-10-04T11:02:00-04:00"
4-
description: "APIv4 Changelog"
5-
categories:
6-
- APIv4
4+
description: "API Changelog"
5+
changelog:
6+
- API
77
---
8-
### Changed:
8+
### Changed
99

1010
* EventType has changed from "blockstorage_*" to "volume_*"
1111
* Changed POST linode/instances/:id/configs

content/changelog/2017/10-23.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "2017-10-23"
33
date: "2017-10-23T11:02:00-04:00"
4-
description: "APIv4 Changelog"
5-
categories:
6-
- APIv4
4+
description: "API Changelog"
5+
changelog:
6+
- API
77
---
8-
### Changed:
8+
### Changed
99

1010
* Changed POST /account/payments
1111
* Now accepts "usd" as a string representing a dollar amount, including cents

content/changelog/2017/11-20.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "2017-11-20"
33
date: "2017-11-20T11:02:00-04:00"
4-
description: "APIv4 Changelog"
5-
categories:
6-
- APIv4
4+
description: "API Changelog"
5+
changelog:
6+
- API
77
---
8-
### Changed:
8+
### Changed
99

1010
* Reworked UserGrant system
1111
* Three Grant levels are now enforced: No grants, "read_only", and "read_write"

content/changelog/2017/12-11.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "2017-12-11"
33
date: "2017-12-11T11:02:00-04:00"
4-
description: "APIv4 Changelog"
5-
categories:
6-
- APIv4
4+
description: "API Changelog"
5+
changelog:
6+
- API
77
---
8-
### Added:
8+
### Added
99

1010
* Added POST account/payments/paypal
1111
* Stages a PayPal payment and returns the payment_id
@@ -16,7 +16,7 @@ categories:
1616
* New endpoint can be reached at POST domains/:domain_id/clone
1717
* Requires a new domain be provided in the post body
1818

19-
### Changed:
19+
### Changed
2020

2121
* Unify Distributions and Images
2222
* Removes Distribution.architecture
@@ -41,7 +41,7 @@ categories:
4141
* Moved volumes to top level
4242
* Changed all references from /linode/volumes to /volumes
4343

44-
### Fixed:
44+
### Fixed
4545

4646
* Ensure POST domain/records accepts and honors ttl_sec
4747
* Fixed Linode create from a Stackscript using UDFs

content/changelog/2018/01-08.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "2018-01-08"
33
date: "2018-01-08T11:02:00-04:00"
4-
description: "APIv4 Changelog"
5-
categories:
6-
- APIv4
4+
description: "API Changelog"
5+
changelog:
6+
- API
77
---
8-
### Added:
8+
### Added
99

1010
* Added enable, disable managed service endpoints
1111
* Added POST /managed/services/:id/enable
@@ -28,7 +28,7 @@ categories:
2828
* Added DELETE /managed/services/:id endpoint
2929
* Added DELETE /managed/contacts/:id
3030

31-
### Changed:
31+
### Changed
3232

3333
* Update /linode/distributions and /image responses
3434
* remove status key
@@ -37,6 +37,6 @@ categories:
3737
* rename creator -> created_by (string)
3838
* rename min_deploy_size -> size (int)
3939

40-
### Fixed:
40+
### Fixed
4141

4242
* Allow filtering of GET /images

content/changelog/2018/01-24.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "2018-01-24"
33
date: "2018-01-24T11:02:00-04:00"
4-
description: "APIv4 Changelog"
5-
categories:
6-
- APIv4
4+
description: "API Changelog"
5+
changelog:
6+
- API
77
---
8-
### Added:
8+
### Added
99

1010
* Added POST /images to create an image from a disk
1111
* Added "message" to Notification object
@@ -15,7 +15,7 @@ categories:
1515
* Added "uid" to Profile response
1616
* Added ssl to PUT /nodebalancers/$id/configs/$id
1717

18-
### Changed:
18+
### Changed
1919

2020
* Removed "token" Authorization scheme
2121
* The same value is accepted as "Bearer"
@@ -44,7 +44,7 @@ categories:
4444
* important_ticket -> ticket_important
4545
* abuse_ticket -> ticket_abuse
4646

47-
### Fixed:
47+
### Fixed
4848

4949
* Fix Transfer Pool return values
5050
* Stopped returning default backups window for Linodes

content/changelog/2018/02-26.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "2018-02-26"
33
date: "2018-02-26T11:02:00-04:00"
4-
description: "APIv4 Changelog"
5-
categories:
6-
- APIv4
4+
description: "API Changelog"
5+
changelog:
6+
- API
77
---
8-
### Added:
8+
### Added
99

1010
* Added GET /networking/ips
1111
* Returns all ipv4 and ipv6 addresses on your account
@@ -14,7 +14,7 @@ categories:
1414
* For example, "us-east" is treated as "us-east-1a"
1515
* Support tickets ordered by status, update date
1616

17-
### Changed:
17+
### Changed
1818

1919
* Unified IPv4 and IPv6 Objects
2020
* Removed "range" from IPv6 object
@@ -49,7 +49,7 @@ categories:
4949
* Renamed "vat_number" to "tax_id"
5050
* Removed managed_issue from POST /support/tickets
5151

52-
### Fixed:
52+
### Fixed
5353

5454
* Cloned linodes now copy original Linode's image
5555
* Fixed bug parsing OAuth Scopes when creating token

content/changelog/2018/03-14.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22
title: "2018-03-14"
33
date: "2018-03-14T11:02:00-04:00"
4-
description: "APIv4 Changelog"
5-
categories:
6-
- APIv4
4+
description: "API Changelog"
5+
changelog:
6+
- API
77
---
8-
### Added:
8+
### Added
99

1010
* Added support for refresh tokens
1111
* Apps with an active refresh token are returned in GET /profile/apps
1212
* Revoking an app's access to your account expires any refresh tokens it has
1313

14-
### Changed:
14+
### Changed
1515

1616
* Removed the ability to change passwords
1717
* Removed POST /profile/password
1818
* Removed POST /account/users/:username/password
1919
* To reset your password, use manager.linode.com
2020

21-
### Fixed:
21+
### Fixed
2222

2323
* Fix output for ipv6 RDNS endpoints
2424
* PUT /networking/ips/:address now returns the modified v6 address

content/changelog/2018/04-02.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "4.0.0: 2018-04-02"
33
date: "2018-04-02T11:02:00-04:00"
4-
description: "APIv4 Changelog 4.0.0"
5-
categories:
6-
- APIv4
4+
description: "API Changelog 4.0.0"
5+
changelog:
6+
- API
77
version: 4.0.0
88
---
9-
### Added:
9+
### Added
1010

1111
* Added fields to Notification object
1212
* Added "label" - a brief description of the notification
@@ -18,7 +18,7 @@ version: 4.0.0
1818
* GET /linode/instances is now filterable on "id"
1919
* GET /account/events is now filterable on "id"
2020

21-
### Changed:
21+
### Changed
2222

2323
* Unify IPv4, IPv6 GET/POST; use "type": "public"
2424
* Moved /managed/linode_settings to /managed/linode-settings

0 commit comments

Comments
 (0)