Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(meta): Add See also section guidelines to writing style guide #25191

Merged
merged 13 commits into from
Mar 23, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ See our guide on how to add [code examples](/en-US/docs/MDN/Writing_guidelines/P

## See also

- Include list of
- other links related to
- this API that might be useful
Include links to reference pages and guides related to the current API. For more guidelines, see the [See also section](/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#see_also_section) in the _Writing style guide_.

- link1
- link2
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ See our guide on how to add [code examples](/en-US/docs/MDN/Writing_guidelines/P

## See also

- Include list of
- other links related to
- this API that might be useful
Include links to reference pages and guides related to the current API. For more guidelines, see the [See also section](/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#see_also_section) in the _Writing style guide_.

- link1
- link2
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ See our guide on how to add [code examples](/en-US/docs/MDN/Writing_guidelines/P

## See also

- Include list of
- other links related to
- this API that might be useful
Include links to reference pages and guides related to the current API. For more guidelines, see the [See also section](/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#see_also_section) in the _Writing style guide_.

- link1
- link2
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ See our guide on how to add [code examples](/en-US/docs/MDN/Writing_guidelines/P

## See also

- Include list of
- other links related to
- this API that might be useful
Include links to reference pages and guides related to the current API. For more guidelines, see the [See also section](/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#see_also_section) in the _Writing style guide_.

- link1
- link2
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ See our guide on how to add [code examples](/en-US/docs/MDN/Writing_guidelines/P

## See also

- Include list of
- other links related to
- this API that might be useful
Include links to reference pages and guides related to the current API. For more guidelines, see the [See also section](/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#see_also_section) in the _Writing style guide_.

- link1
- link2
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ See our guide on how to add [code examples](/en-US/docs/MDN/Writing_guidelines/P

## See also

- Include list of
- other links related to
- this API that might
- be useful
Include links to reference pages and guides related to the current API. For more guidelines, see the [See also section](/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#see_also_section) in the _Writing style guide_.

- link1
- link2
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ What are the related properties, and in what order will this attribute or proper

## See also

- Include list of
- other links related to
- this role or attribute that might
- be useful
Include links to reference pages and guides related to the current role or attribute. For more guidelines, see the [See also section](/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#see_also_section) in the _Writing style guide_.

- link1
- link2
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ _Remember to remove the backticks and backslash to use this macro._

## See also

Include guides relating to the current property or a list of other properties here.
Include links to reference pages and guides related to the current property. For more guidelines, see the [See also section](/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#see_also_section) in the _Writing style guide_.

- link1
- link2
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Remove this section if there are none to list.

## See also

- Include list of
- other links related to
- this Element that might
- be useful
Include links to reference pages and guides related to the current selector. For more guidelines, see the [See also section](/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#see_also_section) in the _Writing style guide_.

- link1
- link2
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ Include further supporting information as required, but not much — no more tha

## See also

- Include list of links pointing to more detailed general and technical information.
- For example Wikipedia articles, other encyclopedia entries, technical tutorials, specifications.
Include a list of links pointing to more detailed general and technical information. For example, you can add links to Wikipedia articles, other encyclopedia entries, technical tutorials, and specifications. For guidelines on adding this list of links, see the [See also section](/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#see_also_section) in the _Writing style guide_.

- link1
- link2
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ Optionally, warn of any potential accessibility concerns that exist with using t

## See also

- Include list of
- other links related to
- this Element that might be useful
Include links to reference pages and guides related to the current element. For more guidelines, see the [See also section](/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#see_also_section) in the _Writing style guide_.

- link1
- link2
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ See our guide on how to add [code examples](/en-US/docs/MDN/Writing_guidelines/P

## See also

- Include list of
- other links related to
- this header that might
- be useful
Include links to reference pages and guides related to the current HTTP header. For more guidelines, see the [See also section](/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#see_also_section) in the _Writing style guide_.

- link1
- link2
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ See our guide on how to add [code examples](/en-US/docs/MDN/Writing_guidelines/P

## See also

- Include list of
- other links related to
- this Element that might be useful
Include links to reference pages and guides related to the current element. For more guidelines, see the [See also section](/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#see_also_section) in the _Writing style guide_.

- link1
- link2
Loading