We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5dcd9 commit 55ea3a4Copy full SHA for 55ea3a4
README.md
@@ -285,10 +285,10 @@ return [
285
A few helpers are available for manipulating pages :
286
287
### Page Method
288
-If you'd like to know if a page is indexed in the sitemap, you can use `$page->isIndexible()`.
+If you'd like to know if a page is indexed in the sitemap, you can use `$page->isIndexible()` (returns a `bool`).
289
290
-### Pages Collection
291
-A collection of all indexed pages is available in : `$kirby->collection('indexedPages')`.
+### Site Method
+To get all indexed pages according to your settings, you can use : `$site->indexedPages()` (returns a `Kirby\Cms\Collection` of pages).
292
293
## Credits
294
0 commit comments