From 980487f587eef62562e3287b472e40613ee77088 Mon Sep 17 00:00:00 2001 From: Nafisa Tahasin Date: Mon, 11 May 2026 18:57:30 +0300 Subject: [PATCH 1/2] docs: improve related docs links in pinning models page Signed-off-by: Nafisa Tahasin --- .../basics/pinning-models-to-dock.md | 32 ++++++++++++------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/content/en/videos/getting-started/basics/pinning-models-to-dock.md b/content/en/videos/getting-started/basics/pinning-models-to-dock.md index 35b9d818082..79a99323ebe 100644 --- a/content/en/videos/getting-started/basics/pinning-models-to-dock.md +++ b/content/en/videos/getting-started/basics/pinning-models-to-dock.md @@ -1,27 +1,37 @@ --- -title: "Pinning Models to Dock" +title: 'Pinning Models to Dock' description: > - Pinning models to the dock allows you to quickly access your most used models. This is a great way to keep your workspace organized and efficient. -videoId: "8lQ6ed_1Tss" -videoType: youtube + Pinning models to the dock allows you to quickly access your most used models. + This is a great way to keep your workspace organized and efficient. +videoId: '8lQ6ed_1Tss' +videoType: youtube categories: [Designer] formats: [video] tags: [Dock, Pin, Models, designer] -duration: "0:57" +duration: '0:57' --- {{< youtube id=8lQ6ed_1Tss class="yt-embed-container" >}} **Transcript:** -Five has found that he frequently references the same set of models while designing. If you know that you’ll be using components from a model frequently, you can pin that model for easy retrieval of its components. -To pin a model to the dock in Layer5 Kanvas, click the pin icon next to the model. The model will now be accessible in the dock for quick use. +Five has found that he frequently references the same set of models while +designing. If you know that you’ll be using components from a model frequently, +you can pin that model for easy retrieval of its components. To pin a model to +the dock in Layer5 Kanvas, click the pin icon next to the model. The model will +now be accessible in the dock for quick use. There is no limit to the number of models that you can pin to the dock. -When a model is pinned you can still browse all components or search for a specific component. Drag and drop or click to place a new component into your design. +When a model is pinned you can still browse all components or search for a +specific component. Drag and drop or click to place a new component into your +design. -When you no longer want a model pinned to the dock, you can remove the pin by revisiting the model in its original location and choosing to “remove from dock”. +When you no longer want a model pinned to the dock, you can remove the pin by +revisiting the model in its original location and choosing to “remove from +dock”. -Related Docs: -1. https://docs.layer5.io/kanvas/designer/understanding-tool-modes/ +### Related Docs + +- [Understanding Tool Modes](https://docs.layer5.io/kanvas/designer/understanding-tool-modes/) +- [Pin Model to Dock](https://docs.layer5.io/kanvas/designer/pin-model-to-dock/) From a9d72b470a0bb6bf3d8d880f6c44029c84c7a01f Mon Sep 17 00:00:00 2001 From: Nafisa Tahasin Date: Thu, 14 May 2026 20:56:52 +0300 Subject: [PATCH 2/2] docs: render related docs through partial Signed-off-by: Nafisa Tahasin --- .../basics/pinning-models-to-dock.md | 33 +++++++------------ layouts/partials/related-docs.html | 13 ++++++++ layouts/video/single.html | 1 + 3 files changed, 26 insertions(+), 21 deletions(-) create mode 100644 layouts/partials/related-docs.html diff --git a/content/en/videos/getting-started/basics/pinning-models-to-dock.md b/content/en/videos/getting-started/basics/pinning-models-to-dock.md index 79a99323ebe..3ca8a5e6a93 100644 --- a/content/en/videos/getting-started/basics/pinning-models-to-dock.md +++ b/content/en/videos/getting-started/basics/pinning-models-to-dock.md @@ -1,37 +1,28 @@ --- -title: 'Pinning Models to Dock' +title: "Pinning Models to Dock" description: > - Pinning models to the dock allows you to quickly access your most used models. - This is a great way to keep your workspace organized and efficient. -videoId: '8lQ6ed_1Tss' -videoType: youtube + Pinning models to the dock allows you to quickly access your most used models. This is a great way to keep your workspace organized and efficient. +videoId: "8lQ6ed_1Tss" +videoType: youtube categories: [Designer] formats: [video] tags: [Dock, Pin, Models, designer] -duration: '0:57' +duration: "0:57" +relatedDocs: + - /kanvas/designer/understanding-tool-modes/ + - /kanvas/designer/pin-model-to-dock/ --- {{< youtube id=8lQ6ed_1Tss class="yt-embed-container" >}} **Transcript:** -Five has found that he frequently references the same set of models while -designing. If you know that you’ll be using components from a model frequently, -you can pin that model for easy retrieval of its components. To pin a model to -the dock in Layer5 Kanvas, click the pin icon next to the model. The model will -now be accessible in the dock for quick use. +Five has found that he frequently references the same set of models while designing. If you know that you’ll be using components from a model frequently, you can pin that model for easy retrieval of its components. +To pin a model to the dock in Layer5 Kanvas, click the pin icon next to the model. The model will now be accessible in the dock for quick use. There is no limit to the number of models that you can pin to the dock. -When a model is pinned you can still browse all components or search for a -specific component. Drag and drop or click to place a new component into your -design. +When a model is pinned you can still browse all components or search for a specific component. Drag and drop or click to place a new component into your design. -When you no longer want a model pinned to the dock, you can remove the pin by -revisiting the model in its original location and choosing to “remove from -dock”. +When you no longer want a model pinned to the dock, you can remove the pin by revisiting the model in its original location and choosing to “remove from dock”. -### Related Docs - -- [Understanding Tool Modes](https://docs.layer5.io/kanvas/designer/understanding-tool-modes/) -- [Pin Model to Dock](https://docs.layer5.io/kanvas/designer/pin-model-to-dock/) diff --git a/layouts/partials/related-docs.html b/layouts/partials/related-docs.html new file mode 100644 index 00000000000..c12119e7ca9 --- /dev/null +++ b/layouts/partials/related-docs.html @@ -0,0 +1,13 @@ +{{ with .Params.relatedDocs }} + +{{ end }} diff --git a/layouts/video/single.html b/layouts/video/single.html index b8ae29bbd35..e0fdf544eef 100644 --- a/layouts/video/single.html +++ b/layouts/video/single.html @@ -1,6 +1,7 @@ {{ define "main" }} {{ partial "feature-info.html" . }} {{ .Render "content" }} +{{ partial "related-docs.html" . }}
{{ partial "recent-discussions.html" . }}