> ## Documentation Index
> Fetch the complete documentation index at: https://docs.laneapp.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Docs json nav change

# docs.json nav change (for the ADD)

`attio.mdx` needs a page slug added to `navigation.dropdowns[0].groups` where `group == "Integrations"`.

Current order groups the two CRM integrations together (`hubspot`, `salesforce`) before the ticketing/note tools. Slot `attio` right after `salesforce`, alongside the other CRM:

```diff theme={null}
       "group": "Integrations",
       "pages": [
         "slack",
         "intercom",
         "zendesk",
         "granola",
         "email",
         "hubspot",
         "salesforce",
+        "attio",
         "linear",
         "notion",
         "jira",
         "asana",
         "cursor",
         "github",
         "google-drive",
         "chrome-extension",
         "zapier"
       ]
```

No other nav changes needed — HubSpot and Signals keep their existing slugs; no page is being removed.
