Standardize C4A-Script tutorial, add CLI identity-based crawling, and add sponsorship CTA #1532
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR does the following:
Addresses #1511
List of files changed and why
docs/examples/c4a_script/tutorial/README.md: Usepip install -r requirements.txt; update local URL tohttp://localhost:8000; set config examplePORT = 8000; adjust port-in-use commands and alt port to8001.docs/examples/c4a_script/tutorial/server.py: Update example script URL inget_examples()tohttp://127.0.0.1:8000/playground/to match new port.docs/md_v2/advanced/identity-based-crawling.md: Add CLI-driven identity-based crawling workflow usingcrwl profileswith steps and usage snippet.docs/md_v2/apps/c4a-script/README.md: Switch install torequirements.txt; update run instructions topython server.pyandhttp://localhost:8000; set configPORT = 8000; update port-in-use commands and alt port to8001.docs/md_v2/apps/c4a-script/server.py: Change example URL to127.0.0.1:8000and default envPORTfallback to8000.docs/md_v2/core/c4a-script.md: Replace invalid:contains()selector; add accessible-attribute button examplebutton[aria-label="Search"][title="Search"]; update local setup torequirements.txt,server.py, andhttp://localhost:8000.docs/md_v2/index.md: Replace legacy-docs note with sponsorship CTA to encourage supporting development.How Has This Been Tested?
Verified manually and served the docs to test them.
Checklist: