From c048adf7b7583e90d58339a544694b3f48a4ce07 Mon Sep 17 00:00:00 2001 From: Roman Borysenko Date: Tue, 13 Feb 2018 18:13:09 +0200 Subject: [PATCH] Update index.rst (#1223) * Update index.rst * Create faq.rst Frequently Asked Questions added * Update faq.rst * Update index.rst Comment removed * Update index.rst * Update index.rst * Update index.rst * Update index.rst * Update index.rst --- Resources/doc/faq.rst | 12 ++++++++++++ Resources/doc/index.rst | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Resources/doc/faq.rst diff --git a/Resources/doc/faq.rst b/Resources/doc/faq.rst new file mode 100644 index 0000000..62317f6 --- /dev/null +++ b/Resources/doc/faq.rst @@ -0,0 +1,12 @@ +Frequently Asked Questions (FAQ) +================================ + + +Q: How do I fix 404 or 406 HTTP status on NelmioApiDocBundle assets files (css, js, images)? + +A: Just execute this command to solve it: + + +.. code-block:: bash + + $ bin/console assets:install --symlink diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index 1bf606e..a3fcadf 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -274,5 +274,7 @@ If you need more complex features, take a look at: :maxdepth: 1 areas - + faq + .. _`Symfony PropertyInfo component`: https://symfony.com/doc/current/components/property_info.html +