0.1.1 • Published 2 years ago

linked-items v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Linked Items

Demo

https://linked-docs.netlify.app/

Install

$ npm i linked-items

Usage

Add component to your VitePress / VuePress configurations

// At your .vitepress/theme/index.ts:
import LinkedItems from 'linked-items';

export default {
	// ... other config
	enhanceApp({app}) {
		// some other code

		app.component('LinkedItems', LinkedItems);
	}
}

use it at the top of your markdown files, e.g.:

---
title: Linked DOCS
editLink: true
---
<LinkedItems/>

Lorem ipsum dolor sit emet

Enjoy!

0.1.1

2 years ago

0.1.0

2 years ago