Skip to content

Commit c3ea46a

Browse files
authored
Merge pull request #6 from devforth/add-readme
docs: add README
2 parents 05fc9bd + 463ed01 commit c3ea46a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# AdminForth ForeignInlineList Plugin
2+
3+
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /> <img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/foreign-inline-list"> <img src="https://img.shields.io/npm/dt/@adminforth/foreign-inline-list" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@adminforth/foreign-inline-list"><img src="https://img.shields.io/npm/v/@adminforth/foreign-inline-list" alt="npm version" /></a> <a href="https://www.npmjs.com/package/@adminforth/foreign-inline-list">
4+
5+
Allows to add an inline list of connected foreign resource records on a adminforth show page.
6+
7+
## For usage, see [AdminForth ForeignInlineList Documentation](https://adminforth.dev/docs/tutorial/Plugins/ForeignInlineList/)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"type": "module",
8+
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/ForeignInlineList/",
89
"scripts": {
910
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
1011
"prepare": "npm link adminforth"

0 commit comments

Comments
 (0)