tokers opened a new issue #243:
URL: https://github.com/apache/apisix-website/issues/243


   **Actual Behaviour**
   
   When we open the design page of apisix ingress controller doc site, we don't 
see the sidebar there.
   
   **Expected Behaviour**
   
    <!--State here what the feature should enable the user to do.-->
   
   The sidebar should be shown. the 
[config.json](https://github.com/apache/apisix-ingress-controller/blob/master/docs/en/latest/config.json),
 should add an item to record the `design`, for instance:
   
   ```json
       {
         "type": "category",
         "label": "How It Works",
         "items": [
             "design"
         ]
       }
   ```
   
   **Steps to reproduce it**
   
    <!--Add steps to reproduce bugs or add information on the place where the 
feature should be implemented. Add links to a sample deployment or code.-->
   
   **Screenshots of the issue**
   
    <!--Where-ever possible attach a screenshot of the issue.-->
   
   
![image](https://user-images.githubusercontent.com/10428333/110073528-7c6f7380-7dba-11eb-8446-edd2293e9aad.png)
   
   **Would you like to work on the issue?**
   
    <!--Please let us know if you can work on it or the issue should be 
assigned to someone else.-->
   


----------------------------------------------------------------
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.

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


Reply via email to