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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
# To enable this plugin, add to your '_config.local.yml' the following:
7
+
#
8
+
# debug: site_post_render
9
+
#
10
+
# This plugin runs an IRB session (https://github.com/ruby/irb) of a Jekyll application in a serving mode when it's at a state after rendering the whole site, but before writing any files.
11
+
# See the ":site, :post_render" hook: https://jekyllrb.com/docs/plugins/hooks/
12
+
# Available objects to explore are 'site' and 'payload'.
13
+
#
14
+
# Several helpful methods (to use a method, chain to an object such as 'site.methods', 'payload.keys'):
15
+
# - '.methods.sort'
16
+
# - '.instance_variables.sort'
17
+
# - '.keys.sort'
18
+
#
19
+
# Examples:
20
+
#
21
+
# To view available configuration data of the site
# To enable this plugin, add to your '_config.local.yml' the following:
7
+
#
8
+
# debug: site_pre_render
9
+
#
10
+
# This plugin runs an IRB session (https://github.com/ruby/irb) of a Jekyll application in a serving mode when it's at a state just before rendering the whole site.
11
+
# See the ":site, :pre_render" hook: https://jekyllrb.com/docs/plugins/hooks/
12
+
# Available objects to explore are 'site' and 'payload'.
13
+
#
14
+
# Several helpful methods (to use a method, chain to an object such as 'site.methods', 'payload.keys'):
15
+
# - '.methods.sort'
16
+
# - '.instance_variables.sort'
17
+
# - '.keys.sort'
18
+
#
19
+
# Examples:
20
+
#
21
+
# To view available configuration data of the site
- description: Added a new topic describing how to [customize the Magento Admin design](https://devdocs.magento.com/guides/v2.4/howdoi/admin/customize_admin.html).
- description: Instructions on how to remove plugins from the [Elasticsearch service](https://devdocs.magento.com/cloud/project/services-elastic.html#additional-search-configuration).
- description: Added detailed examples to [Define the GraphQL schema for a module](https://devdocs.magento.com/guides/v2.4/graphql/develop/create-graphqls-file.html).
- description: Reorganized the [system requirements](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html) pages in the Magento Installation
78
-
Guide to to make it more coherent.
196
+
- description: Reorganized the [system requirements](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html)
197
+
pages in the Magento Installation Guide to to make it more coherent.
0 commit comments