documentation/guides/docs/components/page-link.md
Page Link creates a styled link to another guide page. It includes a title and optional description, and should be used to connect readers to relevant content elsewhere in the guide.
string required
Relative path to the destination page. Paths a relative to the root (by default the config).
string optional
The title shown in the link. Defaults to "Link to Page".
string optional
Secondary text shown below the title. Defaults to "Link to a page in the guide".
<scalar-page-link filepath="documentation/guides/docs/components/row.md">
</scalar-page-link>
::scalar-page-link{filepath="documentation/guides/docs/components/row.md"}
::scalar-page-link{filepath="documentation/guides/docs/components/row.md"}
<scalar-page-link filepath="documentation/guides/docs/components/row.md" title="Row Docs" description="">
</scalar-page-link>
::scalar-page-link{filepath="documentation/guides/docs/components/row.md" title="Row Docs" description=""}
::scalar-page-link{filepath="documentation/guides/docs/components/row.md" title="Row Docs" description=""}
<scalar-page-link filepath="documentation/guides/docs/components/row.md" title="Row Docs" description="Row component documentation">
</scalar-page-link>
::scalar-page-link{filepath="documentation/guides/docs/components/row.md" title="Row Docs" description="Row component documentation"}
::scalar-page-link{filepath="documentation/guides/docs/components/row.md" title="Row Docs" description="Row component documentation"}