Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
chore(website): update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chuang8511 committed Jul 26, 2024
1 parent 8ad4e14 commit eca06b4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions application/website/v0/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The Website component is an application component that allows users to scrape we
It can carry out the following tasks:

- [Scrape Website](#scrape-website)
- [Scrape Sitemap](#scrape-sitemap)



Expand Down Expand Up @@ -53,4 +54,25 @@ Scrape the website contents.



### Scrape Sitemap

Scrape the sitemap information


| Input | ID | Type | Description |
| :--- | :--- | :--- | :--- |
| Task ID (required) | `task` | string | `TASK_SCRAPE_SITEMAP` |
| Sitemap URL (required) | `url` | string | The URL of the sitemap to scrape |



| Output | ID | Type | Description |
| :--- | :--- | :--- | :--- |
| List | `list` | array | The list of information in a sitemap |







0 comments on commit eca06b4

Please sign in to comment.