aboutsummaryrefslogtreecommitdiff
path: root/docs/en/users/02_First_steps.md
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-06-26 23:28:24 +0200
committerGravatar GitHub <noreply@github.com> 2023-06-26 23:28:24 +0200
commit2f485096784c9638cd5909bb826aecaeed004988 (patch)
tree63ceaf0311d74edd76907a05ac0465e987161610 /docs/en/users/02_First_steps.md
parent666e951fa3e30c3a1b7f5ae68a2be4e06577b75d (diff)
docs: web scrapping with XPath (#5494)
* added docs * add correct link * typo * A bit of typography --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'docs/en/users/02_First_steps.md')
-rw-r--r--docs/en/users/02_First_steps.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/en/users/02_First_steps.md b/docs/en/users/02_First_steps.md
index 7f176af77..17c3cb88a 100644
--- a/docs/en/users/02_First_steps.md
+++ b/docs/en/users/02_First_steps.md
@@ -25,3 +25,5 @@ Now that you’ve mastered basic use, it’s time to configure FreshRSS to impro
* [Access your feeds on a mobile device](06_Mobile_access.md)
* [Add some extensions](https://github.com/FreshRSS/Extensions)
* [Frequently asked questions](07_Frequently_Asked_Questions.md)
+
+FreshRSS has a built-in engine that [scraps a website to create an own feed](11_website_scraping.md).