Skip to content

drone/drone-plugin-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d968084 · Dec 5, 2024
Jun 22, 2022
Jun 27, 2022
Nov 29, 2022
Mar 30, 2023
Mar 2, 2024
Mar 30, 2023
Dec 5, 2024
Sep 20, 2024
Jun 27, 2022
May 25, 2022
Nov 22, 2022
May 5, 2022
May 5, 2022
May 5, 2022
May 5, 2022
Mar 30, 2023
Nov 22, 2022
Oct 26, 2023
Oct 26, 2023

Repository files navigation

Netlify Status Build Status

The main branch of this repo is currently deployed here.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install the dependencies

npm i

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Plugin Docs

Inside the plugins folder you will find a folder for each individual plugin.

Inside the individual plugin folders you will find a content.yaml file that defines the docs.

Each content.yaml is validated against a JSON schema plugin-validation/plugin-schema.json.

The plugin example in the content.yaml is also validated against a JSON schema plugin-validation/example-schema.json.

To run the validation script:

npm run validate

Plugin logos can be found here public/logos, the file name should be referred to in the content.yaml

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!