Skip to content

Commit

Permalink
docs: linked to code
Browse files Browse the repository at this point in the history
  • Loading branch information
HarunJr committed Sep 9, 2024
1 parent 1d0d619 commit 11d3691
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified docs/catalyst/milestone-completion.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/catalyst/milestone-completion.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#let image-foreground = image("../images/Logo-Anastasia-Labs-V-Color02.png", width: 100%, fit: "contain")
#let image-header = image("../images/Logo-Anastasia-Labs-V-Color01.png", height: 75%, fit: "contain")
#let fund-link = link("https://projectcatalyst.io/funds/11/cardano-use-cases-product/anastasia-labs-x-maestro-plug-n-play-20")[Catalyst Proposal]
#let git-link = link(" https://github.com/Anastasia-Labs/plug-n-play-contracts")[Main Github Repo]
#let git-link = link(" https://github.com/Anastasia-Labs/payment-subscription")[Payment Subscription Github Repo]
#let initiate_subscription-link = link("https://github.com/Anastasia-Labs/payment-subscription/blob/6d461a7e3b2883f5cc3f4de2ff4eeb2a69955260/lib/payment-subscription/tests/payment-multi-validator.ak#L19")[Test Case Code: succeed_initiate_subscription]
#let terminate_subscription-link = link("https://github.com/Anastasia-Labs/payment-subscription/blob/6d461a7e3b2883f5cc3f4de2ff4eeb2a69955260/lib/payment-subscription/tests/payment-multi-validator.ak#L187")[Test Case Code: succeed_terminate_subscription]
#let extend-subscriptions-link = link("https://github.com/Anastasia-Labs/payment-subscription/blob/6d461a7e3b2883f5cc3f4de2ff4eeb2a69955260/lib/payment-subscription/tests/payment-multi-validator.ak#L354")[Test Case Code: succeed_extend_subscription]
Expand Down Expand Up @@ -416,4 +416,4 @@ These features collectively ensure that the contract meets the needs of both
service providers and subscribers, offering a secure and user-friendly solution
for managing subscription-based services on the Cardano blockchain.

All documentation, including detailed test cases and explanations, is available in our GitHub repository: https://github.com/Anastasia-Labs/plug-n-play-contracts
All documentation, including detailed test cases and explanations, is available in our #git-link
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#let image-background = image("../images/background-1.jpg", height: 100%, fit: "cover")
#let image-foreground = image("./images/Logo-Anastasia-Labs-V-Color02.png", width: 100%, fit: "contain")
#let image-header = image("./images/Logo-Anastasia-Labs-V-Color01.png", height: 75%, fit: "contain")
#let image-foreground = image("../images/Logo-Anastasia-Labs-V-Color02.png", width: 100%, fit: "contain")
#let image-header = image("../images/Logo-Anastasia-Labs-V-Color01.png", height: 75%, fit: "contain")
#let fund-link = link("https://projectcatalyst.io/funds/10/f10-osde-open-source-dev-ecosystem/anastasia-labs-the-trifecta-of-data-structures-merkle-trees-tries-and-linked-lists-for-cutting-edge-contracts")[Catalyst Proposal]
#let git-link = link("https://github.com/Anastasia-Labs/data-structures")[Main Github Repo]

Expand Down Expand Up @@ -53,7 +53,7 @@
background: none,
header: [
#align(right)[
#image("./images/Logo-Anastasia-Labs-V-Color01.png", width: 25%, fit: "contain")
#image("../images/Logo-Anastasia-Labs-V-Color01.png", width: 25%, fit: "contain")
]
#v(-0.5cm)
#line(length: 100%, stroke: 0.5pt)
Expand Down

0 comments on commit 11d3691

Please sign in to comment.