Got in-dialog help working with new docs

This commit is contained in:
Stefan Zermatten
2022-11-22 03:01:59 +02:00
parent 0f12c98408
commit 9741d1d56c
2 changed files with 33 additions and 3 deletions

View File

@@ -78,8 +78,8 @@ export default {
},
},
doc() {
const doc = Docs.findOne(this.path);
return doc && doc.text;
const doc = Docs.findOne({href: '/docs/' + this.path});
return doc && doc.description;
},
},
methods: {