File tree Expand file tree Collapse file tree 5 files changed +76
-10
lines changed Expand file tree Collapse file tree 5 files changed +76
-10
lines changed Original file line number Diff line number Diff line change @@ -77,27 +77,24 @@ const FooterNav = () => (
77
77
< h4 className = "footer-nav-header" > Products</ h4 >
78
78
< ul className = "footer-sublist" >
79
79
< li >
80
- < a href = "https://linode.com/products/" > Products</ a >
80
+ < a href = "https://linode.com/products/" > Products Overview </ a >
81
81
</ li >
82
82
< li >
83
83
< a href = "https://linode.com/products/kubernetes/" > Kubernetes</ a >
84
84
</ li >
85
85
< li >
86
- < a href = "https://linode.com/products/nanodes/" > Nanodes</ a >
87
- </ li >
88
- < li >
89
- < a href = "https://linode.com/products/standard-linodes/" >
90
- Standard Linodes
86
+ < a href = "https://linode.com/products/shared/" >
87
+ Shared
91
88
</ a >
92
89
</ li >
93
90
< li >
94
- < a href = "https://linode.com/products/high-memory /" >
95
- High Memory Linodes
91
+ < a href = "https://linode.com/products/dedicated-cpu /" >
92
+ Dedicated CPU
96
93
</ a >
97
94
</ li >
98
95
< li >
99
- < a href = "https://linode.com/products/dedicated-cpu /" >
100
- Dedicated CPU
96
+ < a href = "https://linode.com/products/high-memory /" >
97
+ High Memory
101
98
</ a >
102
99
</ li >
103
100
< li >
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Cloud Manager v1.10.0
3
+ date : 2020-06-02T05:00:00.000Z
4
+ version : 1.10.0
5
+ changelog :
6
+ - Cloud Manager
7
+ ---
8
+
9
+ ### Added:
10
+
11
+ - Progress bar for newly-created Images
12
+
13
+ ### Changed:
14
+
15
+ - Improve UX for GPU selection
16
+ - Add a link to Support in all “Verification is required” errors
17
+ - Allow clearable numeric inputs in Domain Records Drawer
18
+ - Remove Cloud Manager version tag from Support Tickets
19
+
20
+ ### Fixed:
21
+
22
+ - Broken SVG combination when creating a Linode
23
+ - Profile routing didn’t handle incorrect routes
24
+ - Firewall document title
25
+ - ICMP port bug when editing Firewall rules
26
+ - Update textfield to use input id for "for" attribute
27
+ - Copy fix for Profile -> Referrals
28
+ - Accessibility of Dashboard “View Details” links
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Cloud Manager v1.11.0
3
+ date : 2020-06-09T05:00:00.000Z
4
+ version : 1.11.0
5
+ changelog :
6
+ - Cloud Manager
7
+ ---
8
+
9
+ ### Changed:
10
+
11
+ - Clarify Linode password fields in Reset Root Password vs. Rebuild
12
+ - Hide SSH key remove button for LISH settings when no keys are present
13
+ - Make main content banner dismissible
14
+ - Show error when Volumes limit has been reached but attempt is made to add a new Volume
15
+
16
+ ### Fixed:
17
+
18
+ - CAA record input duplicating name/value
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Linode APIv4 JS Client
3
+ date : 2020-06-03T05:00:00.000Z
4
+ version : 0.27.1-alpha.0
5
+ changelog :
6
+ - Cloud Manager
7
+ ---
8
+
9
+ ### Fixed
10
+
11
+ - Remove required from createDomain validation schema
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " Linode JavaScript SDK"
3
+ description : " Linode JavaScript SDK"
4
+ author : Linode
5
+ origin : Linode
6
+ languages :
7
+ - JavaScript
8
+ external_url : https://github.com/linode/manager/tree/develop/packages/api-v4
9
+ weight : 1
10
+ ---
11
+
12
+ JavaScript client for the <a href =" https://developers.linode.com/api/v4 " target =" _self " >Linode APIv4</a >.
You can’t perform that action at this time.
0 commit comments