63f3a2b66c
Rebrand ACDL/Agentic Cloud Delivery Platform → Nova across README, docs/, decks (markdown + mermaid .mmd + HTML), pyproject.toml name/description, schema $id URLs (acdl.cloudinit.dev→nova.cloudinit.dev), release.yml title/workflow-name. Nova tagline added to README header + both deck title slides + docs/vision.md (alongside existing North Star, D-106). S&P theme untouched (D-107). New docs/NOVA_MIGRATION.md consumer guide. Data values (env vars, resource names, tag keys, SSM/consumer paths) left for P2-P4. ---ci--- project: acdl phase: 1 milestone: v1.15 status: execute ---/ci---
32 lines
677 B
YAML
32 lines
677 B
YAML
title: Nova
|
|
description: Consumer + platform-engineer documentation for the Nova platform (formerly ACDL — Agentic Cloud Delivery Platform).
|
|
remote_theme: mmistakes/minimal-mistakes@9.0.4
|
|
|
|
exclude:
|
|
- internal/
|
|
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
values:
|
|
layout: single
|
|
|
|
nav:
|
|
- title: Overview
|
|
url: /
|
|
- title: Consumer Guide
|
|
url: /consumer-guide/
|
|
- title: Modules
|
|
url: /modules/
|
|
- title: Contracts
|
|
url: /contracts/
|
|
- title: Pipeline
|
|
url: /pipeline/
|
|
- title: Versioning
|
|
url: /pipeline/versioning/
|
|
- title: Environments
|
|
url: /environments/
|
|
- title: Architecture
|
|
url: /architecture/
|
|
- title: Vision
|
|
url: /vision/ |