-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: mi/3143/add-release-link (#3191)
* docs: mi/3143/add-release-link - Added link to Rafiki releases page from Docker Compose guide - Added Releases page under Resources menu * docs: mi/3143/add-release-link - Reinstalled pnpm due to errors on last build - Made updates to linked texts * docs: mi/3143/add-release-link - Fixed broken link on releases page * docs: mi/3143/add-release-link - Removed references to curly brackets in Docker Compose guide.
- Loading branch information
Showing
3 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
packages/documentation/src/content/docs/resources/releases.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Releases | ||
--- | ||
|
||
import { LinkOut } from '@interledger/docs-design-system' | ||
|
||
## Release notes | ||
|
||
Refer to the Rafiki releases <LinkOut href='https://github.com/interledger/rafiki/releases'>page</LinkOut> for the latest release notes. | ||
|
||
## Rafiki packages | ||
|
||
The latest source for each of the three Rafiki [services](/resources/architecture) can be accessed below. | ||
|
||
- <LinkOut href='https://github.com/interledger/rafiki/tree/main/packages/backend'> | ||
Backend | ||
</LinkOut> | ||
- <LinkOut href='https://github.com/interledger/rafiki/tree/main/packages/auth'> | ||
Auth | ||
</LinkOut> | ||
- <LinkOut href='https://github.com/interledger/rafiki/tree/main/packages/frontend'> | ||
Frontend | ||
</LinkOut> | ||
|
||
Alternatively, if you want to run the latest Rafiki version using Docker Compose, then refer to this [guide](/integration/deployment/docker-compose). |