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
feat: Updating linting tools and documentation (nginx#1349)
This commit updates the Markdown linting configuration files, and adds
an explanation of the linting available in the repository to the process
documentation. The linter itself has been used on multiple files also
affected in this commit
There are a handful of peripheral changes made in the PR:
- Adding the latest catalogue tags to the Hugo archetype metadata
- Fixing a broken link for NGINX Amplify
- Fixing duplicate tabs caused by includes (Closesnginx#1343)
- Adding reload instructions to NGINX configuration (Closesnginx#1346)
@@ -42,7 +42,7 @@ It is an example of a <other concept>, and is closely related to <third concept>
42
42
# Read their documentation for usage: https://mermaid.js.org/intro/
43
43
```
44
44
45
-
Starting from the <top/left> of the diagram, you can see that <thing> is connected to <otherthing>: this relationship is established when configuring <parameter> as part of <filename>.
45
+
Starting from the \<top/left\> of the diagram, you can see that \<thing\> is connected to \<other thing\>: this relationship is established when configuring \<parameter\> as part of \<file name\>.
46
46
47
47
[//]: #"End a particular use case section with links to other pages, such as instructional documentation, other concepts, or reference information (Such as API specifications)."
48
48
@@ -52,7 +52,6 @@ Starting from the <top/left> of the diagram, you can see that <thing> is connect
52
52
53
53
### Use case 2
54
54
55
-
56
55
## Conclusion
57
56
58
57
[//]: #"Summarize everything that the reader will have learned by reading this entire concept document."
@@ -39,6 +39,7 @@ To complete this guide, you will need the following prerequisites:
39
39
```shell
40
40
# We typically show examples of commands or code in one code block, which can be easily copied by a reader using a button connected to the block.
41
41
```
42
+
42
43
```text
43
44
# A second code block is used underneath the first to show what kind of example output to expect from the command. Truncate unnecessary output with ellipses (...).
44
45
```
@@ -57,17 +58,14 @@ To complete this guide, you will need the following prerequisites:
57
58
58
59
### Sub-step 1
59
60
60
-
61
61
### Sub-step 2
62
62
63
-
64
63
## Step 3
65
64
66
65
[//]: #"The final step of a how-to guide is usually a final test, and summarizes all of the previous steps taken to accomplish the purpose of the guide."
[//]: #"These are Markdown comments to guide you through document structure. Remove them as you go, as well as any unnecessary sections."
23
24
[//]: #"Use underscores for _italics_, and double asterisks for **bold**."
24
25
[//]: #"Backticks are for `monospace`, used sparingly and reserved mostly for executable names - they can cause formatting problems. Avoid them in tables: use italics instead."
@@ -27,6 +28,7 @@ nd-product:
27
28
[//]: #"Name specific functionality it provides: avoid ambiguous descriptions such as 'enables efficiency', focus on what makes it unique."
28
29
29
30
## Featured content
31
+
30
32
[//]: #"You can add a maximum of three cards: any extra will not display."
31
33
[//]: #"One card will take full width page: two will take half width each. Three will stack like an inverse pyramid."
32
34
[//]: #"Some examples of content could be the latest release note, the most common install path, and a popular new feature."
[//]: #"Begin each document with a sentence or two explaining what the purpose of the guide is, and what high-level actions to expect. No need to adhere precisely the example text given anywhere in this template."
20
20
21
-
This guide is a tutorial on how to set up <thing>. While going through the steps of this tutorial, <concept 1>, <concept 2> and <concept 3> will be introduced and explained to understand how <thing> works.
21
+
This guide is a tutorial on how to set up \<thing\>. While going through the steps of this tutorial, \<concept 1\>, \<concept 2\> and \<concept 3\> will be introduced and explained to understand how \<thing\> works.
22
22
23
-
By the end of the tutorial, you should have enough working knowledge of <thing> to develop your own <configuration/application/etc>.
23
+
By the end of the tutorial, you should have enough working knowledge of \<thing\> to develop your own \<configuration/application/etc\>.
24
24
25
25
## Background
26
26
27
27
[//]: #"The largest difference between a tutorial and a how-to document is the scope of detail included. While working on the tutorial, consider what overlap might exist with a concept document."
28
28
[//]: #"We want to reduce the amount of context switching a reader has to go through, so it might be beneficial to convert some text content into an include for re-use between a tutorial and a concept document."
29
29
30
-
<thing> is a common use for <product>: it enables the ability to use <feature 1>, <feature 2> and <feature 3>, which are important when configuring <product> for <usecase>.
30
+
\<thing\> is a common use for \<product\>: it enables the ability to use \<feature 1\>, \<feature 2\> and \<feature 3\>, which are important when configuring \<product\> for \<use case\>.
31
31
32
32
## Before you begin
33
33
@@ -46,7 +46,7 @@ To complete this guide, you will need the following prerequisites:
46
46
[//]: #"The text immediately following a heading in a tutorial should likely explain a concept to build a mental model of what the reader is about to do."
47
47
[//]: #"If it's a successive step (One after the first), you might refer to work already done to follow the sequence of operations."
48
48
49
-
The first thing required for setting up <thing> is <stepname>. This is the <service/host/etcetera> that the <thing> will run on. The <component> that is set-up from this step is necessary for <requirement>, and will be connected to <othercomponent> and <thirdcomponent> in a later step. The <thing> we are configuring will look something along the lines of this by the end:
49
+
The first thing required for setting up \<thing\> is \<step name\>. This is the \<service/host/etcetera\> that the \<thing\> will run on. The \<component\> that is set-up from this step is necessary for \<requirement\>, and will be connected to \<other component\> and \<third component\> in a later step. The \<thing\> we are configuring will look something along the lines of this by the end:
50
50
51
51
[//]: #"If it helps, include a diagram of some kind. Ensure your description provides all the context required, however: a diagram is an aid to explain things, not a replacement."
52
52
@@ -55,28 +55,30 @@ The first thing required for setting up <thing> is <step name>. This is the <ser
55
55
# Read their documentation for usage: https://mermaid.js.org/intro/
56
56
```
57
57
58
-
Starting from the <top/left> of the diagram, you can see that <thing> is connected to <otherthing>: this relationship is established when configuring <parameter> as part of <filename>.
58
+
Starting from the \<top/left\> of the diagram, you can see that \<thing\> is connected to \<other thing\>: this relationship is established when configuring \<parameter\> as part of \<file name\>.
59
59
60
60
### Sub-step 1
61
61
62
62
[//]: #"The sub-steps of a tutorial should show the exact steps a reader should take to accomplish an action, and what to expect when doing so."
63
63
[//]: #"Though there may be multiple ways to accomplish a task, focus on showing the reader the exact way to do one."
64
64
[//]: #"You can mention alternative paths, but do not give unnecessary detail: it detracts from the task at hand."
65
65
66
-
To set up <component>, start by running the following command. It will create <dependency 1>: take note of the <uniqueidentifier> value, as it will be used for connecting <othercomponent> in later steps.
66
+
To set up \<component\>, start by running the following command. It will create \<dependency 1\>: take note of the \<unique identifier\> value, as it will be used for connecting \<other component\> in later steps.
67
67
68
68
```shell
69
69
# We typically show examples of commands or code in one code block, which can be easily copied by a reader using a button connected to the block.
70
70
```
71
+
71
72
```text
72
73
# A second code block is used underneath the first to show what kind of example output to expect from the command. Truncate unnecessary output with ellipses (...).
73
74
```
74
75
75
-
To verify the creation of <component>, you can also inspect information about it using <command>. The output should look something like this:
76
+
To verify the creation of \<component\>, you can also inspect information about it using \<command\>. The output should look something like this:
76
77
77
78
```shell
78
79
<a copyable, single line command>
79
80
```
81
+
80
82
```
81
83
<the output of that command, possibly truncated and with changed IPs or domains>
82
84
```
@@ -89,17 +91,14 @@ To verify the creation of <component>, you can also inspect information about it
89
91
90
92
### Sub-step 1
91
93
92
-
93
94
### Sub-step 2
94
95
95
-
96
96
## Conclusion
97
97
98
98
[//]: #"Summarize everything that the reader will have learned and accomplished by the end of this tutorial."
99
99
[//]: #"It should fulfill the promise made by the introductory paragraph at the top of the document."
100
100
[//]: #"You may wish to link to another tutorial as the next logical step, but that could also be part of the 'See also' section."
101
101
102
-
103
102
## Next steps
104
103
105
104
[//]: #"Link to related documents, such as concepts, reference material or specific use cases."
Copy file name to clipboardExpand all lines: content/amplify/overview/overview-main-components.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ nd-docs: DOCS-976
8
8
9
9
## What Is F5 NGINX Amplify?
10
10
11
-
[NGINX Amplify](https://amplify.nginx.com/signup/) offers in-depth monitoring for NGINX-based web applications. It simplifies the process of analyzing and resolving issues related to performance and scalability.
11
+
[NGINX Amplify](https://amplify.nginx.com/) offers in-depth monitoring for NGINX-based web applications. It simplifies the process of analyzing and resolving issues related to performance and scalability.
0 commit comments