Skip to content

Commit 776039a

Browse files
docs: (#2075) add Template Hierarchy to Main Features section
Template Hierarchy is a core feature of Faust.js that automatically resolves WordPress content to the correct Next.js template, mirroring the classic PHP template hierarchy. It was missing from the Main Features table on the introduction page despite being central to how developers build with Faust. Closes #2075
1 parent 242f705 commit 776039a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ From data fetching to Block components, Faust.js® has you covered. Build your h
1313

1414
Some of the main Faust.js® features include:
1515

16-
| Feature | Description |
17-
| -------------------------------------------------- | ------------------------------------------------------------------ |
18-
| [Authentication](/docs/how-to/authentication/) | Authenticate users in your Next.js app with WordPress |
19-
| [Block Components](/docs/how-to/rendering-blocks/) | Render WordPress blocks in your Next.js app |
20-
| [Post Preview](/docs/how-to/post-previews/) | Preview posts and pages in your Next.js app before publishing them |
16+
| Feature | Description |
17+
| -------------------------------------------------- | ------------------------------------------------------------------------------------ |
18+
| [Template Hierarchy](/docs/explanation/seed-query/) | Automatically resolve WordPress content to the right template, just like classic PHP |
19+
| [Authentication](/docs/how-to/authentication/) | Authenticate users in your Next.js app with WordPress |
20+
| [Block Components](/docs/how-to/rendering-blocks/) | Render WordPress blocks in your Next.js app |
21+
| [Post Preview](/docs/how-to/post-previews/) | Preview posts and pages in your Next.js app before publishing them |
2122

2223
## How to Use These Docs
2324

0 commit comments

Comments
 (0)