Skip to content

Commit 760a032

Browse files
committed
update doc
1 parent 91484ae commit 760a032

10 files changed

+43
-742
lines changed

website/docs/doc/Component Introduction.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ GeneralUpdate is an open-source cross-platform application automatic update comp
1414
| -------------------- | ------------------- | --------------------- |
1515
| ![](imgs\github.png) | ![](imgs\gitee.png) | ![](imgs\gitcode.jpg) |
1616

17+
[If your company is currently using or planning to use [the product/service] and encountering any issues, or if you need assistance with selection, you are very welcome to join our discussion group for communication. The contact information can be found at the bottom of this page. Developers, if you encounter urgent tasks, please explain the situation in advance, and your inquiries will be prioritized for resolution.]
18+
1719

1820

1921
## 2. What does GeneralUpdate offer?
@@ -90,7 +92,7 @@ GeneralUpdate is an open-source cross-platform application automatic update comp
9092

9193
## 5. Unified Language
9294

93-
![](D:\github_project\GeneralUpdate-Samples\website\i18n\en\docusaurus-plugin-content-docs\current\docs\doc\imgs\client_server_upgrade.jpg)
95+
![](imgs/client_server_upgrade.jpg)
9496

9597
Before starting to use GeneralUpdate, we need to understand some basic concepts in the system. Please download the GeneralUpdate-Samples repository and navigate to the `..\GeneralUpdate-Samples\src` directory for better understanding.
9698

@@ -131,7 +133,7 @@ In the free communication channels, questions from developers are answered perio
131133

132134
For customized secondary development, technical consultation, and open-source project sponsorship, see the contact information for corporate inquiries, quotations, business cooperation, and corporate wall (please specify your purpose when adding, idle chats are refused, WeChat is recommended).
133135

134-
![](D:\github_project\GeneralUpdate-Samples\website\i18n\en\docusaurus-plugin-content-docs\current\docs\doc\imgs\contact.png)
136+
![](imgs\contact.png)
135137

136138
##### Sponsorship
137139

website/docs/doc/GeneralClient.OSS.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ The GeneralClientOSS class is another update mechanism. Unlike GeneralClientBoot
2424
public sealed class GeneralClientOSS
2525
```
2626

27-
NuGet Installation
28-
29-
```shell
30-
NuGet\Install-Package GeneralUpdate.ClientCore -Version 9.1.2
31-
```
32-
3327

3428

3529
### Example
@@ -112,10 +106,9 @@ GeneralUpdateOSS provides the following capabilities.
112106

113107
#### Methods
114108

115-
| Method | Description |
116-
| ---------------------- | ----------------------------------------------------------- |
117-
| Start() | Start the OSS update. |
118-
| AddListenerException() | Listen for internal exception information of the component. |
109+
| Method | Description |
110+
| ------- | --------------------- |
111+
| Start() | Start the OSS update. |
119112

120113

121114

website/docs/doc/GeneralSpacestation.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
sidebar_position: 1
3-
43
---
54

6-
![](imgs/GeneralUpdate_h2.png)
5+
![](imgs\GeneralUpdate_h2.png)
76

87
## Product Introduction
98

@@ -27,31 +26,31 @@ The entire service includes the following:
2726

2827
### GeneralUpdate.Admin Display
2928

30-
![](imgs/generalspacestation.png)
29+
![](imgs\generalspacestation.png)
3130

32-
![](imgs/generalspacestation2.png)
31+
![](imgs\generalspacestation2.png)
3332

3433

3534

3635
### GeneralSpacestation
3736

38-
![](imgs/GeneralSpacestation_server.png)
37+
![](imgs\GeneralSpacestation_server.png)
3938

4039

4140

4241
## Solution
4342

44-
![](imgs/solution2.png)
43+
![](imgs\solution2.png)
4544

46-
![](imgs/solution.png)
45+
![](imgs\solution.png)
4746

4847

4948

5049
## Corporate Clients
5150

52-
![](imgs/corporateclient1.png)
51+
![](imgs\corporateclient1.png)
5352

54-
![](imgs/corporateclient2.png)
53+
![](imgs\corporateclient2.png)
5554

5655
## Contact Us
5756

website/docs/doc/GeneralUpdate.Bowl.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ This component is an independent process launched before the end of the upgrade
1616
public sealed class Bowl
1717
```
1818

19-
NuGet Installation
2019

21-
```shell
22-
NuGet\Install-Package GeneralUpdate.Bowl -Version 9.1.2
23-
```
2420

2521
### Example
2622

0 commit comments

Comments
 (0)