From bf85c62132b750f27fcfef080881a9d6f444b9fe Mon Sep 17 00:00:00 2001 From: bkellam Date: Tue, 24 Sep 2024 21:56:17 -0700 Subject: [PATCH] nit: invert README github icons when in dark mode --- .github/images/github-favicon-inverted.png | Bin 0 -> 1362 bytes README.md | 26 +++++++++++++++++---- 2 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 .github/images/github-favicon-inverted.png diff --git a/.github/images/github-favicon-inverted.png b/.github/images/github-favicon-inverted.png new file mode 100644 index 0000000000000000000000000000000000000000..993abb007826c98ed8cb5ef98294709d8c3fc91c GIT binary patch literal 1362 zcmV-Y1+DstP)Px)3`s;mR9Hu?ms@NUWfaH%|Gl(8OMw=4cD8Jr3QK}bz-WQ^qBJoP;x(FJq7gAZ zAR09>F=&jkh!{1-TTm_!7%%b7#1Iq{Nh%>|3i2SPrCQ4dcDu7POMz@#+HQB|$gJCD zJ3HHLrSmx7x%|HKopZkP5i|U{y1J^CEM3}8;6aeL0titgWUC9A1dxPCw*W`3UcTJX z+S;0(iD_06iWx?5p2#kej{~TyBwtw1h{(62K<>JdP9L&MF{$g1c*yUH?TW}ARZ-rw|K$M+N%xO4+r>23tEzft zLb=N@YU@q2>EOYGJ<({?azuoQL?U9EX1ck#*#^shsZ^>39?t~_!0;%!(mskjfTrvF zNj~cgv6aiUg+igTvkd(d@nkaDUviRZ(`(?r;sumZjaAj3u%)q$pqC41lI- zo9Xrb=wc%?kWMdSQrGYGkUzN)4vT5FhC-nd`q=;_5{U+{-`_)WX-R}dHc`{{&qzM! z0H0B}n@Tnbd}=qM zlFMSUOhjH$73G7QiGpSr+X#H&X2TMBls!E?3m4bd_XDuY&ZSq#+x_wQp0>8O@!5bx zqfyWH9XsrC?p*+07u~@Dd$29k=suFq=Y>Q*vP6FOkUK%H$^Qc45IJlCr>t!DY&aag z;s(>#*SDyqrsfU{xYI*!1G%ysv{=?YH5hy$4-hwul|GR!l2rm+wL~7fM*h|yauVci zj@mtSVE_KRT&`og)?K@*OIXLofz~EP=_?*cc9YBx2{$I;OfH*k6_NSAs;Xa$FA~$T z9%>8*kGSnj)3lBBdOIo|m5A(C6(wrRO&Q4+*43RZ3j1L-5O}6AtUN(7Y*|+K@ZjK= zpvPlwsI#9!KK-X_@Bzp-||O(_W>g*=qn^ zE$-nX!^87iT3SY@iGV$<=Ix4z{Xl(h^!oL8%IQ>moL
- GitHub - + + + + GitHub icon + + GitHub + Generate a GitHub Personal Access Token (PAT) [here](https://github.com/settings/tokens/new). If you're only indexing public repositories select the `public_repo` scope; otherwise, select the `repo` scope. You'll need to pass this PAT each time you run Sourcebot, so we recommend adding it as an environment variable. In this guide, we'll add the Github PAT as an environment variable called `GITHUB_TOKEN`: @@ -84,7 +89,13 @@ Sourcebot also supports indexing GitLab & BitBucket. Checkout the [index.json](.
- GitHub + + + + GitHub icon + + GitHub + Run the `sourcebot` docker image, passing in the Github PAT you generated in the previous step as an environment variable called `GITHUB_TOKEN`: ```sh @@ -166,8 +177,13 @@ The zoekt binaries and web dependencies are placed into `bin` and `node_modules`
- GitHub - + + + + GitHub icon + + GitHub + Generate a GitHub Personal Access Token (PAT) [here](https://github.com/settings/tokens/new). If you are indexing public repositories only, you can select the `public_repo` scope, otherwise you will need the `repo` scope. Create a text file named `.github-token` **in your home directory** and paste the token in it. The file should look like: