No description
  • JavaScript 76.6%
  • CSS 23.4%
Find a file
dependabot[bot] da9ba5d920
Bump json5 from 1.0.1 to 1.0.2 (#387)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 10:11:25 +00:00
.github Add stalebot configuration (#347) 2022-06-22 15:46:01 +01:00
.vscode Exposing API to get plugin details (#350) 2022-06-27 18:42:02 +01:00
components upgrade next version to 13 (#378) 2022-11-29 17:08:59 +00:00
lib hide original links (#348) 2022-06-24 15:39:28 +01:00
pages upgrade next version to 13 (#378) 2022-11-29 17:08:59 +00:00
plugin-validation fix circle ci logo (#331) 2022-05-11 09:58:41 +01:00
plugins update git plugin to point at the correct source and image location (#386) 2023-01-05 15:42:42 +00:00
public Added Kubevious plugin v1.0.37 (#382) 2022-12-20 09:25:02 +00:00
scripts Exposing API to get plugin details (#350) 2022-06-27 18:42:02 +01:00
styles adding social meta and responsive fix 2022-05-25 22:56:46 +01:00
.drone.yml Small fixes (#374) 2022-11-22 11:49:05 +00:00
.eslintrc.json V2 (#325) 2022-05-05 11:55:45 +01:00
.gitignore V2 (#325) 2022-05-05 11:55:45 +01:00
.prettierignore V2 (#325) 2022-05-05 11:55:45 +01:00
.prettierrc.json V2 (#325) 2022-05-05 11:55:45 +01:00
next.config.js add sonarscanner plugin (#373) 2022-11-22 11:40:59 +00:00
package-lock.json Bump json5 from 1.0.1 to 1.0.2 (#387) 2023-01-10 10:11:25 +00:00
package.json upgrade next version to 13 (#378) 2022-11-29 17:08:59 +00:00
README.md Small fixes (#374) 2022-11-22 11:49:05 +00:00

Netlify Status Build Status

The master 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!