From 17cac6e100485585302813406858679459426c93 Mon Sep 17 00:00:00 2001 From: Romain Gilliotte Date: Thu, 16 Jun 2022 15:12:11 +0200 Subject: [PATCH] docs: sort titles by lexicographical order in the menu --- docs/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 8f743de9da..38e6651de8 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -43,12 +43,12 @@ - [Filter overrides](agent-customization/fields/filter.md) - [Sort overrides](agent-customization/fields/sort.md) +- [Hooks](agent-customization/hooks/README.md) - [Relationships](agent-customization/relationships/README.md) - [To a single record](agent-customization/relationships/single-record.md) - [To multiple records](agent-customization/relationships/multiple-records.md) - [Computed foreign keys](agent-customization/relationships/computed-fks.md) - [Under the hood](agent-customization/relationships/under-the-hood.md) -- [Hooks](agent-customization/hooks/README.md) - [Search](agent-customization/search.md) - [Segments](agent-customization/segments.md)