11 Commits

Author SHA1 Message Date
kilo-maintainer[bot] 74b3afaacb chore: generate 2026-02-19 12:51:37 +00:00
Jean du Plessis 0a001daff3 fix: address additional code review findings
- raw-markdown.ts: Check path bounds before any filesystem probes to
  prevent leaking file existence info outside the pages directory
- TableOfContents.tsx: Fix SSR hydration mismatch by moving
  window.location.hash into useEffect + state instead of reading it
  during render
2026-02-18 21:50:37 +02:00
Jean du Plessis c49257dee9 fix: address code review findings in docs package
- raw-markdown.ts: Replace weak regex path sanitization with
  path.normalize (the path.resolve bounds check remains as primary guard)
- instrumentation-client.ts: Guard PostHog init against missing env var
  instead of using non-null assertion (prevents crash in local dev)
- CopyPageButton.tsx: Show error feedback instead of false success when
  copy fails
2026-02-18 21:43:24 +02:00
Jean du Plessis 8009ffe801 fix: replace stale docusaurus files with current next.js/markdoc docs
git filter-repo incorrectly resolved a merge commit where the docs app
was migrated from Docusaurus to Next.js + Markdoc, resulting in the old
Docusaurus files at HEAD. This commit overlays the correct current files
from the source repo (kilo-org/kilocode main branch).

Package renamed from kilocode-docs to @kilocode/kilo-docs.
2026-02-18 20:16:07 +02:00
Olusammytee 0bc5540450 docs: add community projects page and docs nav link 2026-02-17 18:59:10 -05:00
Brendan O'Leary c0efe5f2f2 Add prelim KiloClaw docs (#5881)
* Add preli KiloClaw docs

* 🦀

* Add in what you cando with OpenClaw

* Update apps/kilocode-docs/pages/automate/kiloclaw.md

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>

* Update apps/kilocode-docs/pages/automate/kiloclaw.md

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>

* Update apps/kilocode-docs/pages/automate/kiloclaw.md

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>

* Apply suggestion from @kiloconnect[bot]

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>

* Apply suggestion from @kiloconnect[bot]

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>

* Update apps/kilocode-docs/pages/automate/kiloclaw.md

---------

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-02-16 16:36:43 -05:00
Josh Lambert 8ac6c04c62 Add banner and pre-release extension info 2026-02-13 12:30:08 -05:00
Brendan O'Leary f6ab530962 Add gateway to nav and cross reference with provider 2026-02-12 12:00:38 -05:00
John Fawcett 463cd42461 docs(kilocode-docs): add comprehensive AI Gateway documentation
Add a new documentation section for the Kilo AI Gateway, including
overview, quickstart, authentication, models, streaming, and API
reference.
2026-02-12 08:59:04 -06:00
Brendan O'Leary 2e272ab6eb Update some syntax errors and missing images (#5637) 2026-02-09 17:36:17 -05:00
kiloconnect[bot] 27acdf2d61 feat(docs): add mobile search icon to trigger DocSearch modal (#5732)
- Add SearchIcon component (magnifying glass SVG)
- Add mobile search button in the header's right-actions section
- Add openDocSearch function to programmatically trigger DocSearch modal
- Add CSS styles for mobile-search-btn (hidden on desktop, visible on mobile)
- Button appears on viewports ≤768px and opens Algolia DocSearch when tapped

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-02-06 16:13:28 -05:00