docs: add organization profile README - #1
Open
HighnessAtharva wants to merge 2 commits into
Open
Conversation
GitHub renders profile/README.md on https://github.com/kubearmor, which until now showed only a repository list. A first-time visitor had no front door. The page answers three questions and then gets out of the way: what the project is, whether it is alive, and where to start. It does not repeat the main repository README. Contents: - What KubeArmor does, with the inline enforcement figure from the KubeArmor repository. - A "start here" table routing each intent to one link. - The six repositories a new visitor needs, out of roughly 40. - Where it runs, including hardened distributions. - Governance, Code of Conduct, releases, security policy, community call. Star counts and download totals are left out on purpose. They age badly on a static page. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The copy read like generated text. Rewrite it to address the reader directly, drop the sentence fragments used for rhythm, and fix the figure alt text, which still described the detailed first-pass drawing. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Member
Author
|
Pushed |
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.
Why
GitHub renders
profile/README.mdfrom this repository at the top of https://github.com/kubearmor. Until now the org page showed only a repository list, so a first-time visitor had no front door and no idea which of ~40 repositories to open.What it does
The page answers three questions and then gets out of the way: what the project is, whether it is alive, where to start. It deliberately does not repeat the main repository README.
Notes for reviewers
raw.githubusercontent.comonkubearmor/KubeArmor@main. An org profile README cannot use a relative path into another repository. It renders once kubearmor/KubeArmor#2840 merges, since that PR adds the SVG. If you would rather not couple the two repositories, I will copy the SVG into this repository and point at it locally.<picture>element with both variants.mainis empty. This repository had no commits, and a pull request needs a base that exists.mainholds an empty initialisation commit only, so the entire README arrives through this PR for review.Related
Repository README refresh: kubearmor/KubeArmor#2840.
🤖 Generated with Claude Code