GaneshPatil7517 opened a new pull request, #273: URL: https://github.com/apache/shiro-site/pull/273
## Summary This PR adds consistent JBake metadata (`:jbake-description:` and improved `:jbake-tags:`) to all documentation `.adoc` files in the shiro-site repository. Fixes #269 ## Changes ### What was done: - Added unique `:jbake-description:` to ~60 documentation pages - Updated `:jbake-tags:` to be topic-specific rather than generic "documentation" tags - Each description was written based on the actual content of the page ### Files updated by category: | Category | Files | |----------|-------| | Core overview | about, introduction, get-started, architecture, what-is-shiro | | Security features | authentication, authorization, session-management, cryptography-features | | Components | subject, securitymanager, cachemanager, realm | | Configuration | configuration, permissions, terminology | | Web integration | web, webapp-tutorial, jsp-tag-library | | Spring integration | spring-boot, spring-framework, spring-xml | | Other integrations | guice, jakarta-ee, jaxrs | | Annotations | java-annotations, java-annotations-list | | Guides | java-authentication-guide, java-authorization-guide, java-cryptography-guide | | Tools | command-line-hasher, testing | | Community | community, mailing-lists, adoption, forums | | Resources | download, how-to-contribute, developer-resources, security-reports | | Navigation | documentation, guides, reference, integration, overview | ## Testing - ✅ `mvn clean verify` passes successfully - ✅ JBake bakes all 141 items without errors ## Notes - Skipped TODO/placeholder pages (authenticator, authorizer, sessionmanager, cryptography, concurrency) - Skipped redirect pages (authentication-guide, quickstart) - All descriptions are unique and content-specific (no identical descriptions across files) -- 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]
