Template assets are the supporting resources used by HelpNDoc templates, such as stylesheets, scripts, images, and other files that control the appearance and behavior of generated documentation. Managing template assets correctly helps you customize branding and layout while keeping template deployments reliable.

How to define robots.txt and Robots meta tags in your HTML documentation ?

How to define robots.txt and Robots meta tags in your HTML documentation ?
Categories: articles

Technical writers can use a special robots.txt file or define robots meta tags in their HTML documentation to specify how popular search engines, such as Google or Bing, should index and serve individual pages in search results. In this article, we will see how we can update the default HTML template provided by the HelpNDoc help authoring tool to generate a robots.txt file, specify a project-wide default value for the robots meta tag, and override its content on specific documentation pages.

Read More →