Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96199c4

Browse files
committed
Merge pull request binux#236 from d0ugal/master
Updated the MkDocs config from the deprecated format
2 parents a18b9ea + 132c8ad commit 96199c4

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

mkdocs.yml

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,28 @@ site_description: A Powerful Spider(Web Crawler) System in Python.
33
site_author: binux
44
repo_url: https://github.com/binux/pyspider
55
pages:
6-
- [index.md, 'Introduction']
7-
- [Quickstart.md, '', 'Quickstart']
8-
- [Command-Line.md, '', 'Command Line']
9-
- [tutorial/index.md, 'Tutorial', 'Index']
10-
- [tutorial/HTML-and-CSS-Selector.md, 'Tutorial', 'Level 1: HTML and CSS Selector']
11-
- [tutorial/AJAX-and-more-HTTP.md, 'Tutorial', 'Level 2: AJAX and More HTTP']
12-
- [tutorial/Render-with-PhantomJS.md, 'Tutorial', 'Level 3: Render with PhantomJS']
13-
- [Architecture.md, 'About pyspider', 'Architecture']
14-
- [About-Tasks.md, 'About pyspider', 'About Tasks']
15-
- [About-Projects.md, 'About pyspider', 'About Projects']
16-
- [Script-Environment.md, 'About pyspider', 'Script Environment']
17-
- [apis/index.md, 'API Reference', 'Index']
18-
- [apis/self.crawl.md, 'API Reference', 'self.crawl']
19-
- [apis/Response.md, 'API Reference', 'Response']
20-
- [apis/self.send_message.md, 'API Reference', 'self.send_message']
21-
- [apis/@catch_status_code_error.md, 'API Reference', '@catch_status_code_error']
22-
- [apis/@every.md, 'API Reference', '@every']
23-
- [Deployment.md, '', 'Deployment']
24-
- [Running-pyspider-with-Docker.md, '', 'Running pyspider with Docker']
25-
- [Frequently-Asked-Questions.md, '', 'Frequently Asked Questions']
6+
- Introduction: index.md
7+
- Quickstart: Quickstart.md
8+
- Command Line: Command-Line.md
9+
- Tutorial:
10+
- Index: tutorial/index.md
11+
- 'Level 1: HTML and CSS Selector': tutorial/HTML-and-CSS-Selector.md
12+
- 'Level 2: AJAX and More HTTP': tutorial/AJAX-and-more-HTTP.md
13+
- 'Level 3: Render with PhantomJS': tutorial/Render-with-PhantomJS.md
14+
- About pyspider:
15+
- Architecture: Architecture.md
16+
- About Tasks: About-Tasks.md
17+
- About Projects: About-Projects.md
18+
- Script Environment: Script-Environment.md
19+
- API Reference:
20+
- Index: apis/index.md
21+
- self.crawl: apis/self.crawl.md
22+
- Response: apis/Response.md
23+
- self.send_message: apis/self.send_message.md
24+
- '@catch_status_code_error': apis/@catch_status_code_error.md
25+
- '@every': apis/@every.md
26+
- Deployment: Deployment.md
27+
- Running pyspider with Docker: Running-pyspider-with-Docker.md
28+
- Frequently Asked Questions: Frequently-Asked-Questions.md
29+
2630
theme: readthedocs

0 commit comments

Comments
 (0)