You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by yu...@apache.org on 2023/01/04 09:34:49 UTC

[incubator-devlake-website] branch main updated: Added GitHub Issue Tracker for docs link on footer (#371)

This is an automated email from the ASF dual-hosted git repository.

yumeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 518c2ef5d Added GitHub Issue Tracker for docs link on footer (#371)
518c2ef5d is described below

commit 518c2ef5ddf0179cf32ba639e38e6cb50b4550ca
Author: Aparna Soneja <ap...@gmail.com>
AuthorDate: Wed Jan 4 15:04:45 2023 +0530

    Added GitHub Issue Tracker for docs link on footer (#371)
---
 docusaurus.config.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 99a603570..66ec60891 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -243,6 +243,10 @@ const versions = require('./versions.json');
                 label: 'GitHub Issue Tracker',
                 to: 'https://github.com/apache/incubator-devlake/issues',
               },
+              {
+                label: 'GitHub Issue Tracker For Docs',
+                to: 'https://github.com/apache/incubator-devlake-website/issues',
+              },
             ],
           },
           {