Updated docs

This commit is contained in:
Stefan Zermatten
2022-09-01 13:33:28 +02:00
parent ffe37bf907
commit f0e7253374
9 changed files with 110 additions and 22 deletions

View File

@@ -2,7 +2,12 @@ import { propsByDocsPath } from '/imports/constants/PROPERTIES.js';
// Manual doc paths
const docPaths = [];
const docPaths = [
'computed-fields',
'dependency-loops',
'docs',
'tags',
];
const docs = new Map();
docPaths.forEach(path => {
docs.set(path, Assets.getText(`docs/${path}.md`))