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

Added new entries to the doc #7

Merged
merged 1 commit into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Empty file added acl-xml.md
Empty file.
Empty file added cache-management.md
Empty file.
Empty file added cache-xml.md
Empty file.
Empty file added cli-commands.md
Empty file.
Empty file added cron-groups-xml.md
Empty file.
Empty file added cron-jobs-xml.md
Empty file.
Empty file added cron-jobs.md
Empty file.
Empty file added db-schema-xml.md
Empty file.
Empty file added di-xml.md
Empty file.
Empty file added directory-structure.md
Empty file.
53 changes: 48 additions & 5 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,56 @@
- ## Getting Started
- [Installation guide](/docs/{{version}}/installation-guide)
- [Basic configuration](/docs/{{version}}/basic-configuration)
- [Troubleshooting common installation issues](/docs/{{version}}/troubleshooting-common-installation-issues)
- [Troubleshooting](/docs/{{version}}/troubleshooting-common-installation-issues)
- ## Magento 2 Architecture
- [Overview of the architectural components](/docs/{{version}}/overview-of-the-architectural-components)
- [Architectural overview](/docs/{{version}}/overview-of-the-architectural-components)
- [Diagrams to visually represent the architecture](/docs/{{version}}/diagrams-to-visually-represent-the-architecture)
- [Brief explanation of each component](/docs/{{version}}/brief-explanation-of-each-component)
- ## Development Basics
- [Overview of Magento 2 development](/docs/{{version}}/overview-of-magento-2-development)
- [The Magento application and service contracts](/docs/{{version}}/the-magento-application-and-service-contracts)
- [Getting Started](/docs/{{version}}/overview-of-magento-2-development)
- [Directory Structure](/docs/{{version}}/directory-structure)
- [The Magento application](/docs/{{version}}/the-magento-application)
- [Service Contracts](/docs/{{version}}/service-contracts)
- [Data interfaces and Models](/docs/{{version}}/data-interfaces-and-models)
- ## Frontend Development
- [Theme development](/docs/{{version}}/theme-development)
- [Layouts, Blocks, and Templates](/docs/{{version}}/layouts-blocks-and-templates)
- [JavaScript in Magento 2](/docs/{{version}}/javascript-in-magento-2)
- [CSS preprocessing](/docs/{{version}}/css-preprocessing)
- [Widgets](/docs/{{version}}/widgets)
- [UI Components](/docs/{{version}}/ui-components)
- [KnockoutJS integration](/docs/{{version}}/knockoutjs-integration)
- [RequireJS](/docs/{{version}}/requirejs)
- ## Backend Development
- [Module development](/docs/{{version}}/module-development)
- [Database access & ORM](/docs/{{version}}/database-access-and-orm)
- [Working with Adminhtml](/docs/{{version}}/working-with-adminhtml)
- [Cron Jobs](/docs/{{version}}/cron-jobs)
- [CLI Commands](/docs/{{version}}/cli-commands)
- [Events](/docs/{{version}}/events)
- [Plugins](/docs/{{version}}/plugins)
- [Observers](/docs/{{version}}/observers)
- [Web APIs](/docs/{{version}}/web-api)
- [Indexers](/docs/{{version}}/indexers)
- [Cache Management](/docs/{{version}}/cache-management)
- [Logging](/docs/{{version}}/logging)
- [Search](/docs/{{version}}/search)
- [Email Templates](/docs/{{version}}/email-templates)
- [i18n](/docs/{{version}}/i18n)
- ## APIs
- [Overview of Magento 2 APIs](/docs/{{version}}/overview-of-magento-2-apis)
- [REST APIs, SOAP APIs](/docs/{{version}}/rest-apis-soap-apis)
- [REST](/docs/{{version}}/rest-apis)
- [SOAP](/docs/{{version}}/soap-apis)
- [GraphQL](/docs/{{version}}/graphql-apis)
- [How to use and extend APIs](/docs/{{version}}/how-to-use-and-extend-apis)
- ## Testing
- [Unit testing](/docs/{{version}}/unit-testing)
- [Integration testing](/docs/{{version}}/integration-testing)
- [Functional testing](/docs/{{version}}/functional-testing)
- [Performance testing](/docs/{{version}}/performance-testing)
- [Static testing](/docs/{{version}}/static-testing)
- [JavaScript testing](/docs/{{version}}/javascript-testing)
- [Testing tools](/docs/{{version}}/testing-tools)
- ## Extensions
- [Developing extensions in Magento 2](/docs/{{version}}/developing-extensions-in-magento-2)
- [Extension use cases](/docs/{{version}}/extension-use-cases)
Expand All @@ -54,6 +77,26 @@
- ## Community & Support
- [How to get help and support](/docs/{{version}}/how-to-get-help-and-support)
- [How to contribute to the Magento 2 community](/docs/{{version}}/how-to-contribute-to-the-magento-2-community)
- ## File References
- [acl.xml](/docs/{{version}}/acl-xml)
- [cache.xml](/docs/{{version}}/cache-xml)
- [cron_groups.xml](/docs/{{version}}/cron-groups-xml)
- [cron_jobs.xml](/docs/{{version}}/cron-jobs-xml)
- [db_schema.xml](/docs/{{version}}/db-schema-xml)
- [di.xml](/docs/{{version}}/di-xml)
- [email_templates.xml](/docs/{{version}}/email-templates-xml)
- [events.xml](/docs/{{version}}/events-xml)
- [events.xml](/docs/{{version}}/events-xml)
- [extension_attributes.xml](/docs/{{version}}/extension-attributes-xml)
- [fieldset.xml](/docs/{{version}}/fieldset-xml)
- [indexer.xml](/docs/{{version}}/indexer-xml)
- [layout.xml](/docs/{{version}}/layout-xml)
- [menu.xml](/docs/{{version}}/menu-xml)
- [routes.xml](/docs/{{version}}/routes-xml)
- [system.xml](/docs/{{version}}/system-xml)
- [view.xml](/docs/{{version}}/view-xml)
- [webapi.xml](/docs/{{version}}/webapi-xml)
- [widget.xml](/docs/{{version}}/widget-xml)
- ## References
- [Glossary of terms](/docs/{{version}}/glossary-of-terms)
- [Magento 2 coding standards](/docs/{{version}}/magento-2-coding-standards)
Expand Down
Empty file added email-templates-xml.md
Empty file.
Empty file added email-templates.md
Empty file.
Empty file added events-xml.md
Empty file.
Empty file added events.md
Empty file.
Empty file added extension-attributes-xml.md
Empty file.
Empty file added fieldset-xml.md
Empty file.
Empty file added graphql-apis.md
Empty file.
Empty file added i18n.md
Empty file.
Empty file added indexer-xml.md
Empty file.
Empty file added indexers.md
Empty file.
Empty file added javascript-testing.md
Empty file.
Empty file added knockoutjs-integration.md
Empty file.
Empty file added layout-xml.md
Empty file.
Empty file added logging.md
Empty file.
Empty file added menu-xml.md
Empty file.
Empty file added observers.md
Empty file.
Empty file added plugins.md
Empty file.
Empty file added requirejs.md
Empty file.
Empty file added rest-apis.md
Empty file.
Empty file added routes-xml.md
Empty file.
Empty file added search.md
Empty file.
Empty file added service-contracts.md
Empty file.
Empty file added soap-apis.md
Empty file.
Empty file added static-testing.md
Empty file.
Empty file added system-xml.md
Empty file.
Empty file added testing-tools.md
Empty file.
Empty file added the-magento-application.md
Empty file.
Empty file added ui-components.md
Empty file.
Empty file added view-xml.md
Empty file.
Empty file added web-api.md
Empty file.
Empty file added webapi-xml.md
Empty file.
Empty file added widget-xml.md
Empty file.
Empty file added widgets.md
Empty file.