Nikhil
ecd31efcb0
fix: remove Git LFS tracking for docs images so Mintlify can serve them ( #446 )
...
Mintlify deploys docs by cloning the repo but does not run `git lfs
pull`. The `.gitattributes` rule `docs/images/** filter=lfs` caused
all doc images to be stored as ~130-byte LFS pointer files, which
Mintlify served as-is — breaking every image on the site.
Removing the LFS rule and re-adding the files as regular git blobs
fixes all images without changing any paths or MDX files.
Also fixes broken Slack link placeholder in troubleshooting page.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-14 21:29:26 -07:00
Nikhil
c79c775fb8
fix: co-locate troubleshooting images to fix broken CDN rendering ( #444 )
...
Images in docs/images/ are served as broken 130-byte placeholders by
Mintlify CDN. Co-locating images with the MDX file (matching the
working pattern in features/workflow/ and features/cowork/) bypasses
this issue. Also fixes the Slack link placeholder.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-14 21:12:26 -07:00
Dani Akash
29356c3df6
feat: docs update for new settings ( #427 )
2026-03-12 20:56:03 +05:30
Felarof
cd6ca756c1
docs: rename Local Model Guide to Bring Your Local Model
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 08:42:54 -07:00
Felarof
da137cbb97
docs: wrap example prompts in accordion for clearer separation
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 08:42:10 -07:00
Felarof
91995854fa
docs: add OpenClaw as MCP client with connection instructions
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 08:34:10 -07:00
Felarof
e312f29138
docs: add v0.42.0 changelog entry with release images
...
Add changelog entry for BrowserOS v0.42.0 featuring SOUL.md, vertical tabs,
long-term memory, and Chromium 146 update. Include screenshots from the
GitHub release.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 08:30:45 -07:00
Dani Akash
e1a9174de1
feat: setup docs for skills and nudges ( #412 )
2026-03-10 20:08:04 +05:30
Nikhil Sonti
3e3ffb3f51
feat: vertical tabs docs
2026-03-09 09:34:54 -07:00
Dani Akash
c38ceb49c1
feat: update docs ( #404 )
...
* docs: update bring your own llm section
* docs: update mcp clients info
* chore: updated docs with comparison page
* docs: fix tool count
* docs: updated cowork section
* feat: connect apps screen
* feat: setup sync to cloud section
* feat: added soul.md
* feat: memory section
* feat: open claw comparison section
* feat: scheduled tasks page
* fix: info text
* feat: provide link to llms.txt
* fix: kimi section
2026-03-07 02:09:29 +05:30
Nikhil Sonti
7922a668a1
fix: add 40 in change log
2026-03-04 09:55:26 -08:00
Nikhil Sonti
56f471978f
chore: docs update changelog
2026-03-04 08:40:13 -08:00
Felarof
44951cc5a6
docs: add small line before videos
2026-02-19 15:39:58 -08:00
Felarof
a5e82f992c
docs: added videos
2026-02-19 15:39:27 -08:00
Nikhil
b2a6dc5478
feat: udpate docs adblock ( #355 )
2026-02-06 17:02:15 -08:00
Nikhil
55eb204dea
feat: update docs for local model guide ( #354 )
2026-02-06 16:56:59 -08:00
Felarof
9385f8b2f2
chore: update docs on models
2026-02-04 14:51:54 -08:00
Felarof
71b2b5ea94
chore: minor update to docs
2026-02-04 10:53:04 -08:00
Felarof
6d1ab5cb05
chore: update docs
...
feat: docs v0.1
feat: better ocmponents
fix: better cowork docs
fix: docs
2026-02-04 10:51:43 -08:00
Nikhil Sonti
c577db48d2
feat: update docs with trouble shooting + install instructions
2026-01-31 12:35:05 -08:00
Nikhil Sonti
c51c6f7c31
fix: llm chat blanking issue
2026-01-28 15:09:36 -08:00
Felarof
17432c30d4
docs: information for agent crash
2026-01-26 18:44:25 -08:00
Nikhil Sonti
9a917397e6
fix: docs minor
2026-01-22 07:55:53 -08:00
Nikhil Sonti
69ba8fe782
fix: rename workspaces -> cowork
2026-01-22 07:54:41 -08:00
Nikhil Sonti
410184b0d7
chore: udpate docs
2026-01-21 14:11:44 -08:00
Nikhil
205cef3ceb
feat: workspaces docs ( #328 )
2026-01-21 13:45:15 -08:00
Nikhil Sonti
f3aacd1c82
chore: remove appcast
2026-01-21 11:03:29 -08:00
Nikhil Sonti
8d28ca0e01
fix: minor docs/changelog update
2026-01-15 16:50:03 -08:00
Nikhil Sonti
39ceee79b7
feat: changelog for 0.36.3 agent history support docs
2026-01-15 16:46:36 -08:00
Felarof
b3d4d668b4
docs: add changelog page ( #322 )
...
Add a changelog page documenting BrowserOS releases from v0.30.0 to v0.36.2.
Each version includes date and summary of changes, with links to GitHub
releases for full history.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 15:37:09 -08:00
Felarof
5020a1997d
docs: add links to sections
2026-01-13 16:47:45 -08:00
Felarof
52c07890d0
fix: update broken doc links
...
- docs/index.mdx: /llm-setup-guide -> /features/bring-your-own-llm
- README.md: browseros-mcp/how-to-guide -> /features/use-with-claude-code
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-13 16:28:34 -08:00
Felarof
35e161695d
docs: deleted unused docs
2026-01-13 16:17:08 -08:00
Felarof
51f07195b6
Update docs.json
2026-01-13 16:03:54 -08:00
Felarof
6f55b0f61f
Update docs.json
2026-01-13 16:03:21 -08:00
Felarof
e346ba3999
Merge branch 'main' into docs2
2026-01-13 16:01:12 -08:00
Felarof
9e989d6a03
docs: change to default closed state
2026-01-13 15:57:46 -08:00
Felarof
61c599ca75
docs: update BYOLLM and onboarding page
2026-01-13 15:57:46 -08:00
Felarof
c5c41007a6
docs: update byollm page
2026-01-13 15:57:46 -08:00
Felarof
5d205e9ee1
docs: updated getting started doc
...
docs: update docs for n8n
2026-01-13 15:57:46 -08:00
Felarof
8ac9a4488f
docs: update contributor docs
2026-01-13 15:19:58 -08:00
Felarof
5ea064b99b
docs: update docs for n8n
2026-01-13 14:49:13 -08:00
Felarof
3a9391b2e3
docs: add scheduled tasks and browseros as mcp
2026-01-13 14:34:52 -08:00
Felarof
12cdd82b3c
docs: core features LLM chat and hub
2026-01-13 13:48:07 -08:00
Felarof
8fed516b0b
docs(browseros-mcp): add remove command ( #308 )
2026-01-12 20:06:57 -08:00
Nikhil Sonti
1694df6a27
chore: 0.36.2 release
2026-01-10 11:38:15 -08:00
Felarof
0246d4b2e8
chore: update logos ( #297 )
2026-01-07 18:54:25 -08:00
Felarof
ebecc7626c
chore: udpate structure of docs and change the theme
2026-01-07 18:41:58 -08:00
Felarof
24abdfa790
fix: update slack link
2026-01-07 18:41:58 -08:00
Felarof
e6ffca546f
chore: fix udpate browseros docs ( #295 )
2026-01-07 18:08:34 -08:00