Skip to content

Commit 8e57928

Browse files
committed
feat: add search
1 parent ea01da3 commit 8e57928

File tree

8 files changed

+728
-1308
lines changed

8 files changed

+728
-1308
lines changed

docs/api/layout.md

+401-410
Large diffs are not rendered by default.

docs/api/podlet.md

+315-334
Large diffs are not rendered by default.

docs/introduction/hello-podium.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You can see the JSON manifest that makes up the contract between your podlet and
9494

9595
A layout is responsible for supplying the structure of an HTML page, inserting each podlet into the appropriate location in the page's markup, and then serving the resulting page.
9696

97-
The layout is also responsible for providing a [Podium context](/docs/layout/context) on requests made to each podlet. This context is a set of HTTP headers with information the [podlet can use](/docs/podlet/context) to generate dynamic content.
97+
The layout is also responsible for providing a [Podium context](/docs/introduction/context) on requests made to each podlet. This context is a set of HTTP headers with information the podlet can use to generate dynamic content.
9898

9999
Like for podlets there is a [@podium/layout](/docs/api/layout) module which helps you build layouts.
100100

docs/layout/getting_started.md

-192
This file was deleted.

0 commit comments

Comments
 (0)