Added documentation UI and began documenting props

This commit is contained in:
Stefan Zermatten
2022-08-31 14:43:38 +02:00
parent 0308e4e7a7
commit a63e2099d3
21 changed files with 791 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
if (Meteor.isServer) throw 'Client side only collection, don\'t import on server';
const Docs = new Mongo.Collection('docs');
export default Docs;