File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Admonition from "@theme/Admonition";
7
7
import Tabs from " @theme/Tabs" ;
8
8
import TabItem from " @theme/TabItem" ;
9
9
10
- # Deploy Locally
10
+ # Test { # test - deploy }
11
11
12
12
import ComingSoon from " @site/src/components/ComingSoon" ;
13
13
Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ description: Cloudflare Pages deployment configuration
3
3
custom_edit_url : null
4
4
---
5
5
6
- # Deploy to Cloudflare Pages
6
+ # Cloudflare { # deploy - to - cloudflare - pages }
7
7
8
- import ComingSoon from " @site/src/components/ComingSoon " ;
8
+ import CloudflareLogo from " @site/static/img/logo/Cloudflare.svg " ;
9
9
10
+ <CloudflareLogo className = " logoBadge" />
10
11
11
- <ComingSoon />
12
+ <!-- import ComingSoon from " @site/src/components/ComingSoon" ;
13
+
14
+ <ComingSoon /> -->
12
15
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: GitHub Pages deployment configuration
3
3
custom_edit_url : null
4
4
---
5
5
6
- # Deploy to GitHub Pages
6
+ # GitHub { # github - pages }
7
7
8
8
<!-- 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. -->
9
9
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const sidebars: SidebarsConfig = {
48
48
} ,
49
49
{
50
50
type : 'category' ,
51
- label : 'Content ' ,
51
+ label : 'Guides ' ,
52
52
link : {
53
53
type : 'generated-index' ,
54
54
slug : '/content-creation' ,
You can’t perform that action at this time.
0 commit comments