guoqqqi commented on code in PR #1604:
URL: https://github.com/apache/apisix-website/pull/1604#discussion_r1217351433


##########
config/navbar.js:
##########
@@ -106,6 +106,11 @@ module.exports = [
         label: 'Events',
         target: '_parent',
       },
+      {
+        to: 'https://github.com/apache/apisix/milestones',
+        label: 'Milestones',

Review Comment:
   ```suggestion
           label: 'Roadmap',
   ```



##########
website/src/theme/Footer/index.tsx:
##########
@@ -89,6 +89,11 @@ const footer = {
           to: '/plugins',
           target: '_parent',
         },
+        {
+          label: 'Milestones',

Review Comment:
   ```suggestion
             label: 'Roadmap',
   ```



##########
doc/src/theme/Footer/index.tsx:
##########
@@ -92,6 +92,11 @@ const footer = {
           to: '/plugins',
           target: '_parent',
         },
+        {
+          label: 'Milestones',

Review Comment:
   ```suggestion
             label: 'Roadmap',
   ```



##########
blog/src/theme/Footer/index.tsx:
##########
@@ -92,6 +92,11 @@ const footer = {
           to: '/plugins',
           target: '_parent',
         },
+        {
+          label: 'Milestones',

Review Comment:
   ```suggestion
             label: 'Roadmap',
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to