Skip to content

Commit

Permalink
chore: use placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed May 20, 2024
1 parent bf35ba7 commit 1507498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ We publish our documentation using Netlify.
To include code snippets in the documentation, we use the [codeinclude plugin](https://github.com/rnorth/mkdocs-codeinclude-plugin), which uses the following syntax:

&lt;!--codeinclude--&gt;<br/>
&#91;Human readable title for snippet&#93;(./relative_path_to_example_code.go) block:someString<br/>
&#91;Human readable title for snippet&#93;(./relative_path_to_example_code.go) inside_block:someString<br/>
&#91;Human readable title for snippet&#93;(./relative_path_to_example_code.go) targeting_expression<br/>
&#91;Human readable title for snippet&#93;(./relative_path_to_example_code.go) targeting_expression<br/>
&lt;!--/codeinclude--&gt;<br/>

Where each title snippet in the same `codeinclude` block would represent a new tab
Expand Down

0 comments on commit 1507498

Please sign in to comment.