Skip to content

Commit cb866fc

Browse files
committed
chore: fixed title and minor formatting fix
1 parent f39b3bd commit cb866fc

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/overview/open-source-website-builder.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
---
2+
title: Open source Chai Builder SDK
3+
description:
4+
---
15
The @chaibuilder/sdk is the core foundation of the ChaiBuilder ecosystem. It is a pure React-based website builder that provides all the essential tools and components needed to create and customize websites visually using React and Tailwind CSS.
26

3-
##Key Features
7+
## Key Features
48
- Pure React Implementation: Built entirely with React, making it compatible with the React ecosystem
59
- Tailwind CSS Integration: First-class support for Tailwind CSS styling
610
- Visual Building Experience: Intuitive interface for rapid website creation
@@ -77,16 +81,16 @@ export default async function Page () => {
7781
## Extending Builder
7882
The SDK allows you to extend its functionality by adding custom blocks. Also the builder allows you to add/overwrite certain functionality via our extension apis.
7983

80-
- `registerChaiBlock()`
81-
- `registerChaiMediaManager()`
82-
- `registerChaiFont()`
83-
- `registerChaiSidebarPanel()`
84+
- [registerChaiBlock](/docs/developers/register-custom-chai-block)
85+
- [registerChaiMediaManager](/docs/developers/register-custom-chai-block)
86+
- [registerChaiFont](/docs/developers/register-custom-chai-block)
87+
- [registerChaiSidebarPanel](/docs/developers/register-custom-chai-block)
8488

8589
### When to Use SDK vs. Pages
8690
Use @chaibuilder/sdk when you want to build your own solution. You will need to handle everything from storage to authentication and more.
8791
Use @chaibuilder/pages when you want a complete solution where everything is handled for you.
8892

89-
> 💡 [Learn more](/docs/chaibuilder-sdk-vs-pages) about @chaibuilder/sdk vs @chaibuklder/pages
93+
> 💡 [Learn more](/docs/overview/chaibuilder-sdk-vs-pages) about @chaibuilder/sdk vs @chaibuklder/pages
9094

9195
## Open Source
9296
The ChaiBuilder SDK is open source and available on GitHub. Contributions from the community are welcome.

0 commit comments

Comments
 (0)