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/gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new c67c974  [GOBBLIN-1354] Change homepage link in documentation to 
index.md for mkdocs build to pass on RTD
c67c974 is described below

commit c67c974ba099c01b77d00e1daf15f29695a07563
Author: Abhishek Tiwari <[email protected]>
AuthorDate: Fri Apr 16 23:23:05 2021 -0700

    [GOBBLIN-1354] Change homepage link in documentation to index.md for mkdocs 
build to pass on RTD
    
    Closes #3194 from abti/master
---
 mkdocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 589f654..21713e5 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -15,7 +15,7 @@ extra_javascript: [js/extra.js]
 site_dir: docs
 
 pages:
-    - Home: https://gobblin.apache.org
+    - Home: index.md
     - Companies Powered By Gobblin: Powered-By.md
     - Getting Started: Getting-Started.md
     - Architecture: Gobblin-Architecture.md

Reply via email to