
Charles Nadeau
-
合計アクティビティ4416
-
前回のアクティビティ
-
メンバー登録日
-
フォロー0ユーザー
-
フォロワー37ユーザー
-
投票12
-
サブスクリプション4307
アクティビティの概要
Charles Nadeauさんの最近のアクティビティ-
Charles Nadeauさんがコメントを作成しました:
Hi Sally Anne, I'm not sure if there's a solution for Unbabel. The Zendesk Docs team doesn't use Unbabel or any connector to manage article translations. You could use a script to rewrite the image...
-
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 ...
-
Charles Nadeauさんがコメントを作成しました:
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...
-
Charles Nadeauさんがコメントを作成しました:
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...
-
Charles Nadeauさんがコメントを作成しました:
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'}}
-
Charles Nadeauさんが記事を作成しました:
ZendeskエージェントワークスペースへのSunshine Conversationsチャネルの追加
この記事では、Sunshine ConversationsチャネルをZendeskエージェントワークスペースに追加する方法について説明します。この記事では、次のトピックについて説明します。 チャネルの概要 アカウントを接続する 追加チャネルを操作する チャネルの概要 Zendeskエージェントワークスペースは現在、次のソーシャルメッセージングチャネルをサポートしています。 ...
-
Charles Nadeauさんがコメントを作成しました:
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...
-
Charles Nadeauさんがコメントを作成しました:
Hi Maria, I pushed example files to the docs folder in the repo. See example-handoffs.json and example-localized_content.json. Thanks. Charles
-
Charles Nadeauさんがコメントを作成しました:
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...
-
Charles Nadeauさんがコメントを作成しました:
Hi Kate and Joey, You can replace the following jQuery opening: $(document).ready(function() { with the JavaScript equivalent: document.addEventListener('DOMContentLoaded', function() {