Skip to content

Commit ebb58c7

Browse files
authored
docs: mi/3381/updates-feedback (#3398)
1 parent e95b9e6 commit ebb58c7

File tree

3 files changed

+29
-25
lines changed

3 files changed

+29
-25
lines changed

packages/documentation/astro.config.mjs

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,30 @@ export default defineConfig({
253253
}
254254
]
255255
},
256+
{
257+
label: 'APIs',
258+
collapsed: true,
259+
items: [
260+
{
261+
label: 'GraphQL Admin APIs',
262+
link: '/apis/graphql/admin-api-overview'
263+
},
264+
{
265+
label: 'Backend Admin API',
266+
collapsed: true,
267+
autogenerate: {
268+
directory: 'apis/graphql/backend'
269+
}
270+
},
271+
{
272+
label: 'Auth Admin API',
273+
collapsed: true,
274+
autogenerate: {
275+
directory: 'apis/graphql/auth'
276+
}
277+
}
278+
]
279+
},
256280
{
257281
label: 'Resources',
258282
collapsed: true,
@@ -282,30 +306,6 @@ export default defineConfig({
282306
link: '/resources/get-involved'
283307
}
284308
]
285-
},
286-
{
287-
label: 'APIs',
288-
collapsed: true,
289-
items: [
290-
{
291-
label: 'GraphQL Admin APIs',
292-
link: '/apis/graphql/admin-api-overview'
293-
},
294-
{
295-
label: 'Backend Admin API',
296-
collapsed: true,
297-
autogenerate: {
298-
directory: 'apis/graphql/backend'
299-
}
300-
},
301-
{
302-
label: 'Auth Admin API',
303-
collapsed: true,
304-
autogenerate: {
305-
directory: 'apis/graphql/auth'
306-
}
307-
}
308-
]
309309
}
310310
],
311311
plugins: [

packages/documentation/src/content/docs/integration/deployment/docker-compose.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ import { LinkOut } from '@interledger/docs-design-system'
66

77
This guide is an example of deploying Rafiki using Docker Compose with Nginx as a reverse proxy on a virtual machine (VM) in a cloud environment. This guide also uses <LinkOut href='https://certbot.eff.org/'>Certbot</LinkOut> to generate <LinkOut href='https://letsencrypt.org/'>Let’s Encrypt TLS certificates</LinkOut> to secure exposed ports using HTTPS.
88

9+
:::note
10+
While Docker Compose could serve as a production deployment, it is an environment best suited for development and testing. For more information, refer to Docker's <LinkOut href='https://docs.docker.com/compose/intro/features-uses/#common-use-cases-of-docker-compose'>documentation</LinkOut> on common use cases.
11+
:::
12+
913
## Prerequisites
1014

1115
### Domain and subdomains setup

packages/documentation/src/content/docs/overview/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The [Local Playground](/integration/playground/overview) allows you to test Rafi
1515

1616
## Use cases
1717

18-
### Peer-to-peer payments
18+
### Peer-to-peer payments between ASEs
1919

2020
In the context of Rafiki, a peer is another ASE with whom you transact. Forming a peering relationship requires you to both agree on the currency in which you will transact, on a settlement mechanism and cadence, and other details. Interledger creates interoperability between different payment systems and currencies, making it easier for peers to directly transact with one another.
2121

0 commit comments

Comments
 (0)