We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b972f40 commit 62a0cc3Copy full SHA for 62a0cc3
packages/playground/_layouts/default.html
@@ -11,9 +11,9 @@
11
<div class="heading">UI5 Web Components</div>
12
</a>
13
<div class="links-wrapper">
14
- <a class="wrapper-links" href="{{ page.docs | absolute_url }}">Docs</a>
15
- <a class="wrapper-links" href="{{ page.tutorials | absolute_url }}">Tutorials</a>
16
- <a class="wrapper-links" href="{{ page.samples | absolute_url }}">Samples</a>
+ <a class="wrapper-links" href="{{ "/playground/docs" | absolute_url }}">Docs</a>
+ <a class="wrapper-links" href="{{ "/playground/tutorials" | absolute_url }}">Tutorials</a>
+ <a class="wrapper-links" href="{{ "/playground/components" | absolute_url }}">Samples</a>
17
</div>
18
<div class="search js-search">
19
<div class="search-input-wrap">
0 commit comments