Skip to content

Commit 1cd064e

Browse files
remove services section , rename tab to deno deploy (#2936)
Co-authored-by: Phil Hawksworth <phil@deno.com>
1 parent 79ead1a commit 1cd064e

File tree

6 files changed

+15
-96
lines changed

6 files changed

+15
-96
lines changed

_components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function (
1010
) {
1111
const hrefIsInCurrentSection = (href: string, currentSection: string) => {
1212
return href.includes(currentSection) ||
13-
href === "/services/" &&
13+
href === "/deploy/" &&
1414
["deploy", "subhosting", "services", "sandbox"].includes(
1515
currentSection,
1616
);

_data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"href": "/examples/"
1414
},
1515
{
16-
"name": "Services",
17-
"href": "/services/",
16+
"name": "Deno Deploy",
17+
"href": "/deploy/",
1818
"style": "services"
1919
}
2020
],

deploy/index.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@ title: "About Deno Deploy"
33
description: "Guide to Deno Deploy features, comparison with Deploy Classic, and getting started instructions for deployment."
44
---
55

6-
<a href="https://console.deno.com" class="docs-cta deploy-cta">Go to the Deno
7-
Deploy dashboard</a>
6+
<div class="lg:flex lg:flex-row lg:gap-8">
7+
<img src="/deno-deploy.svg" alt="Deno Deploy logo" style="max-width: 120px" />
8+
<p class="text-lg text-foreground-secondary mt-6">Deno's cloud services provide robust platforms for deploying and running JavaScript and TypeScript applications at global scale.<a href="https://console.deno.com" class="docs-cta deploy-cta mt-2">Go to the Deno
9+
Deploy dashboard</a></p>
810

9-
Deno Deploy comes with an easy to use dashboard at
10-
[console.deno.com](https://console.deno.com). In this dashboard, you can create
11-
new Deno Deploy organizations that contain Deno Deploy apps.
12-
13-
Within a single organization, you cannot mix Deno Deploy apps with Deploy
14-
Classic projects. You can switch between different organizations using the
15-
organization picker in the top left of the dashboard.
11+
</div>
1612

1713
## What is Deno Deploy?
1814

@@ -21,6 +17,11 @@ applications in the cloud (or self-hosted on your own infrastructure). It
2117
provides a management plane for deploying and running applications with the
2218
built-in CI or through integrations such as GitHub actions.
2319

20+
Deno Deploy comes with an easy to use dashboard at
21+
[console.deno.com](https://console.deno.com). Here, you can create and host new
22+
apps, create and manage Deno Deploy organizations and manage and view your
23+
databases and app telemetry.
24+
2425
## Comparison to Deploy Classic
2526

2627
Deno Deploy is a complete rework of Deploy Classic. It has a new dashboard, and

oldurls.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,6 @@
149149
"/deploy/kv/tutorials/webhook_processor/": "/examples/",
150150
"/runtime/fundamentals/standard_library/": "/runtime/reference/std/",
151151
"/deploy/classic/faunadb/": "/examples/#connecting-to-databases",
152-
"/hello_world.ts": "/examples/scripts/hello_world.ts"
152+
"/hello_world.ts": "/examples/scripts/hello_world.ts",
153+
"/services/": "/deploy/"
153154
}

services/_data.ts

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

services/index.mdx

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

0 commit comments

Comments
 (0)