Skip to content

Commit

Permalink
Replace old gotrue docs with redirect (#233)
Browse files Browse the repository at this point in the history
* Replace old gotrue docs with redirect

* Set empty command to override ui setting

* Add dummy command

* Add index.html

* Fix status code

Known issue: https://github.com/netlify/bitballoon/issues/470
  • Loading branch information
mraerino authored Feb 12, 2020
1 parent 200d3eb commit f46c80a
Show file tree
Hide file tree
Showing 50 changed files with 7 additions and 6,977 deletions.
12 changes: 7 additions & 5 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[build]
base = "www"
command = "npm run build"
publish = "www/dist"
publish = "www"
command = "exit 0"

[context.deploy-preview]
command = "npm run build-preview"
[[redirects]]
from = "/*"
to = "https://github.com/netlify/gotrue"
status = 302
force = true
7 changes: 0 additions & 7 deletions www/.babelrc

This file was deleted.

1 change: 0 additions & 1 deletion www/.nvmrc

This file was deleted.

22 changes: 0 additions & 22 deletions www/LICENSE

This file was deleted.

25 changes: 0 additions & 25 deletions www/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions www/config/variables.js

This file was deleted.

93 changes: 0 additions & 93 deletions www/gulpfile.babel.js

This file was deleted.

File renamed without changes.
51 changes: 0 additions & 51 deletions www/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions www/site/config.yaml

This file was deleted.

Empty file removed www/site/data/.keep
Empty file.
13 changes: 0 additions & 13 deletions www/site/data/docs.yml

This file was deleted.

13 changes: 0 additions & 13 deletions www/site/data/global.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions www/site/data/landing.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions www/site/layouts/_default/list.html

This file was deleted.

29 changes: 0 additions & 29 deletions www/site/layouts/_default/single.html

This file was deleted.

Loading

0 comments on commit f46c80a

Please sign in to comment.