diff --git a/docusaurus.config.ts b/docusaurus.config.ts index cd5f15a..002c518 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -57,8 +57,8 @@ const config: Config = { // and sitemap — not merely hidden from the navbar. Doc authoring // continues upstream in rossoctl/rossoctl:docs/. // TO RESTORE: delete `docs: false` and uncomment the block below. - docs: false, - /* docs: { + // docs: false, + docs: { // Read docs from a local docs/ folder that mirrors the source of // truth 1:1. This folder is NOT committed — scripts/sync-docs.sh syncs // it from rossoctl/rossoctl:docs/ at build time. routeBasePath keeps @@ -73,12 +73,15 @@ const config: Config = { // versions exist yet. When the first is cut // (`npm run docusaurus docs:version 0.7`), it becomes the default // "latest" and "dev" stays as the work-in-progress version. + exclude: [ + + ], versions: { current: { label: 'dev', }, }, - }, */ + }, // Blog is an EXTERNAL Medium link (see navbar) — no local blog. blog: false, theme: { @@ -146,14 +149,12 @@ const config: Config = { // clicking the logo/title goes to '/', the landing page }, items: [ - // === TEMPORARY: "Documentation" nav item hidden until docs go public. === - // TO RESTORE: uncomment this item (requires re-enabling `docs` in the preset above). - /* { + { type: 'docSidebar', sidebarId: 'docsSidebar', position: 'left', label: 'Documentation', - }, */ + }, { // Single "Contributing" page rendered from the contributing docs // instance (docs layout + breadcrumbs). Content mirrors rossoctl's diff --git a/ecosystem/welcome.mdx b/ecosystem/welcome.mdx index cb2d883..4f184b3 100644 --- a/ecosystem/welcome.mdx +++ b/ecosystem/welcome.mdx @@ -25,42 +25,42 @@ export const cortexFunctions = [ }, { number: '03', - status: 'In progress', + status: 'beta in 0.7', title: 'Intent-based access', description: "Access is tied to what the user actually asked for, so an agent that drifts off task can't quietly reuse its access for something else.", }, { number: '04', - status: 'In progress', + status: 'beta in 0.7', title: 'Tool semantic validation', description: "Tool calls are checked for correctness and meaning before they run, catching calls that are malformed or don't match the task.", }, { number: '05', - status: 'Next', + status: 'alpha in 0.7', title: 'Context compaction', description: "The platform assembles and trims what goes into the model's context, keeping it relevant and lowering token cost.", }, { number: '06', - status: 'Next', + status: 'alpha in 0.7', title: 'Data-flow analysis', description: 'The platform tracks where the data behind a decision came from, so its provenance can gate what the agent does next.', }, { number: '07', - status: 'In progress', + status: 'beta in 0.7', title: 'Failure recovery', description: 'The platform detects when an agent stalls or fails and returns it to a known state instead of leaving work half-finished.', }, { number: '08', - status: 'In progress', + status: 'beta in 0.7', title: 'User interaction', description: 'For high-stakes steps, a person stays in the loop and approves before the agent acts.', @@ -112,8 +112,7 @@ rossoctl is a set of platform primitives for agent security, resilience, and eff