|
1 | 1 | ---
|
2 |
| -description: Test pages for nginx-hugo-theme |
| 2 | +# The title is the product name |
3 | 3 | title: Test pages
|
4 | 4 | weight: 100
|
5 |
| ---- |
| 5 | +# The URL is the base of the deployed path, becoming "docs.nginx.com/<url>/<other-pages>" |
| 6 | +url: |
| 7 | +# The subtitle displays directly underneath the heading of a given page |
| 8 | +nd-subtitle: Test pages for nginx-hugo-theme |
| 9 | +# Indicates that this is a custom landing page |
| 10 | +nd-landing-page: true |
| 11 | +# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this |
| 12 | +nd-content-type: landing-page |
| 13 | +# Intended for internal catalogue and search, case sensitive: |
| 14 | +# Agent, N4Azure, NIC, NIM, NGF, NAP-DOS, NAP-WAF, NGINX One, NGINX+, Solutions, Unit |
| 15 | +nd-product: |
| 16 | +--- |
| 17 | + |
| 18 | +## About |
| 19 | +[//]: # "These are Markdown comments to guide you through document structure. Remove them as you go, as well as any unnecessary sections." |
| 20 | +[//]: # "Use underscores for _italics_, and double asterisks for **bold**." |
| 21 | +[//]: # "Backticks are for `monospace`, used sparingly and reserved mostly for executable names - they can cause formatting problems. Avoid them in tables: use italics instead." |
| 22 | + |
| 23 | +[//]: # "This initial section introduces the product to a reader: give a short 1-2 sentence summary of what the product does and its value to the reader." |
| 24 | +[//]: # "Name specific functionality it provides: avoid ambiguous descriptions such as 'enables efficiency', focus on what makes it unique." |
| 25 | + |
| 26 | +This is a compilation of all our shortcodes to show how they look, function, respond, and coded. |
| 27 | + |
| 28 | +## Featured Content |
| 29 | +[//]: # "You can add a maximum of three cards: any extra will not display." |
| 30 | +[//]: # "One card will take full width page: two will take half width each. Three will stack like an inverse pyramid." |
| 31 | +[//]: # "Some examples of content could be the latest release note, the most common install path, and a popular new feature." |
| 32 | + |
| 33 | +{{<card-layout >}} |
| 34 | + {{<card-section showAsCards="true" isFeaturedSection="true">}} |
| 35 | + {{<card title="Everything" titleUrl="everything" icon="circle-dot-dashed">}} |
| 36 | + All shortcodes in one page. |
| 37 | + {{</card >}} |
| 38 | + {{<card title="Call Out usages" titleUrl="call-out/all-callouts/" icon="message-square">}} |
| 39 | + Examples for call-out shortcode |
| 40 | + {{</card >}} |
| 41 | + {{<card title="Code Block usages" titleUrl="code-blocks/code-blocks-highlighting/" icon="code">}} |
| 42 | + Examples for codeblock shortcode |
| 43 | + {{</card >}} |
| 44 | + {{</card-section>}} |
| 45 | +{{</card-layout >}} |
| 46 | + |
| 47 | +## Other Content |
| 48 | +[//]: # "You can add any extra content for the page here, such as additional cards, diagrams or text." |
| 49 | + |
| 50 | +{{<card-layout >}} |
| 51 | + {{<card-section title="NGINX" showAsCards="true" >}} |
| 52 | + {{<card title="NGINX Plus" titleUrl="/nginx/" brandIcon="NGINX-Plus-product-icon-RGB" >}} |
| 53 | + Installing NGINX |
| 54 | + {{</card >}} |
| 55 | + {{</card-section >}} |
| 56 | +{{</card-layout >}} |
0 commit comments