
Charles Nadeau
-
Gesamtaktivitäten4236
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von36 Benutzer
-
Stimmen12
-
Abonnements4127
Kommentare
Neueste Aktivität von Charles Nadeau-
Hi Valery, unfortunately we don't have a script for the use case I'm describing. Our team publishes articles manually. To track which article in Help Center that a DITA file corresponds to, we use ...
-
Hi Eric, Requests in the Help Center API don't count against the rate limit of the Support API, but the Help Center API still has the same limits as the Support API and they also depend on your Sup...
-
Hi Valerie, thanks for the thoughtful comments. Problem #1: Publishing. > when you add more articles to the section there is no way to identify which articles need to be updated and which need to b...
-
Just to step in here quickly. A condition is anything that resolves to true or false. You basically create the condition you want to meet. Example: {{#if name == 'Foo'}}
-
Hi KC, The cookbook relies heavily on jQuery. The Copenhagen v2 theme removed the jQuery library but you can add it back. Here are the instructions: https://support.zendesk.com/hc/en-us/articles/36...
-
Hi Maria, I pushed example files to the docs folder in the repo. See example-handoffs.json and example-localized_content.json. Thanks. Charles
-
It turns out the Google Analytics code uses jQuery extensively (anything with a $ is jQuery) and needs to be rewritten for Copenhagen v2 using standard JavaScript. The simplest solution would be to...
-
Hi Kate and Joey, You can replace the following jQuery opening: $(document).ready(function() { with the JavaScript equivalent: document.addEventListener('DOMContentLoaded', function() {
-
Hi Dennis, I updated the link. Thanks for bringing it to our attention. You can get started with the Guide developer resources at https://support.zendesk.com/hc/en-us/articles/360002101028.
-
Hi Shay, I assume you're referring to the gist at https://gist.github.com/chucknado/40ff923e6a2eef6ad529bf32cd12640f? The error could mean the API didn't find any of the following records in your a...