This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is the Conforma User Guide repository, which contains documentation for Conforma (a supply chain security tool) written in AsciiDoc and built with Antora. The published documentation is available at https://conforma.dev/docs/user-guide/.
make ec-docs-previewBuilds a preview of the documentation by cloning the main docs repository and building the site with local changes. Note: This requires the ../conforma.github.io/antora directory structure and dependencies.
bin/screenshot-helper.sh # Helper script for taking screenshots
bin/screenshot-pruner.sh # Script to clean up unused screenshotsantora.yml- Antora configuration file defining the documentation componentmodules/ROOT/- Main documentation module containing:pages/- AsciiDoc documentation filesimages/- Screenshot and image assetspartials/- Reusable AsciiDoc content snippetsnav.adoc- Navigation structure definition
bin/- Utility scripts for documentation maintenanceMakefile- Build automation for documentation preview
The documentation is structured as follows:
- Getting Started guides (configuration, setup)
- How-to guides (Cosign usage, CLI usage, custom configurations)
- Reference material (SLSA integration, glossary)
- Troubleshooting guides (reproducing Konflux reports)
modules/ROOT/nav.adoc- Defines the documentation navigation structuremodules/ROOT/partials/contents.adoc- Contains the main content navigation menu- Individual
.adocfiles inpages/contain the actual documentation content
This is a documentation-only repository using Antora static site generator. Changes to .adoc files will be reflected in the published documentation after the preview build process.