Skip to content

Commit

Permalink
Put docs back in uppy.io repository where they belong (#5527)
Browse files Browse the repository at this point in the history
* Move docs back into uppy.io repo

* Undo tooling

* Remove last file
  • Loading branch information
Murderlon authored Nov 26, 2024
1 parent 31128e4 commit fb8e446
Show file tree
Hide file tree
Showing 57 changed files with 0 additions and 13,928 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,15 +384,8 @@ module.exports = {
files: ['**/*.md', '*.md'],
processor: 'markdown/markdown',
},
{
files: ['docs/**/*.md/*.js'],
parserOptions: {
sourceType: 'module',
},
},
{
files: ['**/*.md/*.js', '**/*.md/*.javascript'],
excludedFiles: ["docs/**/*"],
parserOptions: {
sourceType: 'module',
},
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,3 @@ jobs:
run: corepack yarn workspaces focus @uppy-dev/build
- name: Run linter
run: corepack yarn run lint:markdown

lint_docs:
name: Lint Docs
runs-on: ubuntu-latest
steps:
- name: Checkout Uppy.io sources
uses: actions/checkout@v4
with:
repository: transloadit/uppy.io
- run: rm -rf docs # the other PR has not landed
- name: Checkout docs
uses: actions/checkout@v4
with:
path: uppy
- run: mv uppy /tmp/uppy && ln -s /tmp/uppy/docs docs
- name: Install dependencies
run: corepack yarn --immutable
- name: Lint files
run: corepack yarn lint
- name: Test build website
run: corepack yarn build
7 changes: 0 additions & 7 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ module.exports = {
semi: true,
},
},
{
files: 'docs/**',
options: {
semi: true,
useTabs: true,
},
},
{
files: ['tsconfig.json'],
options: {
Expand Down
4 changes: 0 additions & 4 deletions docs/README.md

This file was deleted.

Loading

0 comments on commit fb8e446

Please sign in to comment.