From 5744d846ae52cfb3c4ba1a293ac495fb0b9cc8f1 Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Tue, 30 Dec 2025 09:41:46 +0100 Subject: [PATCH] further small docs updates --- backend/.github/CODEOWNERS | 6 ------ backend/.github/FUNDING.yml | 15 --------------- docs/deploy.md | 2 +- frontend/frontend/README.md | 2 -- 4 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 backend/.github/CODEOWNERS delete mode 100644 backend/.github/FUNDING.yml diff --git a/backend/.github/CODEOWNERS b/backend/.github/CODEOWNERS deleted file mode 100644 index c3d3ae4d..00000000 --- a/backend/.github/CODEOWNERS +++ /dev/null @@ -1,6 +0,0 @@ -# This file is used to define code owners for the repository. -# Code owners are automatically requested for review when someone opens a pull request that modifies code they own. - -# Assign @qwerty541 as the owner for package.json and package-lock.json -package.json @qwerty541 -package-lock.json @qwerty541 diff --git a/backend/.github/FUNDING.yml b/backend/.github/FUNDING.yml deleted file mode 100644 index fa7228a6..00000000 --- a/backend/.github/FUNDING.yml +++ /dev/null @@ -1,15 +0,0 @@ -# These are supported funding model platforms - -github: [anuraghazra] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: [ - "https://www.paypal.me/anuraghazra", - "https://www.buymeacoffee.com/anuraghazra", - ] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/docs/deploy.md b/docs/deploy.md index 0a297266..2f1d6ae5 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -40,7 +40,7 @@ Selecting the right scopes for your token is important in case you want to displ Click on the deploy button to get started! -[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/martin-mfg/github-readme-stats) +[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/stats-organization/github-stats-extended)
:hammer_and_wrench: Step-by-step guide on setting up your own Vercel instance diff --git a/frontend/frontend/README.md b/frontend/frontend/README.md index 5bd14f8c..7ddf0889 100644 --- a/frontend/frontend/README.md +++ b/frontend/frontend/README.md @@ -10,14 +10,12 @@ yarn install ``` yarn start-trends -yarn start-wrapped ``` ## Build ``` yarn build-trends -yarn build-wrapped ``` Then, just commit on the main branch (Vercel takes care of the rest)