webforj / webforj-docs

https://documentation.webforj.com/
0 stars 1 forks source link

Remove the usage of `<html>` tag from the docs and samples #177

Open hyyan opened 4 months ago

hyyan commented 4 months ago

https://github.com/webforj/webforj/pull/638

Remove the usage of the <html> tag from the documentation and samples, and switch to using the setHtml method. Don't Mention the <html> tag.

For instance : https://documentation.webforj.com/docs/components/button#adding-icons-to-buttons

bbrennanbasis commented 2 weeks ago

The usage of the <html> tag in the docs was only in reference to adding an icon. The following PRs combined will resolve this issue for the docs:

The usage of the <html> tag in the samples will be addressed in the webforj-docs-samples PR #89.