You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`template.applicationName`: The name of the documented software. This is usually used to fill the app bar and tab title.
114
+
*`template.meta`: (optional) This can be used to define the `<meta>` key-value tags. The `{{url}}` variable can be used
115
+
to put in the site URL for each page (you have to provide the `siteDomain` and `siteRoot`).
116
+
*`template.repository`: (optional) This can be used to link documents to their location in the source code. The only supported repository is GitHub.
117
+
*`template.integrations`: (optional) Integrations with 3rd party solutions in your template. This object is dependent on which template you're using. For @webdoc/default-template, the following integrations are available:
118
+
*`search`: This is used as the backend for the global site search. You'll need to create an Algolia account yourself and provide
119
+
the `apiKey`, `appId`, `indexName`. (The only supported provider is "algolia" right now)
0 commit comments