|
@@ -267,6 +267,7 @@ export default function (eleventyConfig) {
|
|
|
|
|
|
eleventyConfig.addGlobalData("docs-links", [
|
|
eleventyConfig.addGlobalData("docs-links", [
|
|
{ title: 'Website', url: 'https://tabler.io', icon: 'world' },
|
|
{ title: 'Website', url: 'https://tabler.io', icon: 'world' },
|
|
|
|
+ { title: 'Preview', url: 'https://preview.tabler.io', icon: 'layout-dashboard' },
|
|
{ title: 'Support', url: 'https://tabler.io/support', icon: 'headset' },
|
|
{ title: 'Support', url: 'https://tabler.io/support', icon: 'headset' },
|
|
]);
|
|
]);
|
|
|
|
|