Skip to content

Commit 2bce348

Browse files
committed
initial
1 parent c8d6dc5 commit 2bce348

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

website/docs/custom-deployment/deploy-locally.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Admonition from "@theme/Admonition";
77
import Tabs from "@theme/Tabs";
88
import TabItem from "@theme/TabItem";
99

10-
# Deploy Locally
10+
# Test {#test-deploy}
1111

1212
import ComingSoon from "@site/src/components/ComingSoon";
1313

website/docs/custom-deployment/deploy-to-cloudflare-pages.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ description: Cloudflare Pages deployment configuration
33
custom_edit_url: null
44
---
55

6-
# Deploy to Cloudflare Pages
6+
# Cloudflare {#deploy-to-cloudflare-pages}
77

8-
import ComingSoon from "@site/src/components/ComingSoon";
8+
import CloudflareLogo from "@site/static/img/logo/Cloudflare.svg";
99

10+
<CloudflareLogo className="logoBadge"/>
1011

11-
<ComingSoon />
12+
<!-- import ComingSoon from "@site/src/components/ComingSoon";
13+
14+
<ComingSoon /> -->
1215

website/docs/custom-deployment/deploy-to-github-pages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: GitHub Pages deployment configuration
33
custom_edit_url: null
44
---
55

6-
# Deploy to GitHub Pages
6+
# GitHub {#github-pages}
77

88
<!-- This article outlines how to configure custom GitHub Pages deployments. Read the [official docs](https://docusaurus.io/docs/deployment#deploying-to-github-pages) to learn more. -->
99

website/sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const sidebars: SidebarsConfig = {
4848
},
4949
{
5050
type: 'category',
51-
label: 'Content',
51+
label: 'Guides',
5252
link: {
5353
type: 'generated-index',
5454
slug: '/content-creation',

0 commit comments

Comments
 (0)