updates to example service and documentation supporting it
This commit is contained in:
parent
4f592d0651
commit
973a4b9d76
6 changed files with 424 additions and 56 deletions
13
docs/services.md
Normal file
13
docs/services.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# CORE Services
|
||||
|
||||
* Table of Contents
|
||||
{:toc}
|
||||
|
||||
## Custom Services
|
||||
|
||||
CORE supports custom developed services by way of dynamically loading user created python files.
|
||||
Custom services should be placed within the path defined by **custom_services_dir** in the CORE
|
||||
configuration file. This path cannot end in **/services**.
|
||||
|
||||
Here is an example service with documentation describing functionality:
|
||||
[Example Service](exampleservice.html)
|
Loading…
Add table
Add a link
Reference in a new issue