Skip to content

Commit

Permalink
update documentation and sh scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienBtr committed Nov 7, 2020
1 parent d50751c commit de393c3
Show file tree
Hide file tree
Showing 7 changed files with 793 additions and 1 deletion.
4 changes: 4 additions & 0 deletions services/audit-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ yarn audit
cd "$root"/cart
yarn audit
cd "$root"/documentation
yarn audit
cd "$root"/auth
yarn audit
cd "$root"/user
yarn audit
4 changes: 4 additions & 0 deletions services/documentation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ const options = {
url: `${externalHost}:${externalPort}/auth-swagger.json`,
name: 'Auth',
},
{
url: `${externalHost}:${externalPort}/user-swagger.json`,
name: 'User',
},
],
},
customCss: '.swagger-ui .topbar .link { display: none }',
Expand Down
Loading

0 comments on commit de393c3

Please sign in to comment.