forked from jarektkaczyk/Laravel-Administrator
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update links in documentation and readme to remove prefix and point t…
…o updated docs link
- Loading branch information
1 parent
f090645
commit 5f05c9b
Showing
2 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
- Overview | ||
- [Introduction](/docs/introduction) | ||
- [Contributing](/docs/contributing) | ||
- [Style Guide](/docs/style-guide) | ||
- [License](/docs/license) | ||
- [Introduction](introduction.md) | ||
- [Contributing](contributing.md) | ||
- [Style Guide](style-guide.md) | ||
- [License](license.md) | ||
- Getting Started | ||
- [Installation](/docs/installation) | ||
- [Configuration](/docs/configuration) | ||
- [Model Configuration](/docs/model-configuration) | ||
- [Settings Configuration](/docs/settings-configuration) | ||
- [Validation](/docs/validation) | ||
- [Localization](/docs/localization) | ||
- [Tutorials](/docs/tutorials) | ||
- [Installation](installation.md) | ||
- [Configuration](configuration.md) | ||
- [Model Configuration](model-configuration.md) | ||
- [Settings Configuration](settings-configuration.md) | ||
- [Validation](validation.md) | ||
- [Localization](localization.md) | ||
- [Tutorials](tutorials.md) | ||
- Custom Actions | ||
- [Overview](/docs/actions) | ||
- [Overview](actions.md) | ||
- Columns | ||
- [Overview](/docs/columns) | ||
- [Relationships](/docs/relationship-columns) | ||
- [Overview](columns.md) | ||
- [Relationships](relationship-columns.md) | ||
- Fields | ||
- [Overview](/docs/fields) | ||
- [Overview](fields.md) | ||
- Field Types | ||
- [Key](/docs/field-type-key) | ||
- [Text](/docs/field-type-text) | ||
- [Password](/docs/field-type-password) | ||
- [TextArea](/docs/field-type-textarea) | ||
- [WYSIWYG](/docs/field-type-wysiwyg) | ||
- [Markdown](/docs/field-type-markdown) | ||
- [Relationship](/docs/field-type-relationship) | ||
- [Number](/docs/field-type-number) | ||
- [Bool](/docs/field-type-bool) | ||
- [Enum](/docs/field-type-enum) | ||
- [Date](/docs/field-type-date) | ||
- [Time](/docs/field-type-time) | ||
- [Datetime](/docs/field-type-datetime) | ||
- [File](/docs/field-type-file) | ||
- [Image](/docs/field-type-image) | ||
- [Color](/docs/field-type-color) | ||
- [Key](field-type-key.md) | ||
- [Text](field-type-text.md) | ||
- [Password](field-type-password.md) | ||
- [TextArea](field-type-textarea.md) | ||
- [WYSIWYG](field-type-wysiwyg.md) | ||
- [Markdown](field-type-markdown.md) | ||
- [Relationship](field-type-relationship.md) | ||
- [Number](field-type-number.md) | ||
- [Bool](field-type-bool.md) | ||
- [Enum](field-type-enum.md) | ||
- [Date](field-type-date.md) | ||
- [Time](field-type-time.md) | ||
- [Datetime](field-type-datetime.md) | ||
- [File](field-type-file.md) | ||
- [Image](field-type-image.md) | ||
- [Color](field-type-color.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters