diff --git a/docs/basics/filesystem.md b/docs/framework/filesystem.md similarity index 100% rename from docs/basics/filesystem.md rename to docs/framework/filesystem.md diff --git a/docs/tools/debugging.md b/docs/tools/debugging.md index 6dea73c254fb971f007312f9778f6ca03e7abf54..a86b898bac9a49114d232bca8aeb447ca439928c 100644 --- a/docs/tools/debugging.md +++ b/docs/tools/debugging.md @@ -51,7 +51,7 @@ A backtrace is a list of all the functions that were run in the execution of the ## Viewing log files CiviCRM's log files are stored in the `ConfigAndLog` directory within CiviCRM's -local file storage (see [the File System documentation](/basics/filesystem.md) +local file storage (see [the File System documentation](/framework/filesystem.md) for details on your CMS). Most runtime errors are logged here, as well as data that you explicitly write to log using the `CRM_Core_Error::debug log=true` parameter. @@ -78,7 +78,7 @@ The following values can be added to your site's settings file `civicrm.settings When any sort of "logging stuff to a file" is enabled by one of the above settings, check the `ConfigAndLog` directory within the local files directory to find the log. (See [the File System - documentation](../basics/filesystem.md) for the location in your CMS.) + documentation](/framework/filesystem.md) for the location in your CMS.) !!! tip If you're developing within a site built with [civibuild](/tools/civibuild.md), then you can to apply settings to *all your local sites* by using the [civicrm.settings.d folders](/tools/civibuild.md#settings-civicrm). diff --git a/mkdocs.yml b/mkdocs.yml index 50edc6d2cb5cb098442203a22617479a998a3eaa..edb711a8a02715be1336e5da319b873ca71797da 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,7 +11,6 @@ pages: - Requirements: basics/requirements.md - Useful Skills: basics/skills.md - Planning Your Project: basics/planning.md - - File System: basics/filesystem.md - Tools: - Development Tools: tools/index.md - Buildkit: tools/buildkit.md @@ -214,6 +213,7 @@ pages: - XML Schema definition: framework/database/schema-definition.md - Schema Design: framework/database/schema-design.md - Transaction Reference: framework/database/transactions.md + - File System: framework/filesystem.md - PseudoConstant Reference: framework/pseudoconstant.md - QuickForm Reference: - QuickForm: framework/quickform/index.md diff --git a/redirects/internal.txt b/redirects/internal.txt index 540411fbf8ea39704b7cbcf8ef643a0584f6f5b1..86a02d065a336fcdaa5dcf581adab1ec751b9e01 100644 --- a/redirects/internal.txt +++ b/redirects/internal.txt @@ -8,3 +8,4 @@ hooks/hook_civicrm_trigger_info hooks/hook_civicrm_triggerInfo framework/schema-definition framework/database/schema-definition api/params api/options core/develop tools/git +basics/filesystem framework/filesystem