This is an automated email from the ASF dual-hosted git repository. abti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git
commit a805cd832372d210dadee4e9fc5ffb181d1edd39 Author: Abhishek Tiwari <[email protected]> AuthorDate: Sun Dec 6 00:18:45 2020 -0800 Update mkdocs metadata to ASF --- mkdocs.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index d77ca92..d8d7770 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ -site_name: Gobblin Documentation -site_description: Documentation for Gobblin, a universal data ingestion framework for Hadoop -site_author: Abhishek Tiwari, Aditya Sharma, Chavdar Botev, Issac Buenrostro, Min Tu, Narasimha Veeramreedy, Pradhan Cadabam, Raul Agepati, Sahil Takiar, Shirshanka Das, Yinan Li, Ying Dai, Ziyang Liu +site_name: Apache Gobblin +site_description: Documentation for Gobblin, a universal data integration framework +site_author: Apache Software Foundation repo_url: https://github.com/apache/incubator-gobblin repo_name: Gobblin @@ -12,8 +12,10 @@ theme: readthedocs extra_css: [css/extra.css] extra_javascript: [js/extra.js] +site_dir: docs + pages: - - Home: index.md + - Home: / - Companies Powered By Gobblin: Powered-By.md - Getting Started: Getting-Started.md - Architecture: Gobblin-Architecture.md
