README.md file added
Open
README.md file added
5 unresolved threads
Open
requested to merge issue/subpathauto-3490660:3490660-provide-readme.md-documentation into 8.x-1.x
5 unresolved threads
Closes #3490660
Merge request reports
Activity
- README.md 0 → 100644
3 The **Subpathauto** module extends the functionality of the Pathauto module by allowing automatic URL alias creation for sub-paths of existing aliases. This helps maintain consistency and usability for nested paths within your Drupal site. 4 5 ## Table of Contents 6 7 - [Requirements](#requirements) 8 - [Installation](#installation) 9 - [Configuration](#configuration) 10 - [Troubleshooting](#troubleshooting) 11 - [Maintainers](#maintainers) 12 13 ## Requirements 14 15 - Drupal core must be installed and operational. 16 - The **Pathauto** module is highly recommended for full functionality but not strictly required. Without Pathauto, the module will not generate sub-path aliases. 17 18 ## Installation Replace the ##Installation section with the text example from the template:
===
Installation
Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.
===
- README.md 0 → 100644
16 - The **Pathauto** module is highly recommended for full functionality but not strictly required. Without Pathauto, the module will not generate sub-path aliases. 17 18 ## Installation 19 20 1. Download and enable the module: 21 - Using Composer: 22 ```bash 23 composer require drupal/subpathauto 24 ``` 25 - Or download manually from the [Subpathauto project page](https://www.drupal.org/project/subpathauto). 26 27 2. Enable the module: 28 ```bash 29 drush en subpathauto 30 31 3. If Pathauto is not enabled, ensure you have manually created URL aliases for your content to benefit from this module. changed this line in version 2 of the diff
- README.md 0 → 100644
1 # Subpathauto 2 3 The **Subpathauto** module extends the functionality of the Pathauto module by allowing automatic URL alias creation for sub-paths of existing aliases. This helps maintain consistency and usability for nested paths within your Drupal site. 4 5 ## Table of Contents 6 7 - [Requirements](#requirements) 8 - [Installation](#installation) 9 - [Configuration](#configuration) 10 - [Troubleshooting](#troubleshooting) 11 - [Maintainers](#maintainers) 12 13 ## Requirements 14 15 - Drupal core must be installed and operational. 16 - The **Pathauto** module is highly recommended for full functionality but not strictly required. Without Pathauto, the module will not generate sub-path aliases. changed this line in version 3 of the diff
- README.md 0 → 100644
45 46 2. If Pathauto is installed, this module will integrate seamlessly to manage sub-paths. 47 48 ## Troubleshooting 49 50 1. Issue: Sub-path aliases are not being generated. 51 - Solution: Ensure that either Pathauto is enabled or manual aliases exist for parent paths. 52 53 2. Issue: Conflicts with existing aliases. 54 - Solution: Review your alias patterns and adjust settings under Subpathauto settings. 55 56 ## Maintainers 57 58 1. Current maintainer(s): 59 - [Drupal Community](https://www.drupal.org/) 60 - Contributions are welcome! Visit the [Subpathauto issue queue](https://www.drupal.org/project/subpathauto) to report issues or suggest improvements. changed this line in version 2 of the diff
- README.md 0 → 100644
41 42 ## Notes 43 44 1. Ensure your content paths align with your alias patterns for sub-path aliasing to work effectively. 45 46 2. If Pathauto is installed, this module will integrate seamlessly to manage sub-paths. 47 48 ## Troubleshooting 49 50 1. Issue: Sub-path aliases are not being generated. 51 - Solution: Ensure that either Pathauto is enabled or manual aliases exist for parent paths. 52 53 2. Issue: Conflicts with existing aliases. 54 - Solution: Review your alias patterns and adjust settings under Subpathauto settings. 55 56 ## Maintainers changed this line in version 2 of the diff
added 1 commit
- 14aed1a9 - Issue-3490660-provide-readme.md-documentation: Made the suggested changes.
added 1 commit
- aa861f94 - Issue-3490660: Updared README.md as per suggested changes.
Please register or sign in to reply