Skip to content

docs(landing): align docs + secondary landing with new lobu.toml schema#249

Merged
buremba merged 1 commit into
mainfrom
pr/docs-landing-polish
Apr 21, 2026
Merged

docs(landing): align docs + secondary landing with new lobu.toml schema#249
buremba merged 1 commit into
mainfrom
pr/docs-landing-polish

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented Apr 21, 2026

Summary

  • Docs (reference/lobu-toml.md, reference/owletto-cli.md, getting-started/memory.mdx, guides/*, platforms/discord.mdx, filesystem-vs-database blog) now document the inline [memory.owletto] block (org / name / description) and drop owletto.yaml.
  • Secondary landing sections (ArchitectureSection, BenchmarkSection, PricingSection, PlatformChatExamples, connect-from/TryItSection, connect-from/ConnectFromDocContent.astro) refreshed to use the new helpers (getOwlettoBaseHostLabel, getOwlettoLoginUrl) and reflect the "Build Memory" / "Build in Cloud" CTA direction.

Rebased onto main now that #247 has landed. Replaces closed #248.

Test plan

  • cd packages/landing && bun run build passes

…toml schema

- `reference/lobu-toml.md` and `reference/owletto-cli.md` document the
  new `[memory.owletto]` block (inline `org`/`name`/`description`) and
  drop the `owletto.yaml` path.
- `getting-started/memory.mdx`, `guides/agent-settings.md`,
  `guides/architecture.mdx`, `guides/troubleshooting.md`,
  `platforms/discord.mdx`, and the filesystem-vs-database blog post
  follow the same rename.
- `ArchitectureSection`, `BenchmarkSection`, `PricingSection`,
  `PlatformChatExamples`, `connect-from/TryItSection`, and
  `connect-from/ConnectFromDocContent.astro` are refreshed to use the
  new helpers (`getOwlettoBaseHostLabel`, `getOwlettoLoginUrl`) and
  reflect the "Build Memory" / "Build in Cloud" CTA direction.
@buremba buremba merged commit 737ed34 into main Apr 21, 2026
10 checks passed
@buremba buremba deleted the pr/docs-landing-polish branch April 21, 2026 01:47
buremba added a commit that referenced this pull request May 29, 2026
buremba added a commit that referenced this pull request May 29, 2026
…1158)

* feat(server): associate connections with entities (union with feeds)

Add entity_ids to manage_connections create/connect/update (cross-org
validated via assertEntityIdsInOrg, tri-state clear on update); list
entity_names + entity_id filter become a UNION of the connection's own
entity_ids and its feeds' entity_ids; parse entity_ids to number[] so the
API returns a typed array. Bumps owletto pointer for the matching UI.

Depends on the connections.entity_ids drift migration (#1157) for prod DBs.

* chore: bump owletto pointer to merged #249 (09e361d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant