Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<br />
<div align="center">
<a href="https://github.com/finos/git-proxy">
<img src="./docs/img/logo.png" alt="Logo" height="95">
<img src="./website/docs/development/architecture/img/logo.png" alt="Logo" height="95">
</a>

<br />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
18 changes: 17 additions & 1 deletion website/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,20 @@ title: Introduction

GitProxy deploys custom push protections and policies on top of Git. It is a highly configurable framework allowing developers and organizations to enforce push protections relevant to their developer workflow, security posture and risk appetite.

GitProxy is built with a developer-first mindset. By presenting simple-to-follow remediation instructions in the CLI/Terminal, it minimises the friction of use and adoption, and keeps developers focused on what matters; committing and pushing code.
GitProxy is built with a developer-first mindset. By presenting simple-to-follow remediation instructions in the CLI/Terminal, it minimises the friction of use and adoption, and keeps developers focused on what matters: committing and pushing code.

---

### Documentation Structure

- **Quickstart** – Get up and running fast
- **Configuration** – Setup and customise GitProxy
- **Development** – Architecture, processors, upgrading, and contributing

---

### Key Technical Docs

- [Architecture](./development/architecture/Architecture.md)
- [Processors](./development/architecture/Processors.md)
- [Upgrading to v2](./development/Upgrading%20to%20v2.md)
Loading