{
    "pages": {
        "installation": {
            "title": "Installation",
            "sections": {}
        },
        "views": {
            "title": "Views",
            "sections": {}
        },
        "validation": {
            "title": "Validation",
            "sections": {}
        },
        "filesystem": {
            "title": "File Storage",
            "sections": {}
        },
        "localization": {
            "title": "Localization",
            "sections": {}
        },
        "eloquent": {
            "title": "Eloquent: Getting Started",
            "sections": {
            }
        },
        "eloquent-collections": {
            "title": "Eloquent: Collections",
            "sections": {
                "introduction": {
                    "title": "Introduction"
                },
                "eloquent-collection-conversion": {
                    "title": "Eloquent Collection Conversion"
                },
                "available-methods": {
                    "title": "Available Methods"
                },
                "method-append": {
                    "title": "`append($attributes)` {.collection-method .first-collection-method}"
                },
                "method-contains": {
                    "title": "`contains($key, $operator = null, $value = null)` {.collection-method}"
                },
                "method-diff": {
                    "title": "`diff($items)` {.collection-method}"
                },
                "method-except": {
                    "title": "`except($keys)` {.collection-method}"
                },
                "method-find": {
                    "title": "`find($key)` {.collection-method}"
                },
                "method-fresh": {
                    "title": "`fresh($with = [])` {.collection-method}"
                },
                "method-intersect": {
                    "title": "`intersect($items)` {.collection-method}"
                },
                "method-load": {
                    "title": "`load($relations)` {.collection-method}"
                },
                "method-loadMissing": {
                    "title": "`loadMissing($relations)` {.collection-method}"
                },
                "method-modelKeys": {
                    "title": "`modelKeys()` {.collection-method}"
                },
                "method-makeVisible": {
                    "title": "`makeVisible($attributes)` {.collection-method}"
                },
                "method-makeHidden": {
                    "title": "`makeHidden($attributes)` {.collection-method}"
                },
                "method-only": {
                    "title": "`only($keys)` {.collection-method}"
                },
                "method-toquery": {
                    "title": "`toQuery()` {.collection-method}"
                },
                "method-unique": {
                    "title": "`unique($key = null, $strict = false)` {.collection-method}"
                },
                "custom-collections": {
                    "title": "Custom Collections"
                }
            }
        },
        "dusk": {
            "title": "Laravel Dusk",
            "sections": {}
        }
    }
}

