Skip to content

Add local-development docs scaffold under root Documentation#6

Merged
einari merged 1 commit into
mainfrom
copilot/add-local-development-documentation
May 22, 2026
Merged

Add local-development docs scaffold under root Documentation#6
einari merged 1 commit into
mainfrom
copilot/add-local-development-documentation

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 22, 2026

Adds first-class onboarding docs for running Lens locally by introducing a DocFX-style Documentation/ tree and a focused getting-started path for local development.

  • Documentation root + navigation

    • Added Documentation/index.md and Documentation/toc.yml as the site entrypoint.
    • Wired section navigation to GettingStarted/toc.yml.
  • Getting Started section

    • Added Documentation/GettingStarted/index.md and section-level toc.yml.
    • Introduced a dedicated LocalDevelopment topic wired through nested TOCs.
  • Local development guide

    • Added Documentation/GettingStarted/LocalDevelopment/index.md covering:
      • prerequisites
      • install/build flow
      • loading unpacked extension from Source/dist
      • Arc base URL and tenant header configuration
      • watch-mode workflow for iterative changes
# Documentation/toc.yml
- name: Lens Documentation
  href: index.md
  items:
    - name: Getting Started
      href: GettingStarted/toc.yml

@einari einari marked this pull request as ready for review May 22, 2026 18:01
@einari einari merged commit 9074217 into main May 22, 2026
@einari einari deleted the copilot/add-local-development-documentation branch May 22, 2026 18:02
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