Skip to content

Commit

Permalink
Add PDF handling section to agreements
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Oct 5, 2021
1 parent fd17c01 commit 9ae6564
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project is deployed automatically when a commit is pushed to `master`.
## Developing

```shell
$ docker-compose up
$ docker compose up
```

The site is hosted locally at `http://localhost:3080`.
Expand Down
13 changes: 7 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
app:
build: .
ports:
- 3080:80
volumes:
- .:/usr/share/nginx/html
services:
app:
build: .
ports:
- 3080:80
volumes:
- .:/usr/share/nginx/html
4 changes: 4 additions & 0 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@ info:
![Agreement Typical Flow](https://www.lucidchart.com/publicSegments/view/30bd1625-75d2-4ece-bb1d-5e3ccee93010/image.png)
## PDF handling
See the [Agreements PDF handling](https://docs.google.com/document/d/1a_HFN-9gtB16RyXm-VVDwMhgJfnh-kZCj8G3QwzzIVc) document for recommendations and requirements about PDF agreement documents.
# Partners integration
Partners integration allows a *company recipient* to open up its mailbox to a third party (a *partner*) to allow it to access and process the mailbox content. This is typically used by companies to allow bookkeeping and administrative third parties to access and process invoices and documents.
Expand Down

0 comments on commit 9ae6564

Please sign in to comment.