docs: updating the mkdocs file accordingly
This commit is contained in:
+14
-7
@@ -1,5 +1,5 @@
|
|||||||
site_name: Scrapling
|
site_name: Scrapling
|
||||||
site_description: Scrapling - a Python library to make Web Scraping easy again!
|
site_description: Scrapling - Easy, effortless Web Scraping as it should be!
|
||||||
site_author: Karim Shoair
|
site_author: Karim Shoair
|
||||||
repo_url: https://github.com/D4Vinci/Scrapling
|
repo_url: https://github.com/D4Vinci/Scrapling
|
||||||
site_url: https://scrapling.readthedocs.io/en/latest/
|
site_url: https://scrapling.readthedocs.io/en/latest/
|
||||||
@@ -31,8 +31,8 @@ theme:
|
|||||||
icon: material/toggle-switch-off
|
icon: material/toggle-switch-off
|
||||||
name: Switch to system preference
|
name: Switch to system preference
|
||||||
font:
|
font:
|
||||||
text: Roboto
|
text: Open Sans
|
||||||
code: Roboto Mono
|
code: JetBrains Mono
|
||||||
icon:
|
icon:
|
||||||
repo: fontawesome/brands/github-alt
|
repo: fontawesome/brands/github-alt
|
||||||
features:
|
features:
|
||||||
@@ -62,27 +62,34 @@ theme:
|
|||||||
nav:
|
nav:
|
||||||
- Introduction: index.md
|
- Introduction: index.md
|
||||||
- Overview: overview.md
|
- Overview: overview.md
|
||||||
- Parsing Performance: benchmarks.md
|
- What's New in v0.3: whats-new-v0.3.md
|
||||||
|
- Performance Benchmarks: benchmarks.md
|
||||||
- User Guide:
|
- User Guide:
|
||||||
- Parsing:
|
- Parsing:
|
||||||
- Querying elements: parsing/selection.md
|
- Querying elements: parsing/selection.md
|
||||||
- Main classes: parsing/main_classes.md
|
- Main classes: parsing/main_classes.md
|
||||||
- Using automatch feature: parsing/automatch.md
|
- Adaptive scraping: parsing/adaptive.md
|
||||||
- Fetching:
|
- Fetching:
|
||||||
- Choosing a fetcher: fetching/choosing.md
|
- Choosing a fetcher: fetching/choosing.md
|
||||||
- Static requests: fetching/static.md
|
- Static requests: fetching/static.md
|
||||||
- Dynamically loaded websites: fetching/dynamic.md
|
- Dynamically loaded websites: fetching/dynamic.md
|
||||||
- Fully bypass protections while fetching: fetching/stealthy.md
|
- Fully bypass protections while fetching: fetching/stealthy.md
|
||||||
|
- Command Line Interface:
|
||||||
|
- Overview: cli/overview.md
|
||||||
|
- Interactive shell: cli/interactive-shell.md
|
||||||
|
- Extract commands: cli/extract-commands.md
|
||||||
|
- Integrations:
|
||||||
|
- AI MCP server: ai/mcp-server.md
|
||||||
- Tutorials:
|
- Tutorials:
|
||||||
- A Free Alternative to AI for Robust Web Scraping: tutorials/replacing_ai.md
|
- A Free Alternative to AI for Robust Web Scraping: tutorials/replacing_ai.md
|
||||||
- Migrating from BeautifulSoup: tutorials/migrating_from_beautifulsoup.md
|
- Migrating from BeautifulSoup: tutorials/migrating_from_beautifulsoup.md
|
||||||
# - Migrating from AutoScraper: tutorials/migrating_from_autoscraper.md
|
# - Migrating from AutoScraper: tutorials/migrating_from_autoscraper.md
|
||||||
- Development:
|
- Development:
|
||||||
- API Reference:
|
- API Reference:
|
||||||
- Adaptor: api-reference/adaptor.md
|
- Selector: api-reference/selector.md
|
||||||
- Fetchers: api-reference/fetchers.md
|
- Fetchers: api-reference/fetchers.md
|
||||||
- Custom Types: api-reference/custom-types.md
|
- Custom Types: api-reference/custom-types.md
|
||||||
- Writing your retrieval system: development/automatch_storage_system.md
|
- Writing your retrieval system: development/adaptive_storage_system.md
|
||||||
- Using Scrapling's custom types: development/scrapling_custom_types.md
|
- Using Scrapling's custom types: development/scrapling_custom_types.md
|
||||||
- Support and Advertisement: donate.md
|
- Support and Advertisement: donate.md
|
||||||
- Contributing: contributing.md
|
- Contributing: contributing.md
|
||||||
|
|||||||
Reference in New Issue
Block a user