Skip to content

Commit ecf442f

Browse files
committed
update doc
1 parent 4a1c58e commit ecf442f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

compatibility.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## OS
44

55
You should be able to compile and run Rod seamlessly on all main platforms that Golang supports.
6-
On some platforms, you might need to install the browser manually, Rod can't guarantee the auto-downloaded browser will always work,
6+
This [docker way](/custom-launch.md?id=remotely-manage-the-launcher) is recommended to run Rod on a server.
7+
On some platforms, you might need to install the browser manually, Rod can't guarantee the auto-downloaded browser will always work.
78
If you want Rod to support a platform, please raise an issue for it.
89

910
It's very easy to google how to install the browser on your system, for example,

custom-launch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Here are the available flags: [link](https://peter.sh/experiments/chromium-comma
108108

109109
Read the API doc for more info: [link](https://pkg.go.dev/github.com/go-rod/rod/lib/launcher#Launcher).
110110

111-
## Remotely manage the launcher
111+
## Remotely manage the launcher :id=remotely-manage-the-launcher
112112

113113
For production scraping system, usually, we will separate the scrapers and browsers into different clusters so that
114114
they can scale separately. Rod provides the module `launcher.Manager` to manage the launcher remotely.

faq/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Why choose Rod over other libraries?
44

5-
Check [Why Rod](../why-rod.md).
5+
Check [Why Rod](/why-rod.md).
66

77
## How to search symbols in the comments or doc?
88

0 commit comments

Comments
 (0)