Skip to content

Conversation

tyre
Copy link

@tyre tyre commented Sep 11, 2025

updated docs links to go with our new (S/G)EO-friendly structure


TL;DR

Moved documentation from the hidden .docs directory to docs/ and updated all internal links to improve discoverability.

Why we made these changes

To improve our documentation's SEO by moving it from a hidden directory to a public, crawlable docs/ directory, making it more accessible to search engines and users.

What changed?

  • Renamed the .docs directory to docs/.
  • Updated all hardcoded links in README.md files and code comments across Python and TypeScript templates to use the new onkernel.com/docs path.

Description generated by Mesa. Update settings

Copy link

@mesa-dot-dev mesa-dot-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performed full review of 2c1b6ae...a3c7f13

Tip

⚡ Quick Actions

This review was generated by Mesa.

Actions:

Slash Commands:

  • /review - Request a full code review
  • /review latest - Review only changes since the last review
  • /describe - Generate PR description. This will update the PR body or issue comment depending on your configuration
  • /help - Get help with Mesa commands and configuration options

14 files reviewed | 1 comments | Review on Mesa | Edit Reviewer Settings

@tyre tyre requested a review from masnwilliams September 11, 2025 20:25
Example app that instantiates a persisted Kernel browser that can be reused across invocations
Invoke this action to test Kernel browsers manually with our browser live view
https://docs.onkernel.com/launch/browser-persistence
https://onkernel.com/docs/launch/browser-persistence
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be /docs/browsers/persistence

import { Stagehand } from "@browserbasehq/stagehand";
import { Kernel, type KernelContext } from '@onkernel/sdk';
import { Stagehand } from '@browserbasehq/stagehand';
import { Kernel, KernelContext } from '@onkernel/sdk';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we ensure we don't change anything else here besides the docs link, I think your formatting got applied here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! Apologies, settings from previous company were ported over to Cursor. Reverting all import sorting!

cursor[bot]

This comment was marked as outdated.

Copy link
Contributor

@masnwilliams masnwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

last one!

@@ -1,6 +1,5 @@
import { Kernel, type KernelContext } from '@onkernel/sdk';
import { samplingLoop } from './loop';
import { chromium } from 'playwright';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to keep this in here

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.

2 participants