Skip to content

Commit a5f3bf4

Browse files
author
Josh Sager
committed
Removed references to APIv4
1 parent af81899 commit a5f3bf4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ changelog = "changelog"
1616

1717
[[menu.main]]
1818
weight = 1
19-
name = "APIv4 Documentation"
19+
name = "API Documentation"
2020
url = "/api/v4"
2121

2222
[[menu.main]]

data/features/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
weight: 1
2-
name: "APIv4 Documentation"
2+
name: "API Documentation"
33
icon: "fa fa-globe"
44
description: >
55
Reference documentation for the Linode API.

themes/dlc/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2>How easily can you create a Linode?</h2>
1212
<div class="flex flex-wrap my-8 -mx-4 pb-8">
1313
<article class="w-full md:w-1/2 px-4 mb-4 md:mb-8">
1414
<div class="px-8 py-20 h-full bg-d-cell tile flex flex-col justify-center items-center">
15-
<h2 class="mt-0 font-normal text-center"><a href="https://developers.linode.com/" class="text-black tile-link">APIv4 Documentation</a></h3>
15+
<h2 class="mt-0 font-normal text-center"><a href="https://developers.linode.com/" class="text-black tile-link">API Documentation</a></h3>
1616
<p class="text-xl mt-2 text-center">Reference Documentation for the Linode API</p>
1717
<a href="https://developers.dev.linode.com/api/v4" target="_blank" class="btn mt-6">View API docs</a>
1818
</div>

0 commit comments

Comments
 (0)