Skip to content

Commit c3b5205

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

File tree

1 file changed

+30
-32
lines changed

1 file changed

+30
-32
lines changed

content/nginx/_index.md

Lines changed: 30 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -26,38 +26,36 @@ 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/admin-guide/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/admin-guide/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="/nginx/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/admin-guide/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+
37+
{{<card-section showAsCards="true" >}}
38+
{{<card title="Install NGINX Open Source" titleUrl="/nginx/admin-guide/installing-nginx/installing-nginx-open-source/" >}}
39+
Install NGINX Open Source. Compile from source.
40+
{{</card>}}
41+
{{<card title="Set up HTTP load balancing" titleUrl="/nginx/admin-guide/load-balancer/http-load-balancer/" >}}
42+
Keep your servers running.
43+
{{</ card >}}
44+
{{<card title="Set up a web server" titleUrl="/nginx/admin-guide/web-server/web-server/" >}}
45+
Configure NGINX as a web server.
46+
{{</card>}}
47+
{{<card title="Secure with Single Sign-On" titleUrl="/nginx/admin-guide/security-controls/configuring-oidc/">}}
48+
Set up Open ID connect with identity providers.
49+
{{</ card >}}
50+
{{</card-section>}}
51+
5452

5553
### More information
5654

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

0 commit comments

Comments
 (0)