Skip to content

Commit

Permalink
fix: integrate ADRs in doc portal
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Apr 25, 2024
1 parent b3a0b07 commit e3a60fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/decisions/20231110-sdk-package-release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SDK Package Release

- Status: Approved
- Deciders: Javier Ribó + Gonçalo
- Deciders: [Javier Ribó](https://github.com/elribonazo) + [Gonçalo](https://github.com/goncalo-frade-iohk)
- Date: 2023-11-10

Technical Story: https://input-output.atlassian.net/browse/ATL-6147
Expand Down
13 changes: 12 additions & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,18 @@ const sidebars = {
}, [])
}
]
}
},
{
type: 'category',
label: 'Decision records',
items: [
{
type: 'doc',
id: 'decisions/sdk-package-release',
}

]
},
]
}

Expand Down

0 comments on commit e3a60fa

Please sign in to comment.