You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by pi...@apache.org on 2021/08/26 08:31:58 UTC

[submarine] branch master updated: SUBMARINE-995. Fix website project name

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

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new f7d4c9e  SUBMARINE-995. Fix website project name
f7d4c9e is described below

commit f7d4c9ed2c03edfe0715c0cbcabdf46e13bee6e9
Author: KUAN-HSUN-LI <b0...@ntu.edu.tw>
AuthorDate: Thu Aug 26 15:53:36 2021 +0800

    SUBMARINE-995. Fix website project name
    
    ### What is this PR for?
    The project name of submarine website must be `submarine-site` not `submarine`.
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-995
    
    ### How should this be tested?
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: KUAN-HSUN-LI <b0...@ntu.edu.tw>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #723 from KUAN-HSUN-LI/SUBMARINE-995 and squashes the following commits:
    
    31d56559 [KUAN-HSUN-LI] SUBMARINE-995. fix website project name
---
 website/docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index b77c2a2..4c2cf90 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -26,7 +26,7 @@ module.exports = {
   onBrokenMarkdownLinks: 'warn',
   favicon: 'img/submarine.ico',
   organizationName: 'apache', // Usually your GitHub org/user name.
-  projectName: 'submarine', // Usually your repo name.
+  projectName: 'submarine-site', // Don't change the project name, the website will be updated to submarine-site repo
   themeConfig: {
     navbar: {
       title: 'Apache Submarine',

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org