The main branch of this repo is currently deployed here.
This is a Next.js project bootstrapped with create-next-app
.
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.
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
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!