Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links #2614

Merged
merged 35 commits into from
Feb 19, 2025
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
450f620
ibexa_dxp_v3.2.md: Fix link to REST JWT
adriendupuis Nov 13, 2024
53685e8
graphql_operations.md: Fix link to mutation doc
adriendupuis Feb 14, 2025
7089be6
mkdocs.yml: symfony.com/doc/5.4 → 5.x
adriendupuis Feb 14, 2025
e0b8ec2
php_api.md: [[= symfony_doc =]] syntax
adriendupuis Feb 14, 2025
c599670
rest_requests.md: Update Allow header doc
adriendupuis Feb 14, 2025
16597b3
testing_rest_api.md: remove tool reco
adriendupuis Feb 14, 2025
2626781
reorder.md: Fix "Merge carts" link
adriendupuis Feb 14, 2025
0bed70e
enable_paypal_payments.md: update link
adriendupuis Feb 14, 2025
e4796a5
payum_integration.md: update link
adriendupuis Feb 14, 2025
91de62c
transactional_emails.md: update links
adriendupuis Feb 14, 2025
0543840
importing_data.md: update links
adriendupuis Feb 14, 2025
984d6a7
fastly_io.md: developer.fastly.com/learning → www.fastly.com/document…
adriendupuis Feb 14, 2025
a71b1e1
install_ibexa_dxp.md: Update how-to-install-lamp-stack-on-ubuntu link
adriendupuis Feb 14, 2025
53b0c9e
install_with_ddev.md: Update get-docker
adriendupuis Feb 14, 2025
68957d6
install_ibexa_dxp.md: Update link to prod HTTP server
adriendupuis Feb 14, 2025
caba85b
requirements.md: Update Redis doc links
adriendupuis Feb 14, 2025
ae81ecc
ibexa_commerce.md: Fix anchor link syntax `##`→`#`
adriendupuis Feb 14, 2025
22c20e4
fastly.md: developer.fastly.com/reference → www.fastly.com/documentat…
adriendupuis Feb 14, 2025
2bc7231
reverse_proxy.md: developer.fastly.com/learning → www.fastly.com/docu…
adriendupuis Feb 14, 2025
7dbab5d
persistence_cache.md: Update redis doc links
adriendupuis Feb 14, 2025
ea8a2a6
persistence_cache.md: Update Google Cloud link
adriendupuis Feb 14, 2025
00a0880
clustering_with_ddev.md: Update jq homepage
adriendupuis Feb 14, 2025
7a9faa8
clustering_with_ddev.md: Update Redis doc links
adriendupuis Feb 14, 2025
559b699
sessions.md: Update Redis doc links
adriendupuis Feb 14, 2025
f1142ee
siteaccess_matching.md: rm PHP doc example anchor
adriendupuis Feb 14, 2025
89b9d51
install_elasticsearch.md: Update Docker overview link
adriendupuis Feb 14, 2025
b969c95
install_solr.md: Update Solr docs links
adriendupuis Feb 15, 2025
cd40779
date_twig_filters.md: update anchor
adriendupuis Feb 15, 2025
b2e72af
new_in_doc.md: Add trailing / to few links
adriendupuis Feb 17, 2025
f625465
new_in_doc.md: target latest instead of master
adriendupuis Feb 17, 2025
17fc408
Apply suggestions from code review
adriendupuis Feb 17, 2025
ed1de59
Merge branch 'master' into fix-links
adriendupuis Feb 19, 2025
4f2c17e
site_factory_configuration.md: Fix "assigning roles" link
adriendupuis Feb 19, 2025
011dd5f
site_factory_configuration.md: "assigning roles" link w/ [[= user_doc…
adriendupuis Feb 19, 2025
87f01d3
Merge branch 'master' into fix-links
adriendupuis Feb 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ibexa_dxp_v3.2.md: Fix link to REST JWT
  • Loading branch information
adriendupuis committed Feb 14, 2025
commit 450f620384e2874008e113a3601bfbc97b5185ea
2 changes: 1 addition & 1 deletion docs/release_notes/ibexa_dxp_v3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ For more information, see [Using `ez_render` Twig helpers](https://doc.ibexa.co/

### JWT authentication

You can now use JWT tokens to authenticate in [REST API](https://doc.ibexa.co/en/latest/api/general_rest_usage/#jwt-authentication)
You can now use JWT tokens to authenticate in [REST API](https://doc.ibexa.co/en/latest/api/rest_api/rest_api_authentication/#jwt-authentication)
and [GraphQL](https://doc.ibexa.co/en/latest/api/graphql/#jwt-authentication).

See [JWT authentication](https://doc.ibexa.co/en/latest/guide/security/#jwt-authentication) to learn how to configure this authentication method.
Expand Down