adoroszlai opened a new pull request #20: URL: https://github.com/apache/ozone-site/pull/20
## What changes were proposed in this pull request? > A menu is a named array of menu entries accessible by name via the `.Site.Menus` site variable. For example, you can access your site’s `main` menu via `.Site.Menus.main`. Ozone website defines `menu.main` in `config.toml`, but does not access it, nor do the menu items appear in the generated `asf-site` branch. Thus I think we can remove this menu definition leftover from Hadoop. Also rename `div id` leftover from Ratis. https://issues.apache.org/jira/browse/HDDS-6008 ## How was this patch tested? ``` hugo serve open http://localhost:1313 ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
