Skip to content

Commit

Permalink
Fix create module expander (#3123)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT authored Jul 10, 2024
1 parent 87505d1 commit e9b0164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/registry/create/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ We recommend that you use a C++ logging library to assist with log message forma

To provide usage instructions for any modular resources in your module, you should create a <file>README.md</file> file following this template:

{{% expand "Click to view template" %}}
{{< expand "Click to view template" >}}

Strings of the form `<INSERT X>` indicate placeholders that you need to replace with your values.

Expand Down Expand Up @@ -1229,7 +1229,7 @@ To test: `make test`
{{% /tab %}}
{{< /tabs >}}

{{% /expand %}}
{{< /expand >}}

## Compile or package your module

Expand Down

0 comments on commit e9b0164

Please sign in to comment.