Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
[#213] Reorganize files into folders
Browse files Browse the repository at this point in the history
This makes the URIs nicer.
  • Loading branch information
vitorbaptista committed Jan 25, 2018
1 parent fc1bee3 commit e5f259f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/api.md → docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ your authorization token via the `Authorization` header.
## Endpoints

```eval_rst
.. openapi:: ../goodtablesio/schemas/openapi-v1.yml
.. openapi:: ../../goodtablesio/schemas/openapi-v1.yml
```


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/getting_started.md → docs/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. toctree::
:maxdepth: 2
getting_started_github
getting_started_s3
github
s3
writing_data_schema
```
2 changes: 1 addition & 1 deletion docs/getting_started_s3.md → docs/getting_started/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is a very short tutorial on using goodtables.io to continuously validate da
1. Go to your [bucket's overview page][bucket-overview], click on the `Permissions` tab, and find the `Bucket Policy` link. We need the permissions:
* _s3:ListBucket_: To list the bucket's contents
* _s3:GetObject_: To read the bucket's files
* _s3:GetBucketPolicy_, _s3:PutBucketPolicy_, _s3:GetBucketLocation_, and _s3:PutBucketNotification_: To set up the AWS Lambda functions that notifies goodtables.io when a new file is added.
* _s3:GetBucketPolicy_, _s3:PutBucketPolicy_, _s3:GetBucketLocation_, and _s3:PutBucketNotification_: To set up the AWS Lambda functions that notifies goodtables.io when a new file is added

The final bucket policy should look like:

Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ data is free from these types of errors.
.. toctree::
:maxdepth: 2
getting_started
configuring
goodtables_yml
api
getting_started/index
configuration/index
configuration/goodtables_yml
api/index
```


Expand Down

0 comments on commit e5f259f

Please sign in to comment.