# @univerjs/docs-hyper-link

> Language fallback: requested `zh-CN`; content is `en-US`.

- Human documentation: [https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs/docs-hyper-link](https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs/docs-hyper-link)

- Agent Markdown: [https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs/docs-hyper-link.md](https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs/docs-hyper-link.md)

- Requested language: `zh-CN`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

- Source: [packages/plugins/univerjs/docs-hyper-link.mdx](https://github.com/dream-num/documentation/blob/dev/content/reference/packages/plugins/univerjs/docs-hyper-link.mdx)

---

Hyperlink model and commands for Univer Docs.

```typescript
// [!code word:UniverDocsHyperLinkPlugin]
// [!code word:IUniverDocsHyperLinkConfig]
import { UniverDocsHyperLinkPlugin } from '@univerjs/docs-hyper-link'

univer.registerPlugin(UniverDocsHyperLinkPlugin, IUniverDocsHyperLinkConfig)
```

## IUniverDocsHyperLinkConfig

```ts
export interface IUniverDocsHyperLinkConfig {
}
```
