phlex.fun icon indicating copy to clipboard operation
phlex.fun copied to clipboard

Public documentation is out of date?

Open jherdman opened this issue 7 months ago • 2 comments

Greetings!

I'm in the middle of porting a project to Phlex, and I believe that the documentation may be out of date that's available at phlex.fun. Consider the Rails' layout page:

https://www.phlex.fun/rails/layouts.html

This appears to be lacking content pertaining to the around_template helper that I see in the repo:

https://github.com/phlex-ruby/phlex.fun/blob/b6e7782d4a4aeac1f45ca2879c52f3f4fb55ab2e/rails/layouts.md

Would it be possible to update the public documentation?

jherdman avatar Apr 05 '25 15:04 jherdman

The documentation talks about around_template, what do you think is missing? You're very welcome to suggest edits via GitHub. There's a link at the bottom of each page on the website that should take you directly to an edit page.

joeldrapper avatar Apr 05 '25 15:04 joeldrapper

My apologies, I could have been more clear. There are examples in the repo that aren't published on the website. Specifically https://github.com/phlex-ruby/phlex.fun/blob/b6e7782d4a4aeac1f45ca2879c52f3f4fb55ab2e/rails/layouts.md#combining-inheritance-and-composition

jherdman avatar Apr 05 '25 16:04 jherdman