mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
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
This commit is contained in:
parent
b5f64ea9cc
commit
c048adf7b7
2 changed files with 15 additions and 1 deletions
12
Resources/doc/faq.rst
Normal file
12
Resources/doc/faq.rst
Normal file
|
@ -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
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue