Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions content/docs/en/elements/layouts/absolute-layout.md
Original file line number Diff line number Diff line change
@@ -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]
---

Expand Down
8 changes: 8 additions & 0 deletions layouts/docs.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
text-blue-dark p-4 my-8">
<p>
This is an overview of the most common usage of <%= current.title %>.
<% if (current.docRef) { %>
See <a href="<%= current.docRef %>"
target="_blank"
rel="noopener"
class="no-underline text-green hover:text-blue-dark">
the NativeScript docs
</a> for more information about <%= current.title %>.
<% } %>
For more information about the available properties, methods, or events, head over
to <a href="<%= current.apiRef %>"
target="_blank"
Expand Down