Skip to content

Commit fbdfba5

Browse files
Fix docs site loading
1 parent 0c02100 commit fbdfba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs-site/eleventy.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import documentation from '../dist/documentation.json' with { type: 'json' };
55
export default function (eleventyConfig) {
66
eleventyConfig.addPlugin(syntaxHighlight);
77
eleventyConfig.addPlugin(RenderPlugin);
8-
eleventyConfig.addGlobalData('docs', Object.values(documentation));
8+
eleventyConfig.addGlobalData('docs', Object.values(documentation["type.Configuration"]));
99

1010
eleventyConfig.addFilter('json', (json) => {
1111
if (typeof json === 'object') {

0 commit comments

Comments
 (0)