Skip to content

Commit

Permalink
CD 9177725383: Update GCWeb jekyll theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
wet-boew-bot committed May 21, 2024
1 parent 6faa3fc commit 49d0a0a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _layouts/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,19 @@ <h2 id="variations">{% if lng == "fr" %}Variantes{% else %}Variations{% endif %}
]
},
{
"template": "[data-ajax-source-code]",
"test": "fn:isLiteral",
"assess": "/ajaxSourceCode/{{lng}}",
"mapping": [
{
"selector": "code",
"value": "/ajaxSourceCode/{{lng}}",
"attr": "data-ajax-append"
}
]
},
{
"template": "[data-notes]",
"test": "fn:isArray",
Expand Down Expand Up @@ -526,6 +539,10 @@ <h4>{% if lng == "fr" %}Implémentation{% else %}Implementation{% endif %}</h4>
</ul>
</template>

<template data-ajax-source-code>
<pre><code data-wb-ajax='{ "encode": true }'></code></pre>
</template>

<template data-notes>
<p>Notes:</p>
<ul>
Expand Down

0 comments on commit 49d0a0a

Please sign in to comment.