diff --git a/README.md b/README.md index e483c1c0..2394ba8d 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,11 @@ This section provides instructions for running the protocol and UI in a local Al pnpm run dev:testnet ``` +## Documentation +- The documentation is currently available online at https://txnlab.gitbook.io/reti-open-pooling +- The content is synced with the docs/gitbook branch of this repo inside the ./docs directory. + - The changes in that branch should periodically be merged into main but the docs/gitbook branch is the source of truth for the public docs site currently hosted at: https://txnlab.gitbook.io/reti-open-pooling + ## Additional Resources - **TEALScript Contracts**: Explore the smart contracts that power the protocol. [Read more](./contracts/README.md) diff --git a/ui/src/components/Footer.tsx b/ui/src/components/Footer.tsx index dd45d560..be5370ea 100644 --- a/ui/src/components/Footer.tsx +++ b/ui/src/components/Footer.tsx @@ -30,6 +30,22 @@ const navigation = [ }, ] +export function FooterExtraItem() { + return ( + <> + |{' '} + + {import.meta.env.VITE_FOOTER_EXTRA_ITEM} + + + ) +} + export function Footer() { return (