diff --git a/docs/appendixes/bugs.md b/docs/appendixes/bugs.md deleted file mode 100644 index 7a4489b5..00000000 --- a/docs/appendixes/bugs.md +++ /dev/null @@ -1,5 +0,0 @@ -BUGS -==== - -Check the `BUGS` file that comes with the latest distribution of Smarty, -or check the website. diff --git a/docs/appendixes/resources.md b/docs/appendixes/resources.md deleted file mode 100644 index fe111853..00000000 --- a/docs/appendixes/resources.md +++ /dev/null @@ -1,15 +0,0 @@ -Resources {#inforesources} -========= - -Smarty\'s homepage is located at [URL.SMARTY](&url.smarty;) - -- You can join the mailing list by sending an e-mail to ``. An archive - of the mailing list can be viewed at [here](&url.ml.archive;) - -- Forums are at [URL.FORUMS](&url.forums;) - -- The wiki is located at [URL.WIKI](&url.wiki;) - -- Join the chat at [irc.freenode.net\#smarty](&url.wiki;) - -- FAQ\'s are [here](&url.faq_1;) and [here](&url.faq_2;) diff --git a/docs/index.md b/docs/index.md index 380c7671..84413cd2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,4 +24,8 @@ Smarty is a template engine for PHP, facilitating the separation of presentation - [Caching](./programmers/caching.md) - [Resources](./programmers/resources.md) - [Advanced Features](./programmers/advanced-features.md) -- [Extending Smarty With Plugins](./programmers/plugins.md) \ No newline at end of file +- [Extending Smarty With Plugins](./programmers/plugins.md) + +## Other +- Some random [tips & tricks](./appendixes/tips.md) +- [Troubleshooting](./appendixes/troubleshooting.md)