Skip to content

Commit 4cfad00

Browse files
Alban BaillyGitHub Enterprise
authored andcommitted
Merge pull request linode#102 from abailly/DLC-92
DLC-92 allow ordering and order guides
2 parents 2d8382f + 88d6908 commit 4cfad00

File tree

7 files changed

+6
-17
lines changed

7 files changed

+6
-17
lines changed

content/guides/api-block-storage-volumes-management.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1111
date: 2018-06-13T08:55:08-04:00
1212
template: guides
1313
external_url: https://www.linode.com/docs/platform/api/create-block-storage-volumes-with-the-linode-api/
14+
weight: 40
1415
---
1516
Linode’s Block Storage service allows you to attach additional storage volumes
1617
to your Linode. This guide demonstrates how to create, attach, clone, and resize

content/guides/api-configure-nodebalancers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1111
date: 2018-06-13T08:55:08-04:00
1212
template: guides
1313
external_url: https://www.linode.com/docs/platform/api/nodebalancers/
14+
weight: 50
1415
---
1516
Using the Linode API, it is possible to set up NodeBalancers without using the
1617
Linode Manager. This guide will demonstrate the API calls needed to add and

content/guides/api-getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1111
date: 2018-06-13T08:55:08-04:00
1212
template: guides
1313
external_url: https://www.linode.com/docs/platform/api/getting-started-with-the-linode-api/
14+
weight: 1
1415
---
1516
This guide introduces the Linode API and demonstrates several basic queries.
1617
It also covers authentication and the process of creating a new Linode through

content/guides/api-upgrade-new-linode-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1111
date: 2018-06-13T08:55:08-04:00
1212
template: guides
1313
external_url: https://www.linode.com/docs/platform/api/upgrade-to-linode-api-v4/
14+
weight: 30
1415
---
1516
The new Linode API includes a number of additional features and changes from
1617
previous API versions. This guide is intended to help existing users upgrade

content/guides/block-storage.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

content/guides/linode-cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1111
date: 2018-06-13T08:55:08-04:00
1212
template: guides
1313
external_url: https://www.linode.com/docs/platform/api/using-the-linode-cli/
14+
weight: 20
1415
---
1516
The Linode CLI provides a simplified interface to the Linode API. This guide
1617
shows how to install the CLI and describes how to perform basic tasks from the

themes/dlc/layouts/_default/guides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2 class="font-normal text-BaseGreenDark">API Guides</h2>
66

77
<div class="max-w-xl mx-auto pb-4">
88
<div class="flex flex-wrap mt-8 -mx-4">
9-
{{ range .Paginator.Pages }}
9+
{{ range .Paginator.Pages.ByWeight }}
1010
<article class="w-full md:w-1/2 px-4 mb-4 md:mb-8">
1111
<div class="p-8 h-full bg-ThemeCell tile">
1212
<header>

0 commit comments

Comments
 (0)