docs: add product docs and screenshots
This commit is contained in:
parent
72ab3ac177
commit
98d6a89018
4 changed files with 6 additions and 2 deletions
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
**eBay trust scoring before you bid.**
|
**eBay trust scoring before you bid.**
|
||||||
|
|
||||||

|
{ .only-light }
|
||||||
|
{ .only-dark }
|
||||||
|
|
||||||
Snipe scores eBay listings and sellers for trustworthiness before you place a bid. Paste a search query, get results with trust scores, and know exactly which listings are worth your time.
|
Snipe scores eBay listings and sellers for trustworthiness before you place a bid. Paste a search query, get results with trust scores, and know exactly which listings are worth your time.
|
||||||
|
|
||||||
|
|
@ -16,7 +17,8 @@ Snipe scores eBay listings and sellers for trustworthiness before you place a bi
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
||||||

|
{ .only-light }
|
||||||
|
{ .only-dark }
|
||||||
|
|
||||||
Each listing gets a composite trust score from 0–100 based on five seller signals: account age, feedback count, feedback ratio, price vs. market, and category history. Red flags are surfaced alongside the score, not buried in it.
|
Each listing gets a composite trust score from 0–100 based on five seller signals: account age, feedback count, feedback ratio, price vs. market, and category history. Red flags are surfaced alongside the score, not buried in it.
|
||||||
|
|
||||||
|
|
|
||||||
BIN
docs/screenshots/01-hero-dark.png
Normal file
BIN
docs/screenshots/01-hero-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
BIN
docs/screenshots/02-results-dark.png
Normal file
BIN
docs/screenshots/02-results-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
|
|
@ -31,6 +31,7 @@ theme:
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
|
- attr_list
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
- pymdownx.superfences:
|
- pymdownx.superfences:
|
||||||
custom_fences:
|
custom_fences:
|
||||||
|
|
@ -61,6 +62,7 @@ nav:
|
||||||
- Trust Score Algorithm: reference/trust-scoring.md
|
- Trust Score Algorithm: reference/trust-scoring.md
|
||||||
- Tier System: reference/tier-system.md
|
- Tier System: reference/tier-system.md
|
||||||
- Architecture: reference/architecture.md
|
- Architecture: reference/architecture.md
|
||||||
|
- All CF Docs: https://docs.circuitforge.tech
|
||||||
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/theme.css
|
- stylesheets/theme.css
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue