-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
48 lines (35 loc) · 1.18 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
site_name: Documentation - The SERP Spider
site_url: https://serp-spider.github.io/documentation
pages:
- Documentation:
- Home: index.md
- Overview: overview.md
- Browser: browser.md
- Cookies: cookies.md
- Proxies: proxy.md
- Search Engines:
- Google: search-engine/google.md
- Http Clients:
- CURL: http-client/curl.md
- PhantomJS: http-client/phantomJS.md
- SpidyJS: http-client/spidyJS.md
- About:
- Packages: about/packages.md
- Versions: about/versions.md
- _hidden:
- Parse a Google Page: search-engine/google/parse-page.md
- Google Url: search-engine/google/google-url.md
- Handle Google error: search-engine/google/handle-errors.md
- Configure Google Client: search-engine/google/client-configuration.md
- migration 0.2: about/migration/from-v0_1-to-v0_2.md
repo_url: https://github.com/serp-spider
theme_dir: 'themes/serps'
site_description: >
SERPS is a SERP Scraper for php.
It offers a set of tools to manipulate and parse popular search engines such as Google, Yahoo, Bing...
site_favicon: favicon.ico
google_analytics:
- UA-75620778-1
- serp-spider.github.io
markdown_extensions:
- admonition