Migrate the buttons for adding knowledge to existing resources. See whyis repo (linked respectively) for previous implementations - [ ] [Add link](https://github.com/tetherless-world/whyis/blob/main/whyis/static/js/whyis_vue/components/add-link.vue) - [ ] [Add type](https://github.com/tetherless-world/whyis/blob/main/whyis/static/js/whyis_vue/components/add-type.vue) - [ ] [Add attribute](https://github.com/tetherless-world/whyis/blob/main/whyis/static/js/whyis_vue/components/add-attribute.vue) <img width="325" alt="AddKnowledgeButtons" src="https://user-images.githubusercontent.com/24441706/193145987-9298cba8-9d0e-45d0-8842-1c0b5bfed3e6.png"> <img width="242" alt="AddAttribute" src="https://user-images.githubusercontent.com/24441706/193145881-aaaa9426-c1fa-468d-a718-7ae98baf43e6.png"> <img width="264" alt="AddLink" src="https://user-images.githubusercontent.com/24441706/193145893-e513569e-4167-4753-871b-fb433d45edc6.png"> <img width="262" alt="AddType" src="https://user-images.githubusercontent.com/24441706/193145922-742802c7-f03a-411e-9542-7ed2963e7c72.png">
Migrate the buttons for adding knowledge to existing resources.
See whyis repo (linked respectively) for previous implementations