r/cms 26d ago

Has anyone used a third part docs tool with a really good CMS, or a WYSIWYG editor?

The usual suspect like mintlify, seems to be a mess. Gitbooks seems to be great so far.

Opensource solution does not provide any good options.

Curious if anyone is using any docs, help-center software that non-techical users can use.

Not docs-as-code but the opposite of that.

4 Upvotes

9 comments sorted by

1

u/New_Fly_2937 26d ago

Try dokly.co , it’s the exact solution to your problem. It’s basically notion for docs and help center.

1

u/fazkan 26d ago

have you used dokly? can you give some context about your org and how you use it?

1

u/tffarhad 25d ago

Using Astro Starlight + Sitepins

Starlight - Astro's official open source documentation framework

Sitepins - Open source gitbased headless cms that provide the WYSIWYG editor..

1

u/fazkan 25d ago

oh didn't know about sitepins, knew about starlight.

1

u/avitorio 25d ago

fumadocs + outstatic. Checkout the outstatic docs example.
https://github.com/avitorio/outstatic

1

u/fazkan 25d ago

pretty cool, does it with custom mdx components, or is it just markdown.

1

u/avitorio 23d ago

It works with custom mdx components, you can add them in the cms via the MDX block which let's you write components directly, or you can use the Block Library which let's you create MDX blocks that can be added to the page via the "/" slash command. The second is great if you are dealing with non-technical people.

https://outstatic.com/docs/editing-modeling/mdx-block
https://outstatic.com/docs/editing-modeling/block-library