Skip to content

Commit

Permalink
added PPTAS api to milmove docs
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwc committed Oct 25, 2024
1 parent b50a88e commit 064c6d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ module.exports = {
spec: 'https://raw.githubusercontent.com/transcom/mymove/main/swagger/support.yaml',
route: '/api/support',
},
{
spec: 'https://raw.githubusercontent.com/transcom/mymove/main/swagger/pptas.yaml',
route: '/api/pptas',
},
],
},
],
Expand Down
5 changes: 5 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ module.exports = {
label: 'Support',
href: '/api/support',
},
{
type: 'link',
label: 'PPTAS',
href: '/api/pptas',
}
],
},
{
Expand Down

0 comments on commit 064c6d2

Please sign in to comment.