- JavaScript 76.6%
- CSS 23.4%
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> |
||
|---|---|---|
| .github | ||
| .vscode | ||
| components | ||
| lib | ||
| pages | ||
| plugin-validation | ||
| plugins | ||
| public | ||
| scripts | ||
| styles | ||
| .drone.yml | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.json | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
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:
- 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!