Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9148a5d
docs: move repo docs to website, fix broken links
jescalada Mar 27, 2026
3b54997
docs: move docs images into website, fix logo.png links
jescalada Mar 27, 2026
ff4699b
docs: add new doc links to sidebar, improve ordering
jescalada Mar 27, 2026
c6e7f70
chore: bump vulnerable website deps
jescalada Mar 27, 2026
11102b5
chore: run `npm audit fix` on main package
jescalada Mar 31, 2026
2c2e546
docs: standardize doc filenames, fix broken links, add architecture l…
jescalada Apr 3, 2026
926a06d
docs: update broken links and sidebar
jescalada Apr 3, 2026
ab8ba73
chore: fix architecture/processors filename casing
jescalada Apr 3, 2026
022755c
chore: pin lodash version to fix CI vulnerability error
jescalada Apr 3, 2026
5607097
docs: fix broken Testing link
jescalada Apr 3, 2026
53613ff
Update website/docs/architecture/architecture.md
jescalada May 13, 2026
3c7375f
Update website/docs/architecture/architecture.md
jescalada May 13, 2026
f36d3a8
Update website/docs/architecture/architecture.md
jescalada May 13, 2026
17df663
Update website/docs/deployment.mdx
jescalada May 13, 2026
02e1f13
chore: update package-lock.json on root and website
jescalada May 14, 2026
eb26f93
chore: revert sample-publish.yml to previous state
jescalada May 14, 2026
572a0a5
docs: move releases.md into website and update sidebar
jescalada May 14, 2026
7823d6f
chore: update README link to release guide
jescalada May 14, 2026
7e79386
Update website/docs/architecture/architecture.md
jescalada May 15, 2026
af87262
Update website/docs/architecture/processors.md
jescalada May 15, 2026
3cd8f8b
Update website/docs/architecture/architecture.md
jescalada May 15, 2026
4246d96
Update website/docs/architecture/architecture.md
jescalada May 15, 2026
e85acc4
docs: fix broken links in website/docs/architecture
jescalada May 15, 2026
7208f07
Merge branch 'main' into 1407-unify-docs
jescalada May 15, 2026
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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ test: add fuzz tests for repo name validation

### Release and Branching Process

To understand when your contribution will get merged upstream and published to NPM, see our [Releases guide](./docs/Releases.md).
To understand when your contribution will get merged upstream and published to NPM, see our [Releases guide](https://git-proxy.finos.org/docs/development/releases).

## Testing

Expand Down
6 changes: 4 additions & 2 deletions 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/static/img/logo.png" alt="Logo" height="95">
</a>

<br />
Expand Down Expand Up @@ -92,7 +92,9 @@ customize for your environment, see the [project's documentation](https://git-pr
- [Installation](https://git-proxy.finos.org/docs/quickstart/installation)
- [Configuration](https://git-proxy.finos.org/docs/category/configuration)
- [Contributing](https://git-proxy.finos.org/docs/development/contributing)
- [Testing](https://git-proxy.finos.org/docs/development/testing)
- [Testing](https://github.com/finos/git-proxy/blob/main/CONTRIBUTING.md#testing)
- [Architecture](https://git-proxy.finos.org/docs/category/architecture/)
- [Upgrading to v2](https://git-proxy.finos.org/docs/upgrading-to-v2)

## Contributing

Expand Down
Binary file removed docs/img/logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion experimental/license-inventory/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/static/img/logo.png" alt="Logo" height="95">
</a>

<br />
Expand Down
166 changes: 121 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading