Skip to content

Commit c2d284a

Browse files
committed
+Documentation
1 parent 49915d1 commit c2d284a

4 files changed

Lines changed: 26 additions & 16 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ Ctrl+F | Open search bar (Enter to find next, Esc to close)
5050
4. If you have any issues with CefSharp, delete all the files in the `bin` folder (except the `storage` subfolder) and run a Nuget restore by building (F5) or manually restoring (`nuget restore` command).
5151

5252

53+
## Documentation
54+
55+
- [Compilation Guide](docs/Compilation.md)
56+
- [Configuration Guide](docs/Configuration.md)
57+
- [Distribution Guide](docs/Distribution.md)
58+
59+
5360
## Code
5461

5562
- SharpBrowser uses CefSharp 104 and is built on NET Framework 4.8
File renamed without changes.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# How to customize SharpBrowser
2+
13
Options:
24
### Branding
35
The title of the window and application in Windows
@@ -20,9 +22,10 @@ The cannot correct error url
2022
### SearchURL
2123
The search string; it must be the string before the search result
2224
Examples:
23-
25+
```
2426
https://www.google.com/search?q=
2527
2628
https://www.bing.com/search?q=
2729
2830
https://duckduckgo.com/?q=
31+
```
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# How to Distribute with your own branding
2-
3-
Step 1: Clone the source using our tutorial
4-
5-
Step 2: Go to Solution explorer, then select the browser folder, then model, then BrowserConfig.cs
6-
7-
![image](https://user-images.githubusercontent.com/104514709/183605344-97a50c0f-666a-4132-bf30-760525dc253e.png)
8-
9-
Step 3: Rename all of the strings and add your own branding
10-
![image](https://user-images.githubusercontent.com/104514709/183605417-67f274b2-fe9d-47b7-9d4e-1722387d2fb8.png)
11-
12-
13-
Step 4: Compile using the start button
14-
15-
![image](https://user-images.githubusercontent.com/104514709/183605667-47ce966c-3167-4d34-9bd5-7feadf0710e5.png)
1+
# How to distribute SharpBrowser with your own branding
2+
3+
Step 1: Clone the source using our tutorial
4+
5+
Step 2: Go to Solution explorer, then select the browser folder, then model, then BrowserConfig.cs
6+
7+
![image](https://user-images.githubusercontent.com/104514709/183605344-97a50c0f-666a-4132-bf30-760525dc253e.png)
8+
9+
Step 3: Rename all of the strings and add your own branding
10+
![image](https://user-images.githubusercontent.com/104514709/183605417-67f274b2-fe9d-47b7-9d4e-1722387d2fb8.png)
11+
12+
13+
Step 4: Compile using the start button
14+
15+
![image](https://user-images.githubusercontent.com/104514709/183605667-47ce966c-3167-4d34-9bd5-7feadf0710e5.png)

0 commit comments

Comments
 (0)