Use shorter URL for docs link (#1324)
This commit is contained in:
parent
64e1c7df75
commit
523aeec544
|
@ -186,8 +186,7 @@ export const useSlashCommandProcessor = (
|
||||||
name: 'docs',
|
name: 'docs',
|
||||||
description: 'open full Gemini CLI documentation in your browser',
|
description: 'open full Gemini CLI documentation in your browser',
|
||||||
action: async (_mainCommand, _subCommand, _args) => {
|
action: async (_mainCommand, _subCommand, _args) => {
|
||||||
const docsUrl =
|
const docsUrl = 'https://goo.gle/gemini-cli-docs';
|
||||||
'https://github.com/google-gemini/gemini-cli/blob/main/docs/index.md';
|
|
||||||
if (process.env.SANDBOX && process.env.SANDBOX !== 'sandbox-exec') {
|
if (process.env.SANDBOX && process.env.SANDBOX !== 'sandbox-exec') {
|
||||||
addMessage({
|
addMessage({
|
||||||
type: MessageType.INFO,
|
type: MessageType.INFO,
|
||||||
|
|
Loading…
Reference in New Issue