From 79995a8194235ee994a1ce3cbe5eaa11358db885 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Wed, 26 Jul 2023 09:25:39 -0500 Subject: Re-add static images to docs (#26167) https://github.com/go-gitea/gitea/pull/26051 I accidentally rebased locally without my re-addition for these files, so they were missed in the merge, but only for `main`. Signed-off-by: jolheiser --- docs/static/authorize.png | Bin 0 -> 18951 bytes docs/static/cloudron.svg | 53 ++++++++++++++++++++++++++++++++++++++++ docs/static/gitea-push-hint.png | Bin 0 -> 421775 bytes docs/static/open-in-gitpod.svg | 23 +++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 docs/static/authorize.png create mode 100644 docs/static/cloudron.svg create mode 100644 docs/static/gitea-push-hint.png create mode 100644 docs/static/open-in-gitpod.svg diff --git a/docs/static/authorize.png b/docs/static/authorize.png new file mode 100644 index 0000000000..7556b1220c Binary files /dev/null and b/docs/static/authorize.png differ diff --git a/docs/static/cloudron.svg b/docs/static/cloudron.svg new file mode 100644 index 0000000000..716f67a165 --- /dev/null +++ b/docs/static/cloudron.svg @@ -0,0 +1,53 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/static/gitea-push-hint.png b/docs/static/gitea-push-hint.png new file mode 100644 index 0000000000..6f3ab3c606 Binary files /dev/null and b/docs/static/gitea-push-hint.png differ diff --git a/docs/static/open-in-gitpod.svg b/docs/static/open-in-gitpod.svg new file mode 100644 index 0000000000..b97cd29487 --- /dev/null +++ b/docs/static/open-in-gitpod.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3