Skip to content

Commit

Permalink
Merge pull request #9 from vtex-apps/docs/update-images-frequently
Browse files Browse the repository at this point in the history
Updating images to absolute path
  • Loading branch information
arturmagalhaesjr authored Jul 6, 2022
2 parents 8bb4d1a + 0b26678 commit e91b2cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- Update image URLs to absolute paths

## [0.1.2] - 2022-06-18

### Added
Expand Down
14 changes: 7 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ For additional functionalities, you can also install the [Quick Order](https://d
If you are getting some alerts on B2B apps regarding a schema issue, please follow the steps below:

1) Open the Admin panel and access the Master Data link on the left side of the screen.
![Alt text](assets/schema-1.png "First step")
![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-1.png "First step")
2) After login, click on the "Advanced settings" as the image below shows:
![Alt text](assets/schema-2.png "Second step")
![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-2.png "Second step")
3) You should click on the last link in the list:
![Alt text](assets/schema-3.png "Third step")
![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-3.png "Third step")
4) Click on Data Entities and then find the CL row and click on the "Edit" button as the image below shows:
![Alt text](assets/schema-4.png "Fourth step")
![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-4.png "Fourth step")
5) You should find the field that is not checked as nullable and check it: ***Only the e-mail field must be UNCHECKED***
![Alt text](assets/schema-5.png "Fifth step")
![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-5.png "Fifth step")
6) Click on "Save"
![Alt text](assets/schema-6.png "Sixth step")
![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-6.png "Sixth step")
7) You should click on Publish button to make the changes valid:
![Alt text](assets/schema-7.png "Seventh step")
![Alt text](https://raw.githubusercontent.com/vtex-apps/b2b-suite/main/docs/assets/schema-7.png "Seventh step")

<!-- DOCS-IGNORE:start -->

Expand Down

0 comments on commit e91b2cd

Please sign in to comment.