UNPKG

starlight-sidebar-topics

Version:

Starlight plugin to split your documentation into different sections, each with its own sidebar.

54 lines 1.49 kB
{ "name": "starlight-sidebar-topics", "version": "0.6.0", "license": "MIT", "description": "Starlight plugin to split your documentation into different sections, each with its own sidebar.", "author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)", "type": "module", "exports": { ".": "./index.ts", "./components/Sidebar.astro": "./components/starlight/Sidebar.astro", "./middleware": "./middleware.ts", "./overrides/Sidebar.astro": "./overrides/Sidebar.astro", "./schema": "./schema.ts", "./package.json": "./package.json" }, "dependencies": { "picomatch": "^4.0.2" }, "devDependencies": { "@playwright/test": "^1.49.1", "@types/picomatch": "^3.0.2" }, "peerDependencies": { "@astrojs/starlight": ">=0.32.0" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public", "provenance": true }, "sideEffects": false, "keywords": [ "starlight", "plugin", "sidebar", "topics", "sections", "documentation", "astro" ], "homepage": "https://github.com/HiDeoo/starlight-sidebar-topics", "repository": { "type": "git", "url": "https://github.com/HiDeoo/starlight-sidebar-topics.git", "directory": "packages/starlight-sidebar-topics" }, "bugs": "https://github.com/HiDeoo/starlight-sidebar-topics/issues", "scripts": { "test": "playwright install --with-deps chromium && playwright test", "lint": "eslint . --cache --max-warnings=0" } }