{"id":30157246,"url":"https://github.com/visual-layer/vl-documentation","last_synced_at":"2026-07-04T00:32:15.530Z","repository":{"id":308889870,"uuid":"959753607","full_name":"visual-layer/VL-documentation","owner":"visual-layer","description":"This is the official repo for the Visual Layer documentation.","archived":false,"fork":false,"pushed_at":"2026-07-01T00:10:23.000Z","size":201410,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-07-01T02:10:04.522Z","etag":null,"topics":["data","deduplication","enrichment","visualization"],"latest_commit_sha":null,"homepage":"https://docs.visual-layer.com","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/visual-layer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-03T09:48:23.000Z","updated_at":"2026-04-14T09:54:56.000Z","dependencies_parsed_at":"2025-09-29T11:38:29.754Z","dependency_job_id":"e5e9f4e8-8453-4d70-aaca-ab883e376e08","html_url":"https://github.com/visual-layer/VL-documentation","commit_stats":null,"previous_names":["visual-layer/vl-documentation"],"tags_count":0,"template":false,"template_full_name":"mintlify/starter","purl":"pkg:github/visual-layer/VL-documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-layer%2FVL-documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-layer%2FVL-documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-layer%2FVL-documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-layer%2FVL-documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visual-layer","download_url":"https://codeload.github.com/visual-layer/VL-documentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-layer%2FVL-documentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35106552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","deduplication","enrichment","visualization"],"created_at":"2025-08-11T13:28:08.874Z","updated_at":"2026-07-04T00:32:15.523Z","avatar_url":"https://github.com/visual-layer.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Visual Layer Documentation\n\nThis repository contains the source for the Visual Layer documentation site, built with [Mintlify](https://mintlify.com). It covers product usage, deployment, API reference, and admin guides for cloud and on-premises customers.\n\nThe published site lives at [docs.visual-layer.com](https://docs.visual-layer.com).\n\n## Repository Layout\n\n| Path | Contents |\n|---|---|\n| `docs/` | All published documentation pages, organized by section (`quick-start/`, `explore-and-search/`, `Dataset-Enrichment/`, etc.) |\n| `images/` | Screenshots, diagrams, and screen recordings referenced by MDX pages |\n| `docs.json` | Mintlify navigation, theme, and site configuration |\n| `styles.css` | Custom CSS for Visual Layer branding, tables, and components |\n| `CLAUDE.md` | Instructions for Claude Code when editing this repo (style, voice, conventions) |\n| `CONTRIBUTING.md` | Branch workflow, commit conventions, and review process |\n| `internal/` | Internal-only documentation (excluded from the published site) |\n| `.claude/skills/` | Project-scoped Claude Code skills bundled with the repo |\n\n## Quick Start\n\nThe fastest way to preview docs locally is to install the Mintlify CLI and run the dev server.\n\n### Prerequisites\n\n- **Node.js** version 19 or higher ([download](https://nodejs.org/))\n- **Git** ([download](https://git-scm.com/))\n- **A code editor** such as [VS Code](https://code.visualstudio.com/)\n\n### Install and Run\n\n1. Clone the repository.\n\n   ```bash\n   git clone https://github.com/visual-layer/VL-documentation.git\n   cd VL-documentation\n   ```\n\n2. Install the Mintlify CLI globally.\n\n   ```bash\n   npm install -g mintlify\n   ```\n\n3. Start the development server from the repo root.\n\n   ```bash\n   mintlify dev\n   ```\n\n4. Open `http://localhost:3000` in your browser.\n\nTo run on a different port:\n\n```bash\nmintlify dev --port 3333\n```\n\n## Editing Documentation\n\nAll pages are MDX (Markdown with JSX components). Style, voice, structure, and Mintlify component conventions are documented in [`CLAUDE.md`](./CLAUDE.md). Contributors should read it before making content changes.\n\nFor branch and commit conventions, see [`CONTRIBUTING.md`](./CONTRIBUTING.md).\n\n## Working with Claude Code\n\nThis repo is set up for collaborative editing with [Claude Code](https://claude.com/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.\n\nFor the full Claude workflow, including which skills are available and how to use them, see [`internal/using-claude.md`](./internal/using-claude.md). That file is internal-only and excluded from the published docs site.\n\n## Related Resources\n\n- [Mintlify documentation](https://mintlify.com/docs)\n- [Visual Layer product site](https://visual-layer.com)\n- [Published docs site](https://docs.visual-layer.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisual-layer%2Fvl-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisual-layer%2Fvl-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisual-layer%2Fvl-documentation/lists"}