Skip to content

Commit be1ca1d

Browse files
authored
Add links to READMEs for reusables and variables (#17352)
Also update sentences to adhere to style guide
1 parent 7bd31a7 commit be1ca1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/content-markup-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ These instructions are pertinent to Windows users.
9898
{% endlinux %}
9999
```
100100

101-
You can define a default platform in the frontmatter, see the [content README](../content/README.md#defaultplatform).
101+
You can define a default platform in the frontmatter. For more information, see the [content README](../content/README.md#defaultplatform).
102102

103103
## Reusable and variable strings of text
104104

105105
Reusable strings (commonly called content references or conrefs) contain content that’s used in more than one place in our documentation and allow us to change the content in a single location rather than every place the string appears.
106106

107-
For longer strings, we use [reusables](), and for shorter strings, we use [variables](). See each linked README for usage instructions.
107+
For longer strings, we use reusables, and for shorter strings, we use variables. For more information about reusables, see the [reusables README](../data/reusables/README.md). For more information about variables, see the [variables README](../data/variables/README.md).

0 commit comments

Comments
 (0)