Skip to content

Conversation

@yuriipalam
Copy link
Contributor

@yuriipalam yuriipalam commented Feb 9, 2026

As discussed earlier here https://lists.apache.org/thread/0ojmobpnyk44lbghqxh2c231c3bm6t6t
I’m presenting the new documentation website. You can check this out here:
https://hbase-landing.vercel.app/docs/

What’s been done:

  • Converted all asciidoc files to mdx (extended markdown). 99% of the content preserved, checked it manually multiple times.
  • Multi-page by default, single-page as an alternative option for those who got used to it.
  • Multi-page has a powerful search. The whole website is static and pre-rendered at a build time.
  • “Edit on GitHub” button is at the bottom of each section that leads directly to the source of the section. Doesn’t work in the demo website because it leads to the original repo, and the change is not merged yet.
  • Dark mode support.
  • The UI now looks modern and beautiful, the user/dev experience is improved significantly.
  • The landing page and documentation are now one application.
  • The PDF generation is integrate into the build process. PDFs are also available in both Dark and Light modes.
  • The old docs are still available at "/book.html" with a banner that the page is legacy, so people with bookmarks/notes won't get the 404 error.

Thanks!

Copy link
Contributor

@PDavid PDavid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks Yurii for this nice PR. What a changeset! I think it is a new record. 😃

@@ -2430,7 +2399,7 @@
HBase requires at least version ${maven.min.version} of Maven to properly build from source.
You appear to be using an older version. You can use either "mvn -version" or
"mvn enforcer:display-info" to verify what version is active.
See the reference guide on building for more information: https://hbase.apache.org/book.html#build</message>
See the documentation for more information: https://hbase.apache.org/docs/</message>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we maybe link to the relevant chapter here? e.g.
https://hbase-landing.vercel.app/docs/building-and-developing/building

README.md Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I ask why the top-level README was deleted? I guess we should restore it?

Copy link
Contributor

@Jaehui-Lee Jaehui-Lee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new docs look much more modern and polished. Great work!

* @param {string} xmlContent - The content of the hbase-default.xml file
* @returns {Array<Object>} Array of property objects
*/
export function parseProperties(xmlContent) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: hbase-default.md has a duplicate entry for hbase.zookeeper.property.initLimit. This is because parseProperties() also picks up the example block inside an XML comment in hbase-default.xml. How about stripping comments before parsing?

DocsPage as FumaDocsPage,
DocsTitle as FumaDocsTitle
} from "@/components/docs/layout/docs/page";
import defaultMdxComponents from "fumadocs-ui/mdx";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: A link icon appears on heading hover, but it's not clickable since it disappears when moving the cursor toward it. It might be better to just hide it.

@ndimiduk
Copy link
Member

Heya @yuriipalam can you try squishing down your commit history. I've seen Yetus have trouble when there's too many commits. But, I'm 90% sure that these failures were due to a transient failure in the github API... I've been seeing the fail unicorn a lot lately. Anyway, give that a try, hopefully at least the general check will run. Thank boss!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants