Add NAT and connectivity concepts documentation (#532)

This commit is contained in:
shuuri-labs
2026-01-13 18:52:26 +01:00
committed by GitHub
parent 105e6774db
commit ca6aa9fcc3
3 changed files with 386 additions and 2 deletions

View File

@@ -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",