diff options
| author | Dhravya Shah <[email protected]> | 2025-12-24 11:02:18 -0800 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-12-24 11:02:18 -0800 |
| commit | 77f52df0f81739c7700f6d79a7a7b863363ce6af (patch) | |
| tree | 34242cf74f6aa0a8c08e0a03ca4d19fecee0657d /apps | |
| parent | docs: added MemoryBench documentation (#630) (diff) | |
| download | supermemory-77f52df0f81739c7700f6d79a7a7b863363ce6af.tar.xz supermemory-77f52df0f81739c7700f6d79a7a7b863363ce6af.zip | |
fix: small changes
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/docs/docs.json | 78 |
1 files changed, 36 insertions, 42 deletions
diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 6337005d..2bbfdc0a 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -186,6 +186,17 @@ "tab": "Developer Platform" }, { + "icon": "book-open", + "anchors": [ + { + "anchor": "API Reference", + "icon": "unplug", + "openapi": "https://api.supermemory.ai/v3/openapi" + } + ], + "tab": "API Reference" + }, + { "icon": "plug", "anchors": [ { @@ -234,15 +245,35 @@ "tab": "SDKs" }, { - "icon": "book-open", + "icon": "flask-conical", "anchors": [ { - "anchor": "API Reference", - "icon": "unplug", - "openapi": "https://api.supermemory.ai/v3/openapi" + "anchor": "MemoryBench", + "icon": "flask-conical", + "pages": [ + "memorybench/overview", + "memorybench/github", + { + "group": "Getting Started", + "pages": ["memorybench/installation", "memorybench/quickstart"] + }, + { + "group": "Development", + "pages": [ + "memorybench/architecture", + "memorybench/extend-provider", + "memorybench/extend-benchmark", + "memorybench/contributing" + ] + }, + { + "group": "Reference", + "pages": ["memorybench/cli", "memorybench/integrations"] + } + ] } ], - "tab": "API Reference" + "tab": "MemoryBench" }, { "icon": "chef-hat", @@ -270,43 +301,6 @@ "tab": "Cookbook" }, { - "icon": "flask-conical", - "anchors": [ - { - "anchor": "MemoryBench", - "icon": "flask-conical", - "pages": [ - "memorybench/overview", - "memorybench/github", - { - "group": "Getting Started", - "pages": [ - "memorybench/installation", - "memorybench/quickstart" - ] - }, - { - "group": "Development", - "pages": [ - "memorybench/architecture", - "memorybench/extend-provider", - "memorybench/extend-benchmark", - "memorybench/contributing" - ] - }, - { - "group": "Reference", - "pages": [ - "memorybench/cli", - "memorybench/integrations" - ] - } - ] - } - ], - "tab": "MemoryBench" - }, - { "icon": "list-ordered", "anchors": [ { |