Rohit

Results 3 issues of Rohit

I'm trying customize the annotation 'Index - Nextra' to 'Index - Company', I'm unable to do with the instructions below. https://nextra.site/docs/docs-theme/theme-configuration#dynamic-tags-based-on-page

How do I remove / customize this part of the site?

**Describe the bug** The useMonaco hook in Vite project is causing uncaught promise error. **To Reproduce** ``` import CodeEditor, { Monaco, useMonaco } from '@monaco-editor/react' const monaco = useMonaco(); //this...