You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exampleSite/layouts/index.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ <h1>Documentation</h1>
28
28
<p>This is a short call to action to explore our examples and guides.</p>
29
29
30
30
<divclass="cta">
31
-
<ahref="https://nginx.org" class="get-started-button">Get started with NGINX One →</a> or <ahref="#products">explore all products</a>.
31
+
<ahref="/test-product/" class="get-started-button">Get started with Test Product →</a> or <ahref="#products">explore all products</a>.
32
32
</div>
33
33
34
34
<divclass="jump-links">
@@ -52,7 +52,7 @@ <h3>Load balancing</h3>
52
52
</ul>
53
53
</div>
54
54
55
-
<p>The F5 NGINX One Console makes it easy to manage NGINX instances across locations and environments. The console lets you monitor and control your NGINX fleet from one place—you can check configurations, track performance metrics, identify security vulnerabilities, manage SSL certificates, and more.</p>
55
+
<p>The NGINX One Console makes it easy to manage NGINX instances across locations and environments. The console lets you monitor and control your NGINX fleet from one place—you can check configurations, track performance metrics, identify security vulnerabilities, manage SSL certificates, and more.</p>
56
56
57
57
<divid="products">
58
58
<h2>All products</h2>
@@ -67,11 +67,11 @@ <h2>All products</h2>
67
67
{{ $type := . }}
68
68
{{ $products := index $groupedProducts $type }}
69
69
<divclass="product-grid">
70
-
<p>{{ index $nginxCategories $type }}</p>
70
+
<pclass="product-title">{{ index $nginxCategories $type }}</p>
0 commit comments