Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Tooltips for CodeBlocks #6435

Open
dannysheridan opened this issue Mar 13, 2025 · 1 comment
Open

Document Tooltips for CodeBlocks #6435

dannysheridan opened this issue Mar 13, 2025 · 1 comment
Assignees
Labels
documentation Related to buildwithfern.com/learn feature/markdown-parsing Related to how Fern Docs processes markdown or MDX files

Comments

@dannysheridan
Copy link
Member

What's the issue?

Missing content (not covered in the docs)

URL of the documentation page (if applicable)

No response

Describe the gap or issue

https://tooltip-test.ferndocs.app/home

How should this be improved?

No response

Are you interested in contributing this improvement?

No

Attach Files (Optional)

No response

@dannysheridan dannysheridan added the documentation Related to buildwithfern.com/learn label Mar 13, 2025
@dannysheridan
Copy link
Member Author

We’ve added in the app router deployment the ability to pass in tooltips.

<Template
	data={{ API_KEY: "123456" }}
	tooltips={{
		API_KEY: (
			<p>
				This is a tooltip, you can use jsx here.
			</p>
		)
	}}
>

```ts
console.log(`{{API_KEY}}`);
```

</Template>

@dannysheridan dannysheridan added the feature/markdown-parsing Related to how Fern Docs processes markdown or MDX files label Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Related to buildwithfern.com/learn feature/markdown-parsing Related to how Fern Docs processes markdown or MDX files
Development

No branches or pull requests

2 participants