[
https://issues.apache.org/jira/browse/APEXCORE-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15194442#comment-15194442
]
ASF GitHub Bot commented on APEXCORE-382:
-----------------------------------------
Github user PramodSSImmaneni commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/210#discussion_r56098364
--- Diff: docs/README.md ---
@@ -0,0 +1,46 @@
+# Apex Malhar Documentation
+
+Repository for Malhar docs available on
http://apex.incubator.apache.org/docs.html
+
+Documentation is written in
[Markdown](https://guides.github.com/features/mastering-markdown/) format and
statically generated into HTML using [MkDocs](http://www.mkdocs.org/). All
documentation is located in the [docs](docs) directory, and
[mkdocs.yml](mkdocs.yml) file describes the navigation structure of the
published documentation.
+
+## Authoring
+
+New pages can be added under [docs](docs) or related sub-category, and a
reference to the new page must be added to the [mkdocs.yml](mkdocs.yml) file to
make it availabe in the navigation. Embedded images are typically added to
images folder at the same level as the new page.
+
+When creating or editing pages, it can be useful to see the live results,
and how the documents will appear when published. Live preview feature is
available by running the following command at the root of the repository:
+
+```bash
+mkdocs serve
+```
+
+For additional details see [writing your
docs](http://www.mkdocs.org/user-guide/writing-your-docs/) guide.
+
+## Site Configuration
+
+Guides on applying site-wide
[configuration](http://www.mkdocs.org/user-guide/configuration/) and
[themeing](http://www.mkdocs.org/user-guide/styling-your-docs/) are available
on the MkDocs site.
+
+## Deployment
+
+
--- End diff --
Extra newline?
> Update document deployment process to avoid versioning generated artifacts in
> master branch
> -------------------------------------------------------------------------------------------
>
> Key: APEXCORE-382
> URL: https://issues.apache.org/jira/browse/APEXCORE-382
> Project: Apache Apex Core
> Issue Type: Task
> Reporter: Sasha Parfenov
> Assignee: Sasha Parfenov
> Labels: documentation
>
> Right now both Apex Core and Malhar documentation is built, and then checked
> into the master branch. This has two negative outcomes, including:
> * adding build artifacts to master
> * potential confusion over where documents sources should be edited
> To avoid these issues, new process will be put in place, where generated
> documentation will be checked directly into the asf-site branch, and merged
> with "content" as part of the build.sh script.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)