You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(4.x): update references from master to 4.x (#2453)
## Description
Follow-up on #2433 for
`4.x` (previously called `master`)
## What type of PR is this? (check all applicable)
- [ ] Bug Fix
- [ ] Feature
- [x] Refactor
- [ ] Deprecation
- [ ] Breaking Change
- [x] Documentation Update
- [x] CI
## Checklist
- [ ] I have made corresponding changes to the documentation (`docs/`)
- [ ] I have made corresponding changes to the changelog
(`CHANGELOG.md`)
You can have a look at the `original template <https://github.com/nelmio/NelmioApiDocBundle/blob/master/templates/SwaggerUi/index.html.twig>`_, in ``/templates/SwaggerUi/index.html.twig``, to see which blocks can be overridden.
71
+
You can have a look at the `original template <https://github.com/nelmio/NelmioApiDocBundle/blob/4.x/templates/SwaggerUi/index.html.twig>`_, in ``/templates/SwaggerUi/index.html.twig``, to see which blocks can be overridden.
72
72
73
73
Assets Loading Options
74
74
-----------------------
@@ -85,7 +85,7 @@ The `html_config` settings allow you to configure how assets are loaded for the
85
85
`assets_mode`
86
86
~~~~~~~~~~~~~
87
87
88
-
The three values possible values can be found in `AssetsMode.php <https://github.com/nelmio/NelmioApiDocBundle/blob/master/src/Render/Html/AssetsMode.php>`_
88
+
The three values possible values can be found in `AssetsMode.php <https://github.com/nelmio/NelmioApiDocBundle/blob/4.x/src/Render/Html/AssetsMode.php>`_
89
89
- **cdn**: Loads assets from `jsDelivr <https://www.jsdelivr.com/>`_.
90
90
- **bundle**: Fetches assets from the bundle in the vendor directory, including updates.
91
91
- **offline**: Loads assets from the local `assets` directory, requiring the developer to update them manually.
0 commit comments