elek commented on a change in pull request #2232:
URL: https://github.com/apache/ozone/pull/2232#discussion_r630034365



##########
File path: hadoop-hdds/docs/content/interface/ReconApi.md
##########
@@ -53,7 +53,7 @@ state of an Ozone cluster and to troubleshoot if needed.
     
     Returns all the ContainerMetadata objects.
     
-    ```json
+```json

Review comment:
       Good point. 
   
   This is the result when I use IDE instead of CLI ;-) Fixed now with 
   
   ```
   sed -i -E 's/[[:space:]]+```/```/g' ReconApi.zh.md`
   ```
   
   But after I tested with `hugo serve` I found that the rendering still not 
perfect. Section titles are hard to identify/read:
   
   
![image](https://user-images.githubusercontent.com/170549/117798820-cc9f0200-b251-11eb-8f50-2b59f1cad48a.png)
   
   Here it's not clear that 'containers/unhealthy is a section title'
   
   https://ozone.apache.org/docs/1.1.0/interface/reconapi.html 
   
   I fixed this styling, too. And now it seems to be more readable: 
   
   
![image](https://user-images.githubusercontent.com/170549/117798613-9792af80-b251-11eb-94a8-0f9c46ce8e89.png)
   




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to