Skip to content

Commit 260a9a9

Browse files
committed
Introduction typo (fix docs info)
1 parent 1228235 commit 260a9a9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Writerside/topics/01.getting-started/introduction.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cross-platform "out of the box".
3838
extra layers, and no unnecessary data transformations. Just direct, streamlined access to the renderer
3939
— all within a single, unified process.
4040

41-
- Boson **doesn't rely on heavy dependencies** and isn’t a fork of Electron, Tauri, or NativePHP. It takes
41+
- Boson **doesn't rely on heavy dependencies** and isn’t a fork of Electron or NativePHP. It takes
4242
advantage of tools already available on your OS, keeping your application lightweight. Instead of
4343
consuming hundreds of megabytes like typical Electron or NativePHP apps, Boson keeps its footprint
4444
to just a few kilobytes — efficient by design.
@@ -54,10 +54,13 @@ single command: `composer require boson-php/runtime` — and you’re off to the
5454
All the official documentation is available from the sidebar. These are the different categories and
5555
what you can expect on each one:
5656

57-
- **Tutorial**: An end-to-end guide on how to create and publish your first Boson application.
57+
- **Basics**: Documentation pages describing the core components.
58+
- **APIs**: Information on interaction with third-party subsystems.
59+
- **Components**: Description of independent components separately,
60+
which you can use outside of runtime.
61+
- **Distribute**: Documentation containing information about building
62+
(compilation) an application for distribution.
5863
- **Examples**: Quick references to add features to your Boson app.
59-
- **Contributing**: Compiling Boson and making contributions can be daunting. We
60-
try to make it easier in this section.
6164

6265
## Getting Help
6366

0 commit comments

Comments
 (0)