Skip to content

Commit caa49b0

Browse files
committed
Revert "update doc"
This reverts commit 760a032.
1 parent 760a032 commit caa49b0

10 files changed

+742
-43
lines changed

website/docs/doc/Component Introduction.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ 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-
1917

2018

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

9391
## 5. Unified Language
9492

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

9795
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.
9896

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

134132
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).
135133

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

138136
##### Sponsorship
139137

website/docs/doc/GeneralClient.OSS.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ 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+
2733

2834

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

107113
#### Methods
108114

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

113120

114121

website/docs/doc/GeneralSpacestation.md

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

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

78
## Product Introduction
89

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

2728
### GeneralUpdate.Admin Display
2829

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

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

3334

3435

3536
### GeneralSpacestation
3637

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

3940

4041

4142
## Solution
4243

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

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

4748

4849

4950
## Corporate Clients
5051

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

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

5556
## Contact Us
5657

website/docs/doc/GeneralUpdate.Bowl.md

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

19+
NuGet Installation
1920

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

2125
### Example
2226

0 commit comments

Comments
 (0)