<%= partial('partial-article-list-sections', {
id: 'category-' + category.id,
parentId: '#sidebar-article-navigation',
sections: category.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% }); %>
Comments
2 comments
Can you provide more information on the Dronelink SDK? Is it web-based or does it use local network?
Much of the Dronelink SDK is open source and can be found here:
https://github.com/dronelink
If you are interested in using it to create an application, you will need an enterprise account. Email contact@dronelink.com to get started.
Please sign in to leave a comment.