Skip to content

visual-layer/VL-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

338 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Layer Documentation

This repository contains the source for the Visual Layer documentation site, built with Mintlify. It covers product usage, deployment, API reference, and admin guides for cloud and on-premises customers.

The published site lives at docs.visual-layer.com.

Repository Layout

Path Contents
docs/ All published documentation pages, organized by section (quick-start/, explore-and-search/, Dataset-Enrichment/, etc.)
images/ Screenshots, diagrams, and screen recordings referenced by MDX pages
docs.json Mintlify navigation, theme, and site configuration
styles.css Custom CSS for Visual Layer branding, tables, and components
CLAUDE.md Instructions for Claude Code when editing this repo (style, voice, conventions)
CONTRIBUTING.md Branch workflow, commit conventions, and review process
internal/ Internal-only documentation (excluded from the published site)
.claude/skills/ Project-scoped Claude Code skills bundled with the repo

Quick Start

The fastest way to preview docs locally is to install the Mintlify CLI and run the dev server.

Prerequisites

Install and Run

  1. Clone the repository.

    git clone https://github.com/visual-layer/VL-documentation.git
    cd VL-documentation
  2. Install the Mintlify CLI globally.

    npm install -g mintlify
  3. Start the development server from the repo root.

    mintlify dev
  4. Open http://localhost:3000 in your browser.

To run on a different port:

mintlify dev --port 3333

Editing Documentation

All pages are MDX (Markdown with JSX components). Style, voice, structure, and Mintlify component conventions are documented in CLAUDE.md. Contributors should read it before making content changes.

For branch and commit conventions, see CONTRIBUTING.md.

Working with Claude Code

This repo is set up for collaborative editing with Claude Code, Anthropic's coding agent. Project-scoped skills are bundled under .claude/skills/ and load automatically when you run Claude Code from the repo root.

For the full Claude workflow, including which skills are available and how to use them, see internal/using-claude.md. That file is internal-only and excluded from the published docs site.

Related Resources

About

This is the official repo for the Visual Layer documentation.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from mintlify/starter