Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


## Envoy toolshed

<img src="https://github.com/envoyproxy/toolshed/raw/2f3ada749e0d8052b3be2705ac808ed649fcf7e1/envoy-pytooling.png" width="100" align="left" />
Expand All @@ -12,15 +11,14 @@ Multi-language tooling and libraries for Envoy proxy's CI and development workfl

### Contents

- **[py/](py/)** - Python packages, libraries, runners, checkers, and dependencies - see [py/README.md](py/README.md) for details
- **[actions/](actions/)** - GitHub Actions workflows
- **[bazel/](bazel/)** - Bazel build configurations and rules
- **[js/](js/)** - JavaScript/TypeScript packages
- **[jq/](jq/)** - Assorted jq modules and utilities
- **[py/](py/)** - Python packages, libraries, runners, checkers, and dependencies
- **[rust/](rust/)** - Rust tooling and libraries
- **[js/](js/)** - JavaScript/TypeScript sources for GitHub Actions
- **[jq/](jq/)** - jq modules for data processing and command-line argument parsing
- **[actions/](actions/)** - GitHub Actions workflows
- **[sh/](sh/)** - Shell scripts and utilities

### Development

See [DEVELOPER.md](DEVELOPER.md) for information on building, testing, and contributing to the toolshed.
xx