docs: Fix some warnings

This commit is contained in:
James Westman 2023-05-06 21:34:17 -05:00
parent 8fcd08c835
commit 77dc9350e9
4 changed files with 6 additions and 8 deletions

View file

@ -53,9 +53,7 @@ Features
- **Concise syntax.** No more clumsy XML! Blueprint is designed from the ground
up to match GTK's widget model, including templates, child types, signal
handlers, and menus.
- **Easy to learn.** The syntax should be very familiar to most people. Scroll
through the :doc:`examples page <examples>` for a quick overview of the whole
language.
- **Easy to learn.** The syntax should be very familiar to most people. Take a look at the :doc:`reference <reference/index>` to get started.
- **Modern tooling.** Blueprint ships a `Language Server <https://microsoft.github.io/language-server-protocol/>`_ for IDE integration.
Links