diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 0f50790..34d336a 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,13 +1,2 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username #open_collective: 'is-a-good-dev' -ko_fi: 'wclarkedev' -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 -lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -# custom: ['https://www.buymeacoffee.com/willclarke'] +ko_fi: 'wclarkedev' \ No newline at end of file diff --git a/formatjson.md b/formatjson.md deleted file mode 100644 index 644d651..0000000 --- a/formatjson.md +++ /dev/null @@ -1 +0,0 @@ -To find info about json formats please visit [docs.is-a-good.dev/format](https://docs.is-a-good.dev/format) diff --git a/privacy.md b/privacy.md deleted file mode 100644 index ed44ce0..0000000 --- a/privacy.md +++ /dev/null @@ -1,2 +0,0 @@ -# Privacy policy -*last updated 28/07/22* diff --git a/sub-logs/@.json b/reserved/@.json similarity index 100% rename from sub-logs/@.json rename to reserved/@.json diff --git a/reserved/dashboard.json b/reserved/dashboard.json new file mode 100644 index 0000000..5affa39 --- /dev/null +++ b/reserved/dashboard.json @@ -0,0 +1,12 @@ +{ + "repo": "https://github.com/is-a-good-dev/dashboard", + "owner": { + "username": "is-a-good-dev", + "email": "will@is-a-good.dev" + }, + "record": { + "CNAME": "is-a-good-dev.github.io" + }, + "proxied":false +} + \ No newline at end of file diff --git a/reserved/docs.json b/reserved/docs.json new file mode 100644 index 0000000..77183e4 --- /dev/null +++ b/reserved/docs.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/is-a-good-dev/docs", + "owner": { + "username": "is-a-good-dev", + "email": "will@is-a-good.dev" + }, + "record": { + "CNAME": "hosting.gitbook.io" + }, + "proxied":false +} diff --git a/reserved/register.json b/reserved/register.json new file mode 100644 index 0000000..fd359cf --- /dev/null +++ b/reserved/register.json @@ -0,0 +1,12 @@ +{ + "repo": "https://github.com/is-a-good-dev/dashboard", + "owner": { + "username": "is-a-good-dev", + "email": "will@is-a-good.dev" + }, + "record": { + "CNAME": "is-a-good-dev.github.io" + }, + "proxied":false +} + \ No newline at end of file diff --git a/sub-logs/dashboard.json b/sub-logs/dashboard.json deleted file mode 100644 index 7d77078..0000000 --- a/sub-logs/dashboard.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "note": "is-a-good.dev Dashboard", - - "owner": { - "username": "@is-a-good-dev/dashboard-dev-team", - "email": "will@is-a-good.dev" - }, - - "target": { - "CNAME": "is-a-good-dev.github.io" - }, - - "proxied": false - } diff --git a/sub-logs/docs.json b/sub-logs/docs.json deleted file mode 100644 index ccf978a..0000000 --- a/sub-logs/docs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/is-a-good-dev/docs", - "owner": { - "username": "is-a-good-dev", - "email": "will@is-a-good.dev" - }, - "record": { - "CNAME": "hosting.gitbook.io" - }, - "proxied":false -}