Skip to content

Commit

Permalink
Merge pull request #1837 from JoshuaCrewe/fix/docs-404
Browse files Browse the repository at this point in the history
Fix broken link in "Settings Section" of docs
  • Loading branch information
haringsrob authored Sep 30, 2022
2 parents c1a0f4f + e8e92a6 commit 55f2380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/settings-sections/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pageClass: twill-doc

Settings sections are standalone forms that you can add to your Twill's navigation to give publishers the ability to manage simple key/value records for you to then use anywhere in your application codebase.

Start by enabling the `settings` feature in your `config/twill.php` configuration file `enabled` array. See [Twill's configuration documentation](/enabled-features/) for more information.
Start by enabling the `settings` feature in your `config/twill.php` configuration file `enabled` array. See [Twill's configuration documentation](/getting-started/configuration.html#enabled-features) for more information.

If you did not enable this feature before running the `twill:install` command, you need to copy the migration in `vendor/area17/twill/migrations/create_settings_table.php` to your own `database/migrations` directory and migrate your database before continuing.

Expand Down

0 comments on commit 55f2380

Please sign in to comment.