diff --git a/content/docs/en/elements/layouts/absolute-layout.md b/content/docs/en/elements/layouts/absolute-layout.md index 237a1f9d..d2f679ad 100644 --- a/content/docs/en/elements/layouts/absolute-layout.md +++ b/content/docs/en/elements/layouts/absolute-layout.md @@ -1,6 +1,7 @@ --- title: AbsoluteLayout apiRef: https://docs.nativescript.org/api-reference/modules/_ui_layouts_absolute_layout_ +docRef: https://docs.nativescript.org/ui/layouts/layout-containers#absolutelayout contributors: [rigor789, ikoevska] --- diff --git a/layouts/docs.ejs b/layouts/docs.ejs index 144d7eaf..217f1b7c 100644 --- a/layouts/docs.ejs +++ b/layouts/docs.ejs @@ -47,6 +47,14 @@ text-blue-dark p-4 my-8">
This is an overview of the most common usage of <%= current.title %>. + <% if (current.docRef) { %> + See + the NativeScript docs + for more information about <%= current.title %>. + <% } %> For more information about the available properties, methods, or events, head over to