Skip to content

Commit 7dcad35

Browse files
lamATnginxnginx-jack
authored andcommitted
Remove card-layout from N+ landing page (#996)
feat: Remove card-layout from N+ landing page
1 parent d78e07e commit 7dcad35

File tree

1 file changed

+26
-32
lines changed

1 file changed

+26
-32
lines changed

content/nginx/_index.md

Lines changed: 26 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -26,38 +26,32 @@ NGINX Plus adds a range of premium features to address enterprise needs.
2626
[//]: # "One card will take full width page: two will take half width each. Three will stack like an inverse pyramid."
2727
[//]: # "Some examples of content could be the latest release note, the most common install path, and a popular new feature."
2828

29-
{{<card-layout>}}
30-
{{<card-section showAsCards="true" isFeaturedSection="true">}}
31-
{{<card title="Install NGINX Plus" titleUrl="/nginx/installing-nginx/installing-nginx-plus/" icon="unplug" isFullSize="true">}}
32-
Install NGINX Plus on different operating systems.
33-
{{</card >}}
34-
{{</card-section>}}
35-
{{</card-layout>}}
36-
37-
38-
{{<card-layout>}}
39-
{{<card-section showAsCards="true" >}}
40-
{{<card title="Install NGINX Open Source" titleUrl="/nginx/installing-nginx/installing-nginx-open-source/" >}}
41-
Install NGINX Open Source. Compile from source.
42-
{{</card>}}
43-
{{<card title="Set up HTTP load balancing" titleUrl="/admin-guide/load-balancer/http-load-balancer/" >}}
44-
Keep your servers running.
45-
{{</ card >}}
46-
{{<card title="Set up a web server" titleUrl="/nginx/admin-guide/web-server/web-server/" >}}
47-
Configure NGINX as a web server.
48-
{{</card>}}
49-
{{<card title="Secure with Single Sign-On" titleUrl="/nginx/admin-guide/security-controls/configuring-oidc/">}}
50-
Set up Open ID connect with identity providers.
51-
{{</ card >}}
52-
{{</card-section>}}
53-
{{</card-layout>}}
29+
{{<card-section showAsCards="true" isFeaturedSection="true">}}
30+
{{<card title="Install NGINX Plus" titleUrl="/nginx/installing-nginx/installing-nginx-plus/" icon="unplug" isFullSize="true">}}
31+
Install NGINX Plus on different operating systems.
32+
{{</card >}}
33+
{{</card-section>}}
34+
35+
36+
{{<card-section showAsCards="true" >}}
37+
{{<card title="Install NGINX Open Source" titleUrl="/nginx/installing-nginx/installing-nginx-open-source/" >}}
38+
Install NGINX Open Source. Compile from source.
39+
{{</card>}}
40+
{{<card title="Set up HTTP load balancing" titleUrl="/admin-guide/load-balancer/http-load-balancer/" >}}
41+
Keep your servers running.
42+
{{</ card >}}
43+
{{<card title="Set up a web server" titleUrl="/nginx/admin-guide/web-server/web-server/" >}}
44+
Configure NGINX as a web server.
45+
{{</card>}}
46+
{{<card title="Secure with Single Sign-On" titleUrl="/nginx/admin-guide/security-controls/configuring-oidc/">}}
47+
Set up Open ID connect with identity providers.
48+
{{</ card >}}
49+
{{</card-section>}}
5450

5551
### More information
5652

57-
{{<card-layout>}}
58-
{{<card-section showAsCards="true" >}}
59-
{{<card title="View release notes and updates" titleUrl="/nginx-instance-manager/releases/" icon="clock-alert">}}
60-
Get details on new features, bug fixes, and known issues.
61-
{{</card>}}
62-
{{</card-section>}}
63-
{{</card-layout>}}
53+
{{<card-section showAsCards="true" >}}
54+
{{<card title="View release notes and updates" titleUrl="/nginx-instance-manager/releases/" icon="clock-alert">}}
55+
Get details on new features, bug fixes, and known issues.
56+
{{</card>}}
57+
{{</card-section>}}

0 commit comments

Comments
 (0)