Conversation
Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Added a code of conduct to promote respectful collaboration. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Added a security policy document outlining reporting procedures for vulnerabilities. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Added a bug report template for issue tracking. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Add a feature request template for GitHub issues. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Add a pull request template for better contributions. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
lewandos
added a commit
that referenced
this pull request
Mar 4, 2026
* Add CONTRIBUTING.md with contribution guidelines Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create CODE_OF_CONDUCT.md Added a code of conduct to promote respectful collaboration. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create SECURITY.md for security policy and reporting Added a security policy document outlining reporting procedures for vulnerabilities. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Add MAINTAINERS.md for project governance details Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create bug report template in ISSUE_TEMPLATE Added a bug report template for issue tracking. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create feature_request.md issue template Add a feature request template for GitHub issues. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create pull request template Add a pull request template for better contributions. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> --------- Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
lewandos
added a commit
that referenced
this pull request
Mar 4, 2026
…& Navigation Update (#10) * docs: add AGENTS.md with repository guidelines for AI agents - Add build/test commands for local development - Document content style guidelines in German - Define pillar structure template (Säule) - Specify git workflow and commit conventions - Include quality checklist for contributions * feat: add Antora component descriptor - Add antora.yml defining WAF++ component structure - Configure component name as 'wafpp' version 1.0 - Set component title and start page - Prepare for Antora-based documentation generation * feat: add Antora navigation structure - Create modules/ROOT/nav.adoc with complete site navigation - Include all 7 pillars: Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance - Add navigation for Architecture, Best Practices, Governance & Community, Roadmap, and Resources sections - Enable hierarchical documentation browsing in Antora UI * docs: migrate documentation from Markdown to AsciiDoc - Convert 16 documentation pages from .md to .adoc format - Migrate all content including: - Framework overview and index pages - Architecture documentation - Best practices guides - All 7 pillar sections (Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance) - Governance & Community guidelines - 2026 Roadmap - Resources and wording definitions - Preserve German language content - Update cross-references to use Antora xref syntax - Maintain document structure and formatting - Add images directory for future assets This migration enables Antora-based documentation generation while maintaining all existing content and improving cross-referencing. * docs: update AGENTS.md for Antora structure - Update documentation to reflect Antora-based architecture - Replace Markdown references with AsciiDoc format guidelines - Add Antora-specific build instructions and cross-reference syntax - Document component descriptor (antora.yml) usage - Clarify that repository is consumed as Antora component - Add guidance on navigation structure (nav.adoc) - Update validation and testing commands for AsciiDoc - Remove outdated HTML/standalone build references This brings agent guidelines in sync with the migration from Jekyll/Markdown to Antora/AsciiDoc documentation system. * docs: add README with contributor and developer guidelines * add an example structure - to be discussed * add example for pillar 7 * Add new structure for Sovereign pillar Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Feat/contribution meta (#6) * Add CONTRIBUTING.md with contribution guidelines Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create CODE_OF_CONDUCT.md Added a code of conduct to promote respectful collaboration. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create SECURITY.md for security policy and reporting Added a security policy document outlining reporting procedures for vulnerabilities. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Add MAINTAINERS.md for project governance details Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create bug report template in ISSUE_TEMPLATE Added a bug report template for issue tracking. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create feature_request.md issue template Add a feature request template for GitHub issues. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create pull request template Add a pull request template for better contributions. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> --------- Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Fix/email typo (#7) * Change contact email in CODE_OF_CONDUCT.md Updated contact email for reporting violations. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Update security contact email in SECURITY.md Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Remove title from CODE_OF_CONDUCT.md Removed the title from the CODE_OF_CONDUCT.md file. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Remove header from CONTRIBUTING.md Removed the header from the CONTRIBUTING.md file. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Remove header from MAINTAINERS.md Removed the header from the MAINTAINERS.md file. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Remove header from SECURITY.md Removed header from SECURITY.md file. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Remove header from pull request template Removed header comment from pull request template. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Clean up bug report template Removed header comments from the bug report template. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Clean up feature request issue template Removed unnecessary header lines from feature request template. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> --------- Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * refactor: asciidoc setup (#4) * docs: add AGENTS.md with repository guidelines for AI agents - Add build/test commands for local development - Document content style guidelines in German - Define pillar structure template (Säule) - Specify git workflow and commit conventions - Include quality checklist for contributions * feat: add Antora component descriptor - Add antora.yml defining WAF++ component structure - Configure component name as 'wafpp' version 1.0 - Set component title and start page - Prepare for Antora-based documentation generation * feat: add Antora navigation structure - Create modules/ROOT/nav.adoc with complete site navigation - Include all 7 pillars: Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance - Add navigation for Architecture, Best Practices, Governance & Community, Roadmap, and Resources sections - Enable hierarchical documentation browsing in Antora UI * docs: migrate documentation from Markdown to AsciiDoc - Convert 16 documentation pages from .md to .adoc format - Migrate all content including: - Framework overview and index pages - Architecture documentation - Best practices guides - All 7 pillar sections (Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance) - Governance & Community guidelines - 2026 Roadmap - Resources and wording definitions - Preserve German language content - Update cross-references to use Antora xref syntax - Maintain document structure and formatting - Add images directory for future assets This migration enables Antora-based documentation generation while maintaining all existing content and improving cross-referencing. * docs: update AGENTS.md for Antora structure - Update documentation to reflect Antora-based architecture - Replace Markdown references with AsciiDoc format guidelines - Add Antora-specific build instructions and cross-reference syntax - Document component descriptor (antora.yml) usage - Clarify that repository is consumed as Antora component - Add guidance on navigation structure (nav.adoc) - Update validation and testing commands for AsciiDoc - Remove outdated HTML/standalone build references This brings agent guidelines in sync with the migration from Jekyll/Markdown to Antora/AsciiDoc documentation system. * docs: add README with contributor and developer guidelines * add new index to antora - some design changes (#11) --------- Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> Co-authored-by: Tim Urlaub <45336641+t1murl@users.noreply.github.com>
lewandos
added a commit
that referenced
this pull request
Mar 14, 2026
* docs: add AGENTS.md with repository guidelines for AI agents - Add build/test commands for local development - Document content style guidelines in German - Define pillar structure template (Säule) - Specify git workflow and commit conventions - Include quality checklist for contributions * feat: add Antora component descriptor - Add antora.yml defining WAF++ component structure - Configure component name as 'wafpp' version 1.0 - Set component title and start page - Prepare for Antora-based documentation generation * feat: add Antora navigation structure - Create modules/ROOT/nav.adoc with complete site navigation - Include all 7 pillars: Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance - Add navigation for Architecture, Best Practices, Governance & Community, Roadmap, and Resources sections - Enable hierarchical documentation browsing in Antora UI * docs: migrate documentation from Markdown to AsciiDoc - Convert 16 documentation pages from .md to .adoc format - Migrate all content including: - Framework overview and index pages - Architecture documentation - Best practices guides - All 7 pillar sections (Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance) - Governance & Community guidelines - 2026 Roadmap - Resources and wording definitions - Preserve German language content - Update cross-references to use Antora xref syntax - Maintain document structure and formatting - Add images directory for future assets This migration enables Antora-based documentation generation while maintaining all existing content and improving cross-referencing. * docs: update AGENTS.md for Antora structure - Update documentation to reflect Antora-based architecture - Replace Markdown references with AsciiDoc format guidelines - Add Antora-specific build instructions and cross-reference syntax - Document component descriptor (antora.yml) usage - Clarify that repository is consumed as Antora component - Add guidance on navigation structure (nav.adoc) - Update validation and testing commands for AsciiDoc - Remove outdated HTML/standalone build references This brings agent guidelines in sync with the migration from Jekyll/Markdown to Antora/AsciiDoc documentation system. * docs: add README with contributor and developer guidelines * add an example structure - to be discussed * add example for pillar 7 * Add new structure for Sovereign pillar Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Feat/contribution meta (#6) * Add CONTRIBUTING.md with contribution guidelines Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create CODE_OF_CONDUCT.md Added a code of conduct to promote respectful collaboration. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create SECURITY.md for security policy and reporting Added a security policy document outlining reporting procedures for vulnerabilities. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Add MAINTAINERS.md for project governance details Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create bug report template in ISSUE_TEMPLATE Added a bug report template for issue tracking. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create feature_request.md issue template Add a feature request template for GitHub issues. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Create pull request template Add a pull request template for better contributions. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> --------- Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Fix/email typo (#7) * Change contact email in CODE_OF_CONDUCT.md Updated contact email for reporting violations. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Update security contact email in SECURITY.md Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Remove title from CODE_OF_CONDUCT.md Removed the title from the CODE_OF_CONDUCT.md file. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Remove header from CONTRIBUTING.md Removed the header from the CONTRIBUTING.md file. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Remove header from MAINTAINERS.md Removed the header from the MAINTAINERS.md file. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Remove header from SECURITY.md Removed header from SECURITY.md file. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Remove header from pull request template Removed header comment from pull request template. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Clean up bug report template Removed header comments from the bug report template. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * Clean up feature request issue template Removed unnecessary header lines from feature request template. Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> --------- Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * refactor: asciidoc setup (#4) * docs: add AGENTS.md with repository guidelines for AI agents - Add build/test commands for local development - Document content style guidelines in German - Define pillar structure template (Säule) - Specify git workflow and commit conventions - Include quality checklist for contributions * feat: add Antora component descriptor - Add antora.yml defining WAF++ component structure - Configure component name as 'wafpp' version 1.0 - Set component title and start page - Prepare for Antora-based documentation generation * feat: add Antora navigation structure - Create modules/ROOT/nav.adoc with complete site navigation - Include all 7 pillars: Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance - Add navigation for Architecture, Best Practices, Governance & Community, Roadmap, and Resources sections - Enable hierarchical documentation browsing in Antora UI * docs: migrate documentation from Markdown to AsciiDoc - Convert 16 documentation pages from .md to .adoc format - Migrate all content including: - Framework overview and index pages - Architecture documentation - Best practices guides - All 7 pillar sections (Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance) - Governance & Community guidelines - 2026 Roadmap - Resources and wording definitions - Preserve German language content - Update cross-references to use Antora xref syntax - Maintain document structure and formatting - Add images directory for future assets This migration enables Antora-based documentation generation while maintaining all existing content and improving cross-referencing. * docs: update AGENTS.md for Antora structure - Update documentation to reflect Antora-based architecture - Replace Markdown references with AsciiDoc format guidelines - Add Antora-specific build instructions and cross-reference syntax - Document component descriptor (antora.yml) usage - Clarify that repository is consumed as Antora component - Add guidance on navigation structure (nav.adoc) - Update validation and testing commands for AsciiDoc - Remove outdated HTML/standalone build references This brings agent guidelines in sync with the migration from Jekyll/Markdown to Antora/AsciiDoc documentation system. * docs: add README with contributor and developer guidelines * add new index to antora - some design changes (#11) * adding the CODEOWNERS Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> * update theme structure and dashboard pages --------- Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de> Co-authored-by: Tim Urlaub <45336641+t1murl@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add new contribution meta and templates