Guide templating is a system used in Zendesk to render help center theme packages. It includes the Curlybars templating language, which is utilized in template files, CSS, JS files, and the manifest file. This system is also referred to as the…
To check your current Guide templating version, navigate to the Edit code view in your theme. Click the Customize design icon in the sidebar, select Customize on the desired theme, and then click Edit code. The templating version number will be…
Upgrading your Guide templating version involves several steps. First, download your help center theme and open the theme package locally. Edit the manifest.json file to change the api_version field to the desired version. Preview your theme…
Zendesk offers several Guide templating versions, each with its own release date and features. Version 1 was released on November 20, 2014, Version 2 on February 24, 2020, Version 3 on June 1, 2023, and Version 4 on July 2, 2024. Each version has…
If you face issues after upgrading your templating version, such as dropdowns not working, ensure that you have replaced all deprecated helpers. You might need to refer to the developer documentation for guidance. Additionally, community forums and…
Zendesk's Guide templating uses HTML along with the Curlybars templating language. This combination allows for customization of page templates and styling through CSS and JavaScript. For more detailed customization, you can refer to the guides on…