Flutter-Bounty-Hunters / static_shock

A static site generator for Dart.
MIT License
59 stars 5 forks source link

[Docs] - Explain how to use page index #63

Closed matthew-carroll closed 3 months ago

matthew-carroll commented 6 months ago

At the moment, the page index is the only way to show generated links to other pages (we don't support search yet). Therefore, it's critical that developers know how to use the page index to show lists of pages.

Add a guide that shows the various ways to use the page index to list all pages, pages by tag, etc.

matthew-carroll commented 3 months ago

We have a guide to list a directory of pages: https://staticshock.io/guides/directory-of-pages/

That guide will need to evolve, e.g., limiting results, sorting, etc. but it exists, so I'm closing this.