-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[WIP] Rewrote Templating Docs #2735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
============= | ||
|
||
The assets helper's main purpose is to make your application more portable by | ||
generating assets's paths: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assets'
Yes, we can do that. I somewhat wrote everything myself, so a grammar check is definitely needed... I already see some errors, I'll fix thoses tomorrow if you don't merge it tonight. And I like to get answers on your 2 mentions here 😺 |
|
||
* :doc:`/components/templating` | ||
* :doc:`/components/templating/introduction` | ||
* :doc:`/components/templating/usage` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This document is already removed.
@weaverryan I've updated it and squashed the commits. Ready for review! @bghazy I'm sorry, your contribution is lost while squashing. We still have your content, but it's now on my name :( |
@wouterj no problem ... we are all working for the community :) |
[WIP] Rewrote Templating Docs
Hi Wouter! Merged! Yea! Very nice job with this! I've made my normal small tweaks at sha: e24376c, but it was all very minor. Thanks! |
I wanted to fix #955 and it turns out that a complete rewrite was better. It uses the same structure as the console documentation: helper docs got their own articles and one big article talking about the other functionality.
TODO
From the things ryan gave in #955:
EngineInterface
@weaverryan, what do you mean with (1)? A doc about how to create your own engine?
The Future
The
cookbook/templating/PHP
doc is now somewhat equal to this one. In the future, we should do something like what #2545 does withbook/translation
.