Skip to content

Commit

Permalink
chore: remove docs from core repo
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Aug 26, 2021
1 parent a49903f commit 75cb7cb
Show file tree
Hide file tree
Showing 233 changed files with 1 addition and 44,435 deletions.
10 changes: 0 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,15 @@ test:
- test/**/*
- types/tests/**/*

documentation:
- www/**/*
- ./**/*.md

providers:
- src/providers/**/*
- www/docs/configuration/providers.md
- test/integration/**/*

adapters:
- src/adapters/**/*
- www/docs/schemas/adapters.md

databases:
- www/docs/schemas/*.md
- test/docker/databases/**/*
- www/docs/configuration/databases.md
- test/fixtures/**/*

core:
Expand All @@ -29,11 +21,9 @@ style:

client:
- src/client/**/*
- www/docs/getting-started/client.md

pages:
- src/server/pages/**/*
- www/docs/configuration/pages.md

TypeScript:
- types/**/*
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ node_modules
.next
/build
/dist
/www/build

# Generated files
.docusaurus
.cache-loader
www/providers.json
/internals
/providers
/types/providers/*
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"prepublishOnly": "npm run build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"version:pr": "node ./config/version-pr",
"website": "cd www && npm run start"
"version:pr": "node ./config/version-pr"
},
"files": [
"dist",
Expand Down Expand Up @@ -135,7 +134,6 @@
"test",
"next-env.d.ts",
"types",
"www",
".next",
"dist"
],
Expand Down
71 changes: 0 additions & 71 deletions www/docs/adapters/dynamodb.md

This file was deleted.

86 changes: 0 additions & 86 deletions www/docs/adapters/fauna.md

This file was deleted.

73 changes: 0 additions & 73 deletions www/docs/adapters/firebase.md

This file was deleted.

54 changes: 0 additions & 54 deletions www/docs/adapters/models.md

This file was deleted.

Loading

0 comments on commit 75cb7cb

Please sign in to comment.