I use GitBook and I love it

Search for a command to run...

No comments yet. Be the first to comment.
Hey guys, An update after I posted the āLaravel Excel: How to append rows to an existing Excel fileā a while back. This post will give you another solution and probably a better way to export that fits every case. Problems Previously, when trying to ...

Hey guys, An easy topic for today! Make something a default (e.g., category, product, campaign, etc). Letās go with the categories table for the examples. Letās say we only want one category to be the default one. And find out which is the optimal wa...
Hey guys, Probably a chapter 2 of this https://sethphat.dev/why-is-wordpress-still-an-awesome-cms blog post, haha. Here was the story: Iāve been spending like 2 days figuring out which CMS I want to use for my new blog (for my new hobby lol) Letās se...

Hey guys, Well damn, it has been a while since my last post lol, lazy & busy. But here I am, back to write useful tips for yāall š„¹ Let us do some exporting tasks for today, using Laravel Excel to export XLSX (yeah CSV is so 2010 lol). But, append mo...

Hey guys, Recently, I just bought Herd PRO (a yearly subscription). Iāve been using the basic Herd since the first release. So, my latest work required interaction with S3 storage, there are several ways to achieve that in the local env: Use Cloud (...

Hi guys,
Today, I will provide you with an overview of GitBook, one of the best documentation platforms I have ever had the pleasure of using.
GitBook is a documentation platform on CLOUD, freemium and provides great features for writing documentation.
Blazing fast and UX-friendly.
Awesome WYSIWYG editor.
Highly customizable (a lot of options for a free account)
Easy to collaborate with team members.
Your documentation will be versioned similarly to how you push changes to Git.
Lost your internet connection while writing? Don't worry, everything will be stored locally, ensuring you don't lose any progress and can continue working seamlessly.
Fast searching on the published site.
...
Yeah, you guys wouldn't believe it if I didn't add any site here, right?
Here are they:
https://phattranminh96.gitbook.io/vue-form-builder/
https://docking.shipsaas.tech/
I am using GitBook as a Free user for my OSS projects and I enjoy using it.
They offer many cool features for free users, which in a way contribute to the open-source software community. I truly appreciate it.
I've been using Docusaurus too, for both of documentation site & normal website (for showcase, the home page)
With Docusaurus, I have to:
Set up a repository.
Set up a deployment pipeline.
GitHub Pages
Buy a VPS
Write doc on IDE/Editor.
Doing the styling on my own in the hard way.
...
Which could be troublesome for OSS projects or even work projects.
However, you can build the documentation site and place it under a VPN, ensuring that it can only be accessed by internal users (your company or organization). With GitBook, you need to purchase a seat for each individual who wants to read the documentation.
I've used ReadTheDocs once, the self-hosted version, and for that, it is exactly the same as Docusaurus.
I haven't used the ReadTheDocs cloud version. However, it is free for open-source projects, which is a great feature that I appreciate.
GitBook features a modern UI design and includes various cool elements, while ReadTheDoc has a more traditional design that encourages users to concentrate on the content.
These days, I consistently aim for an 80% focus on work and a 20% focus on documentation. This balance seems to be quite effective.
I hope with this article, you can choose a proper platform to write the documentation of your application for your team members.
Write documentation matters.
Thanks for reading! āļø