[NO ISSUE] User-defined Function Documentation update
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
1. Updated the UDF documentation to be consisten with current master.
2. Cleaned default UDF package to remove useless UDFs.
3. Added the example in documentation as a test case for IT.
4. Reorganized the documentation to keep up with the new structure.
5. Minor changes to other documentation pages to keep style consistent.
Change-Id: I17b1b4d639ca38689298ce88145257e794eb90e1
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2804
Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Contrib: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Taewoo Kim <wangsaeu@gmail.com>
Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/asterixdb/asterix-doc/pom.xml b/asterixdb/asterix-doc/pom.xml
index 8ddc1d8..0cc43e4 100644
--- a/asterixdb/asterix-doc/pom.xml
+++ b/asterixdb/asterix-doc/pom.xml
@@ -69,6 +69,12 @@
<concat destfile="${project.build.directory}/generated-site/markdown/aws.md">
<filelist dir="${project.basedir}/src/main/installation/" files="aws_title.md,aws.md" />
</concat>
+ <concat destfile="${project.build.directory}/generated-site/markdown/feeds.md">
+ <filelist dir="${project.basedir}/src/main/data_ingestion/" files="feeds_title.md,feeds.md" />
+ </concat>
+ <concat destfile="${project.build.directory}/generated-site/markdown/udf.md">
+ <filelist dir="${project.basedir}/src/main/user-defined_function/" files="udf_title.md,udf.md" />
+ </concat>
</target>
</configuration>
<goals>