This repository was archived by the owner on Nov 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const config: Config = {
16
16
// GitHub pages deployment config.
17
17
// If you aren't using GitHub pages, you don't need these.
18
18
organizationName : "wavetermdev" , // Usually your GitHub org/user name.
19
- projectName : "waveterm-docs-new " , // Usually your repo name.
19
+ projectName : "waveterm-docs" , // Usually your repo name.
20
20
deploymentBranch : "main" ,
21
21
22
22
onBrokenLinks : "throw" ,
@@ -36,6 +36,9 @@ const config: Config = {
36
36
{
37
37
path : "docs" ,
38
38
routeBasePath : "/" ,
39
+ editUrl : ! process . env . EMBEDDED
40
+ ? "https://github.com/wavetermdev/waveterm-docs/edit/main/docs/"
41
+ : undefined ,
39
42
} as import ( "@docusaurus/plugin-content-docs" ) . Options ,
40
43
] ,
41
44
"ideal-image" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " waveterm-docs-new " ,
2
+ "name" : " waveterm-docs" ,
3
3
"version" : " 0.0.0" ,
4
4
"scripts" : {
5
5
"docusaurus" : " docusaurus" ,
Original file line number Diff line number Diff line change @@ -13623,9 +13623,9 @@ __metadata:
13623
13623
languageName: node
13624
13624
linkType: hard
13625
13625
13626
- "waveterm-docs-new @workspace:.":
13626
+ "waveterm-docs@workspace:.":
13627
13627
version: 0.0.0-use.local
13628
- resolution: "waveterm-docs-new @workspace:."
13628
+ resolution: "waveterm-docs@workspace:."
13629
13629
dependencies:
13630
13630
"@docusaurus/core": "npm:3.5.2"
13631
13631
"@docusaurus/module-type-aliases": "npm:3.5.2"
You can’t perform that action at this time.
0 commit comments