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 +