Repository: apex-malhar Updated Branches: refs/heads/master 2e96e06e1 -> 2291d9a0d
APEXMALHAR-2265 Added entries in mkdocs.yml for 2 newly added docs Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/2291d9a0 Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/2291d9a0 Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/2291d9a0 Branch: refs/heads/master Commit: 2291d9a0dbca15a6f43c51d9611682269e9e6c0f Parents: 2e96e06 Author: Munagala V. Ramanath <[email protected]> Authored: Thu Sep 22 20:04:34 2016 -0700 Committer: Munagala V. Ramanath <[email protected]> Committed: Thu Sep 22 20:04:34 2016 -0700 ---------------------------------------------------------------------- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/2291d9a0/mkdocs.yml ---------------------------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index 77b46ef..68ce01d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,8 +5,10 @@ pages: - Apache Apex Malhar: index.md - Operators: - Kafka Input: operators/kafkaInputOperator.md + - JMS Input: operators/jmsInputOperator.md - File Splitter: operators/file_splitter.md - Block Reader: operators/block_reader.md + - File Input: operators/fsInputOperator.md - File Output: operators/file_output.md - Enricher: operators/enricher.md - Deduper: operators/deduper.md
