mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1483] Feature request: Documentation site for community scripts #2870
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2870
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NiceGuyIT on GitHub (Apr 14, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1483
Is your feature request related to a problem? Please describe.
As the community scripts grows, the ability to find what you need shrinks. The existing interfaces to the script library provide at most a search which returns a list of scripts matching the search term. It does not provide the description, purpose of the script, or anything of meaningful value.
Describe the solution you'd like
It would be nice if the community scripts had a documentation site that explains the purpose of the script, how to use it, caveats to using the script, etc. Most languages provide a means to document the code such that Markdown or HTML can be generated. Automating the process to convert the script documentation tags to markdown for hosting on a static site with a search feature would be 🌠.
Describe alternatives you've considered
N/A
Additional context