docs: remove marketing fluff and emojis

- Remove navigation emojis from README and docs/README
- Remove "Made with ❤️ for the Kubernetes community" footer
- Remove checkmark/celebration emojis from quick-start guide
- Remove "(This!)" annotation from architecture diagrams
- Replace emoji references with plain text in features documentation
- Remove GOOD/BAD emojis from production deployment guide
- Simplify congratulations message

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
2026-02-12 11:19:05 -05:00
parent 765f081867
commit 0b081246b0
6 changed files with 15 additions and 20 deletions
+2 -5
View File
@@ -7,7 +7,7 @@
A [Headlamp](https://headlamp.dev/) plugin that surfaces [Fairwinds Polaris](https://polaris.docs.fairwinds.com/) audit results directly in the Headlamp UI. A [Headlamp](https://headlamp.dev/) plugin that surfaces [Fairwinds Polaris](https://polaris.docs.fairwinds.com/) audit results directly in the Headlamp UI.
**📚 [Documentation](#documentation) | 🚀 [Installation](#installing) | 🔒 [Security](#rbac--security-setup) | 🛠️ [Development](#development)** **[Documentation](#documentation) | [Installation](#installing) | [Security](#rbac--security-setup) | [Development](#development)**
## What It Does ## What It Does
@@ -172,7 +172,7 @@ Every proxied request is recorded in Kubernetes API audit logs as a `get` on `se
## Documentation ## Documentation
📚 **[Complete Documentation](docs/README.md)** - Documentation hub with all guides **[Complete Documentation](docs/README.md)** - Documentation hub with all guides
### Quick Links ### Quick Links
@@ -374,6 +374,3 @@ Contributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for:
[Apache-2.0 License](LICENSE) - see LICENSE file for details. [Apache-2.0 License](LICENSE) - see LICENSE file for details.
---
**Made with ❤️ for the Kubernetes community**
+1 -1
View File
@@ -43,7 +43,7 @@ The Headlamp Polaris Plugin is a **read-only dashboard** that surfaces Fairwinds
│ └────────┬────────┘ │ │ └────────┬────────┘ │
│ │ │ │ │ │
│ ┌─────────────▼──────────────┐ │ │ ┌─────────────▼──────────────┐ │
│ │ Polaris Plugin (This!) │ │ │ │ Polaris Plugin │ │
│ ├────────────────────────────┤ │ │ ├────────────────────────────┤ │
│ │ • registerSidebarEntry │ │ │ │ • registerSidebarEntry │ │
│ │ • registerRoute │ │ │ │ • registerRoute │ │
+5 -5
View File
@@ -4,11 +4,11 @@ Central hub for Headlamp Polaris Plugin documentation.
## Quick Links ## Quick Links
- 🚀 [Quick Start](getting-started/quick-start.md) - [Quick Start](getting-started/quick-start.md)
- 📖 [Installation Guide](getting-started/installation.md) - [Installation Guide](getting-started/installation.md)
- 🔧 [Troubleshooting](troubleshooting/README.md) - [Troubleshooting](troubleshooting/README.md)
- 🏗️ [Architecture](architecture/overview.md) - [Architecture](architecture/overview.md)
- 💻 [Development](development/workflow.md) - [Development](development/workflow.md)
## Getting Started ## Getting Started
+1 -1
View File
@@ -32,7 +32,7 @@ The Headlamp Polaris Plugin is a **read-only dashboard** that surfaces Fairwinds
│ └────────┬────────┘ │ │ └────────┬────────┘ │
│ │ │ │ │ │
│ ┌─────────────▼──────────────┐ │ │ ┌─────────────▼──────────────┐ │
│ │ Polaris Plugin (This!) │ │ │ │ Polaris Plugin │ │
│ ├────────────────────────────┤ │ │ ├────────────────────────────┤ │
│ │ • registerSidebarEntry │ │ │ │ • registerSidebarEntry │ │
│ │ • registerRoute │ │ │ │ • registerRoute │ │
+4 -6
View File
@@ -6,9 +6,9 @@ Get the Headlamp Polaris Plugin up and running in 5 minutes.
Before starting, ensure: Before starting, ensure:
- Kubernetes cluster is running - Kubernetes cluster is running
- Headlamp v0.26+ is deployed - Headlamp v0.26+ is deployed
- Polaris is installed with dashboard enabled - Polaris is installed with dashboard enabled
Don't have these? See [Prerequisites](prerequisites.md) for installation instructions. Don't have these? See [Prerequisites](prerequisites.md) for installation instructions.
@@ -276,6 +276,4 @@ If test fails, see [Troubleshooting](../troubleshooting/README.md).
--- ---
**Congratulations!** You're now running the Headlamp Polaris Plugin. 🎉 You're now running the Headlamp Polaris Plugin. Visit the **Polaris** section in Headlamp to explore your cluster's security, reliability, and efficiency audit results.
Visit the **Polaris** section in Headlamp to explore your cluster's security, reliability, and efficiency audit results.
+2 -2
View File
@@ -117,13 +117,13 @@ Top-right corner of Headlamp shows a persistent cluster score badge.
**Features:** **Features:**
- **Color-Coded Chip** - Green/Yellow/Red based on score - **Color-Coded Chip** - Green/Yellow/Red based on score
- **Shield Emoji (🛡️)** - Visual indicator - **Shield Icon** - Visual indicator
- **Score Percentage** - e.g., "85%" - **Score Percentage** - e.g., "85%"
- **Clickable** - Click to navigate to Polaris overview - **Clickable** - Click to navigate to Polaris overview
- **Real-Time Updates** - Updates on auto-refresh interval - **Real-Time Updates** - Updates on auto-refresh interval
- **Always Visible** - Appears on all Headlamp pages - **Always Visible** - Appears on all Headlamp pages
**Example:** `🛡️ 85%` (green chip) **Example:** Shield icon with "85%" (green chip)
## Settings & Configuration ## Settings & Configuration