mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Add NAT and connectivity concepts documentation (#532)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "npm run gen:llm && next dev",
|
||||
"dev": "npm run gen:llm && next dev --webpack",
|
||||
"build": "npm run gen:llm && next build",
|
||||
"gen": "swagger-codegen generate -i https://raw.githubusercontent.com/netbirdio/netbird/main/management/server/http/api/openapi.yml -l openapi -o generator/openapi && npx ts-node generator/index.ts gen --input generator/openapi/openapi.json --output src/pages/ipa/resources",
|
||||
"gen:llm": "node scripts/generate-llm-docs.mjs",
|
||||
@@ -48,7 +48,7 @@
|
||||
"lodash": "^4.17.21",
|
||||
"mdast-util-to-string": "^3.2.0",
|
||||
"mdx-annotations": "^0.1.1",
|
||||
"next": "^13.4.1",
|
||||
"next": "^16.1.1",
|
||||
"openapi-types": "^12.1.0",
|
||||
"postcss-focus-visible": "^8.0.2",
|
||||
"react": "18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user