Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reference to MiniApp Manifest #21

Merged
merged 4 commits into from
Mar 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,12 @@ <h3>
<p>
The <dfn>pagePath</dfn> attribute contains the page path for current MiniApp.
</p>

<aside class="note">
<p>
By default, the <code>pagePath</code> uses the value defined by <a href="https://www.w3.org/TR/miniapp-manifest/#pages-member">the first item in the MiniApp manifest's pages member</a>. If the value is not set by <a href="https://www.w3.org/TR/miniapp-manifest/#pages-member"> the MiniApp manifest's pages member</a>, the <code>pagePath</code> uses the path of current MiniApp's first page.
</p>
</aside>
</section>

<section>
Expand Down