mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-23 13:28:12 +00:00
Matrix-js: align metadata docs links with matrix-js docs path
This commit is contained in:
@@ -42,8 +42,8 @@ const meta = {
|
||||
id: "matrix-js",
|
||||
label: "Matrix-js",
|
||||
selectionLabel: "Matrix-js (plugin)",
|
||||
docsPath: "/channels/matrix",
|
||||
docsLabel: "matrix",
|
||||
docsPath: "/channels/matrix-js",
|
||||
docsLabel: "matrix-js",
|
||||
blurb: "open protocol; configure a homeserver + access token.",
|
||||
order: 70,
|
||||
quickstartAllowFrom: true,
|
||||
|
||||
@@ -44,7 +44,7 @@ async function noteMatrixAuthHelp(prompter: WizardPrompter): Promise<void> {
|
||||
"Use an access token (recommended) or password login to an existing account.",
|
||||
"With access token: user ID is fetched automatically.",
|
||||
"Env vars supported: MATRIX_HOMESERVER, MATRIX_USER_ID, MATRIX_ACCESS_TOKEN, MATRIX_PASSWORD.",
|
||||
`Docs: ${formatDocsLink("/channels/matrix", "channels/matrix")}`,
|
||||
`Docs: ${formatDocsLink("/channels/matrix-js", "channels/matrix-js")}`,
|
||||
].join("\n"),
|
||||
"Matrix setup",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user