This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/master by this push:
new bca0d9d [DOC] host docs at systemds.apache.org/docs/latest (#1236)
bca0d9d is described below
commit bca0d9d8b9cc198387890261b229ea5e962dd63f
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Thu Apr 22 19:13:11 2021 +0530
[DOC] host docs at systemds.apache.org/docs/latest (#1236)
* Add baseurl for _config.yml
* publish docs to main website
---
.asf.yaml | 5 +++++
docs/_config.yml | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 315caeb..5f75857 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -53,3 +53,8 @@ github:
# Do not allow merge commits
# by allowing linear history
required_linear_history: true
+
+publish:
+ profile: ~
+ whoami: master
+ outputdir: docs
diff --git a/docs/_config.yml b/docs/_config.yml
index 380a3f5..4fd86c9 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -19,6 +19,11 @@
#
#-------------------------------------------------------------
+# Documentation
https://jekyllrb.com/docs/configuration/options/#build-command-options
+
+baseurl: "/docs/latest" # the subpath of your site, e.g. /blog
+url: "http://systemds.apache.org" # the base hostname & protocol for your site
+
highlighter: rouge
markdown: kramdown