sarutak opened a new pull request, #2484:
URL: https://github.com/apache/avro/pull/2484

   ## What is the purpose of the change
   
   This PR fixes the heading level of Single-object encoding in the doc.
   Currently, `Single-object encoding` is a sub section of `JSON Encoding` but 
it seems wrong.
   
   ## Verifying this change
   
   Confirmed the layout is fixed with the following command.
   ```
   docker run --rm -v $(pwd):/src -p 1313:1313 jakejarvis/hugo-extended:latest 
--source doc/ server     --buildDrafts --buildFuture --bind 0.0.0.0 
--navigateToChanged
   ```
   
   Then, we can find `Single-object encoding` in the table of contents.
   
![table-of-content](https://github.com/apache/avro/assets/4736016/4a264e63-ef22-47fa-b323-6c298228cd3f)
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (no)


-- 
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: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to