Skip to content

drone/drone-plugin-index

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!