You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by wi...@apache.org on 2021/11/16 06:53:14 UTC

[incubator-yunikorn-site] branch master updated: [YUNIKORN-856] Website errata (#92)

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

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c3dd4c2  [YUNIKORN-856] Website errata (#92)
c3dd4c2 is described below

commit c3dd4c266e1dc954f05ececf5a728016738b0701
Author: Wilfred Spiegelenburg <wi...@apache.org>
AuthorDate: Tue Nov 16 17:53:06 2021 +1100

    [YUNIKORN-856] Website errata (#92)
    
    Update website to conform with the Apache requirements.
    Position left is the default and tag causes compile issues on the menu
    entries under community menu: removed all.
---
 docusaurus.config.js | 34 ++++++++++++++++++++++------------
 1 file changed, 22 insertions(+), 12 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index e4868a7..220ea2b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -60,46 +60,44 @@ module.exports = {
       },
       items: [
         {
-          to: 'docs/', label: 'Quick Start', position: 'left',
+          to: 'docs/',
+          label: 'Quick Start',
         },
         {
-          to: 'community/roadmap', label: 'Roadmap', position: 'left',
+          to: 'community/roadmap',
+          label: 'Roadmap',
         },
         {
-          to: 'community/download', label: 'Download', position: 'left',
+          to: 'community/download',
+          label: 'Download',
         },
         {
-          label: 'Community', position: 'left',
+          label: 'Community',
           items: [
             {
               to: 'community/get_involved',
               label: 'Get Involved',
-              position: 'left',
             },
             {
               to: 'community/how_to_contribute',
               label: 'How to Contribute',
-              position: 'left',
             },
             {
               to: 'community/coding_guidelines',
               label: 'Coding Guidelines',
-              position: 'left',
             },
             {
               to: 'community/reporting_issues',
               label: 'Reporting Issues',
-              position: 'left',
             },
             {
               to: 'community/events',
               label: 'Events',
-              position: 'left',
             },
           ]
         },
         {
-          label: 'Apache', position: 'left',
+          label: 'Apache',
           items: [
             {
               label: 'Apache Software Foundation',
@@ -110,12 +108,24 @@ module.exports = {
               href: 'https://incubator.apache.org/'
             },
             {
-              label: 'Apache License',
-              href: 'https://www.apache.org/licenses/LICENSE-2.0'
+              label: 'Events',
+              href: 'https://www.apache.org/events/current-event'
+            },
+            {
+              label: 'License',
+              href: 'https://www.apache.org/licenses/'
+            },
+            {
+              label: 'Sponsors',
+              href: 'https://www.apache.org/foundation/thanks.html'
             },
             {
               label: 'Sponsorship',
               href: 'https://www.apache.org/foundation/sponsorship.html'
+            },
+            {
+              label: 'Security',
+              href: 'https://www.apache.org/security/'
             }
           ]
         },