Skip to content

Commit

Permalink
docs: fix incorrect page titles due to badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Jan 8, 2025
1 parent bca7ec8 commit c052d01
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/configuration/appearance.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
title: Appearance
---
# Appearance <Badge type="info"><a href="./reference#appearance">Go to default configuration</a></Badge>

If you're looking for how to change the appearance of the completion menu, check out the [menu draw configuration](./completion#completion-menu-draw).
Expand Down
3 changes: 3 additions & 0 deletions docs/configuration/signature.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
title: Signature
---
# Signature <Badge type="info"><a href="./reference#signature">Go to default configuration</a></Badge>

> [!IMPORTANT]
Expand Down
3 changes: 3 additions & 0 deletions docs/configuration/snippets.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
title: Snippets
---
# Snippets <Badge type="info"><a href="./reference#snippets">Go to default configuration</a></Badge>

Blink uses the `vim.snippet` API by default for expanding and navigating snippets. The built-in `snippets` source will load [friendly-snippets](https://github.com/rafamadriz/friendly-snippets), if available, and load any snippets found at `~/.config/nvim/snippets/`. For use with Luasnip, see the [Luasnip section](#luasnip).
Expand Down
3 changes: 3 additions & 0 deletions docs/configuration/sources.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
title: Sources
---
# Sources <Badge type="info"><a href="./reference#sources">Go to default configuration</a></Badge>

> [!NOTE]
Expand Down

0 comments on commit c052d01

Please sign in to comment.