Skip to content

Commit bd49850

Browse files
committed
more edits
1 parent 6ea9571 commit bd49850

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/_data.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,5 @@ sidebar:
1919
- docs/integration/c/
2020
- docs/integration/cpp/
2121
- docs/frameworks/angular/
22+
- docs/frameworks/sveltekit/
2223
- docs/lsp/
23-
- section: Frameworks
24-
children:
25-
- docs/frameworks/sveltekit/

docs/integration/js.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ advanced uses are possible, which are documented in the API documentation.
1313
> number of higher-level framework-specific integration packages are available:
1414
>
1515
> - [Angular](../../frameworks/angular)
16+
> - [SvelteKit](../../frameworks/sveltekit)
1617
1718
## Installation and setup
1819

docs/quick-start.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ To use MessageFormat 2 in a project, follow these set up guides:
1515
- [C](/docs/integration/c)
1616
- [C++](/docs/integration/cpp)
1717

18+
If you are using a web framework, you may want to check out one of the
19+
framework-specific integration guides and packages:
20+
21+
- [Angular](/docs/frameworks/angular)
22+
- [SvelteKit](/docs/frameworks/sveltekit)
23+
1824
To set up your editor or IDE to work with MessageFormat 2, see the
1925
[editor setup](/docs/lsp) guide.
2026

0 commit comments

Comments
 (0)