Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
docs/capabilities/memory/assets/** filter=lfs diff=lfs merge=lfs -text
docs/capabilities/memory/assets/.gitattributes -filter -diff -merge text
docs/capabilities/mapping/assets/** filter=lfs diff=lfs merge=lfs -text
# Mintlify deploy does not fetch Git LFS; keep site branding as normal blobs.
docs/assets/dimensional-logo-master-transparent.png -filter -diff -merge
docs/assets/favicon.png -filter -diff -merge
Binary file modified docs/assets/dimensional-logo-master-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"light": "#1682a3",
"dark": "#1682a3"
},
"favicon": "assets/favicon.png",
"favicon": "/assets/favicon.png",
Comment thread
spomichter marked this conversation as resolved.
Outdated
"seo": {
"metatags": {
"og:site_name": "Dimensional",
Expand Down Expand Up @@ -184,14 +184,14 @@
"navbar": {
"links": [
{
"label": "Dimensional",
"href": "/"
"type": "github",
"href": "https://github.com/dimensionalOS/dimos"
}
],
"primary": {
"type": "button",
"label": "Get started",
"href": "https://github.com/dimensionalOS/dimos"
"href": "https://dimensionalos.com/prototype"
}
},
"contextual": {
Expand Down
3 changes: 3 additions & 0 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ Dimensional is agent native, describe behavior in natural language and build loc
<Card title="Quickstart" icon="rocket" href="/quickstart">
Install DimOS, run your first blueprint, and inspect the running system.
</Card>
<Card title="Platforms" icon="microchip" href="/platforms/quadruped/go2/index">
Go2 quadruped and G1 humanoid setup, simulation, and blueprints for real hardware.
</Card>
Comment thread
swstica marked this conversation as resolved.
</Columns>
Loading