Skip to content

Commit 16fb1bc

Browse files
DOC-1948: Add anchor links to Oro documentation pages to improve SEO (#33837)
1 parent 534f608 commit 16fb1bc

File tree

108 files changed

+1030
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+1030
-16
lines changed

api/authentication/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ Out-of-the-box, OroPlatform provides the following authentication mechanism:
1919

2020
Please note that WSSE authentication is deprecated and will be removed in one of the future LTS releases.
2121
Use :ref:`OAuth authentication<web-services-api--authentication--oauth>` instead.
22+
23+
24+
.. admonition:: Business Tip
25+
26+
Looking to make a digital commerce investment? Evaluate the |best B2B eCommerce platforms| on our comparison page.
27+
28+
.. include:: /include/include-links-seo.rst
29+
:start-after: begin

api/authentication/oauth-client-credentials.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,12 @@ An example of an API request:
7272
Authorization: Bearer your access token
7373
7474
.. note:: Access tokens for back-office and storefront API are not interchangeable. If you attempt to request data for the storefront API with a token generated for the back-office application, access will be denied.
75+
76+
77+
.. admonition:: Business Tip
78+
79+
|What is B2B eCommerce| and how does it differ from B2C? Read our guide to find out.
80+
81+
82+
.. include:: /include/include-links-seo.rst
83+
:start-after: begin

api/authentication/oauth.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,13 @@ Generate Tokens
4747
to the storefront API resources is enabled automatically.
4848

4949

50+
.. admonition:: Business Tip
51+
52+
Want to take advantage of the new digital commerce trend? Check out everything you need to know about a |B2B wholesale marketplace|.
53+
54+
5055
.. include:: /include/include-links-dev.rst
5156
:start-after: begin
57+
58+
.. include:: /include/include-links-seo.rst
59+
:start-after: begin

api/enabling-api-feature.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,13 @@ on the :ref:`global <admin-configuration-application>` and :ref:`organization <a
1414
on the :ref:`global <admin-configuration-application>`, :ref:`organization <admin-configuration-application-org>`, and :ref:`website <admin-configuration-application-website>` levels.
1515

1616

17+
.. admonition:: Business Tip
18+
19+
Explore our guide on eCommerce to find out |B2B ecommerce meaning|, benefits, and examples.
20+
21+
1722
.. include:: /include/include-images.rst
1823
:start-after: begin
24+
25+
.. include:: /include/include-links-seo.rst
26+
:start-after: begin

api/http-methods.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ Below is a table summarizing HTTP methods by its idempotency and safety:
6363
+-------------+------------+------+
6464

6565

66+
.. admonition:: Business Tip
67+
68+
Researching |B2B eCommerce platforms|? Explore our platform comparison guide to help you make an informed decision.
69+
70+
6671
.. _web-services-api--http-methods--get:
6772

6873
GET
@@ -130,8 +135,13 @@ On successful deletion, the HTTP response status code 204 (No Content) returns w
130135
If you DELETE a resource, it is removed. Repeatedly calling DELETE on that resource will often return a 404 (NOT FOUND) status code since it was already removed and, therefore, is no longer findable.
131136

132137

138+
139+
133140
.. include:: /include/include-links-dev.rst
134141
:start-after: begin
135142

136143
.. include:: /include/include-images.rst
137144
:start-after: begin
145+
146+
.. include:: /include/include-links-seo.rst
147+
:start-after: begin

api/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,21 @@ Find more information about Web API in the following topics:
5353

5454
The documentation for the server-side developers can be found in :ref:`API Developer Guide <web-api>`.
5555

56+
57+
.. admonition:: Business Tip
58+
59+
Looking for the |open source B2B eCommerce platform| that can meet your business needs? Make sure to check our comprehensive platform comparison page.
60+
61+
62+
63+
64+
5665
.. include:: /include/include-links-dev.rst
5766
:start-after: begin
5867

68+
.. include:: /include/include-links-seo.rst
69+
:start-after: begin
70+
5971
.. toctree::
6072
:hidden:
6173

backend/api/batch-api.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,14 @@ The following example shows how to reconfigure this adapter to use a local files
129129
You can find more examples in |KnpGaufretteBundle documentation|.
130130

131131

132+
133+
.. admonition:: Business Tip
134+
135+
Explore our guide to learn how |digital transformation in manufacturing industry| improves operations, customer experiences, and sales.
136+
137+
132138
.. include:: /include/include-links-dev.rst
139+
:start-after: begin
140+
141+
.. include:: /include/include-links-seo.rst
133142
:start-after: begin

backend/api/how-to.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,5 +1299,14 @@ a new ``Acme\Bundle\DemoBundle\Entity\SomeEntity`` entity:
12991299
- { name: oro.api.processor, action: customize_form_data, event: post_submit, class: Acme\Bundle\DemoBundle\Entity\SomeEntity }
13001300
13011301
1302+
.. admonition:: Business Tip
1303+
1304+
Do you want to get started with |digitalization in manufacturing|? Explore our guide for essential tips, best practices, and success stories.
1305+
1306+
1307+
.. include:: /include/include-links-seo.rst
1308+
:start-after: begin
1309+
1310+
13021311
.. include:: /include/include-links-dev.rst
13031312
:start-after: begin

backend/architecture/framework/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ If you are ready to publish your adjustment in the Oro application for free or p
7777
:ref:`How to Add an Extension to the OroPlatform Extensions Store <dev-cookbook-framework-how-to-add-extension-to-marketplace>`
7878
article for the details on how to do this.
7979

80+
.. admonition:: Business Tip
81+
82+
Are you looking for |digital transformation examples in manufacturing|? Discover business cases and digitization success stories in our article.
83+
84+
8085
Related Cookbook Articles
8186
-------------------------
8287

@@ -93,3 +98,6 @@ Related Cookbook Articles
9398

9499
.. include:: /include/include-links-dev.rst
95100
:start-after: begin
101+
102+
.. include:: /include/include-links-seo.rst
103+
:start-after: begin

backend/architecture/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,14 @@ Architecture Overview
4242
custom-application
4343
Bundle-less Structure <bundle-less-structure>
4444

45+
.. admonition:: Business Tip
46+
47+
Are you in the process of selecting the |best eCommerce platform for B2B|? Evaluate nine alternatives on our B2B comparison page.
48+
49+
4550
.. include:: /include/include-links-dev.rst
4651
:start-after: begin
52+
53+
54+
.. include:: /include/include-links-seo.rst
55+
:start-after: begin

0 commit comments

Comments
 (0)