From ee50f92dfdcad0893fc00a3d54a3eaddaba0253f Mon Sep 17 00:00:00 2001 From: iamfortune Date: Tue, 3 Dec 2024 12:31:04 +0000 Subject: [PATCH] [automated commit] Bump docs to versions 2.19.0, 1.53.4 --- docs/sidebars.js | 244 ----------------------------------------------- sidebars.json | 2 +- 2 files changed, 1 insertion(+), 245 deletions(-) delete mode 100644 docs/sidebars.js diff --git a/docs/sidebars.js b/docs/sidebars.js deleted file mode 100644 index 9fee5cebf5..0000000000 --- a/docs/sidebars.js +++ /dev/null @@ -1,244 +0,0 @@ -/** - * Creating a sidebar enables you to: - - create an ordered group of docs - - render a sidebar for each doc of that group - - provide next/previous navigation - - The sidebars can be generated from the filesystem, or explicitly defined here. - - Create as many sidebars as you want. - */ - -// @ts-check - -// /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ -const sidebars = { - docs: [ - "Overview", - "cli", - { - type: "category", - label: "Platformatic Composer", - collapsed: true, - items: [ - "composer/overview", - "composer/configuration", - "composer/programmatic", - "composer/api-modification", - "composer/plugin", - ], - }, - { - type: "category", - label: "Platformatic DB", - collapsed: true, - items: [ - "db/overview", - "db/configuration", - "db/migrations", - { - type: "category", - label: "Authorization", - collapsed: true, - items: [ - "db/authorization/overview", - "db/authorization/strategies", - "db/authorization/user-roles-metadata", - "db/authorization/rules", - ], - }, - "db/plugin", - "db/logging", - "db/programmatic", - "db/schema-support", - ], - }, - { - type: "category", - label: "Platformatic Runtime", - collapsed: true, - items: [ - "runtime/overview", - "runtime/configuration", - "runtime/programmatic", - ], - }, - { - type: "category", - label: "Watt", - collapsed: true, - items: ["watt/overview", "watt/configuration", "watt/reference"], - }, - { - type: "category", - label: "Platformatic Service", - collapsed: true, - items: [ - "service/overview", - "service/configuration", - "service/plugin", - "service/programmatic", - ], - }, - { - type: "category", - label: "Client", - collapsed: true, - items: ["client/overview", "client/programmatic", "client/frontend"], - }, - { - type: "category", - label: "Packages", - collapsed: true, - items: [ - { - type: "category", - label: "Node", - collapsed: true, - items: ["packages/node/overview", "packages/node/configuration"], - }, - { - type: "category", - label: "Astro", - collapsed: true, - items: ["packages/astro/overview", "packages/astro/configuration"], - }, - { - type: "category", - label: "Next", - collapsed: true, - items: ["packages/next/overview", "packages/next/configuration"], - }, - { - type: "category", - label: "Remix", - collapsed: true, - items: ["packages/remix/overview", "packages/remix/configuration"], - }, - { - type: "category", - label: "Vite", - collapsed: true, - items: ["packages/vite/overview", "packages/vite/configuration"], - }, - { - type: "category", - label: "SQL-to-OpenAPI", - collapsed: true, - items: [ - "packages/sql-openapi/overview", - "packages/sql-openapi/api", - "packages/sql-openapi/ignore", - "packages/sql-openapi/explicit-include", - ], - }, - { - type: "category", - label: "SQL-to-GraphQL", - collapsed: true, - items: [ - "packages/sql-graphql/overview", - "packages/sql-graphql/queries", - "packages/sql-graphql/mutations", - "packages/sql-graphql/many-to-many", - "packages/sql-graphql/ignore", - ], - }, - { - type: "category", - label: "SQL-Mapper", - collapsed: true, - items: [ - "packages/sql-mapper/overview", - "packages/sql-mapper/fastify-plugin", - { - type: "category", - label: "Entities", - collapsed: true, - items: [ - "packages/sql-mapper/entities/overview", - "packages/sql-mapper/entities/fields", - "packages/sql-mapper/entities/api", - "packages/sql-mapper/entities/example", - "packages/sql-mapper/entities/hooks", - "packages/sql-mapper/entities/relations", - "packages/sql-mapper/entities/transactions", - ], - }, - ], - }, - { - type: "category", - label: "SQL-Events", - collapsed: true, - items: [ - "packages/sql-events/overview", - "packages/sql-events/fastify-plugin", - ], - }, - ], - }, - - "FAQs", - ], - Learn: [ - "learn/overview", - "getting-started/quick-start-watt", - "getting-started/quick-start-guide", - { - type: "category", - label: "Beginner Tutorials", - collapsed: true, - items: ["learn/beginner/crud-application"], - }, - { - type: "category", - label: "Advanced Guides", - collapsed: true, - items: [ - { - type: "category", - label: "Deployment", - collapsed: true, - items: [ - "guides/deployment/overview", - "guides/deployment/dockerize-a-watt-app", - "guides/deployment/deploy-to-fly-io-with-sqlite", - "guides/deployment/advanced-fly-io-deployment", - "guides/deployment/deploying-on-lambda", - ], - }, - "guides/seed-a-database", - { - type: "category", - label: "Add Custom Functionality", - collapsed: true, - items: [ - "guides/add-custom-functionality/overview", - "guides/add-custom-functionality/prerequisites", - "guides/add-custom-functionality/extend-graphql", - "guides/add-custom-functionality/extend-rest", - ], - }, - "guides/securing-platformatic-db", - "guides/jwt-auth0", - "guides/monitoring", - "guides/debug-platformatic-db", - "guides/environment-variables", - "guides/prisma", - "guides/generate-frontend-code-to-consume-platformatic-rest-api", - "guides/migrating-fastify-app-to-platformatic-service", - "guides/migrating-express-app-to-platformatic-service", - "guides/telemetry", - "guides/build-modular-monolith", - "guides/logging-to-elasticsearch", - "guides/jwt-keycloak", - "guides/use-env-with-platformatic", - ], - }, - "learn/glossary", - "FAQs", - ], -}; - -module.exports = sidebars; diff --git a/sidebars.json b/sidebars.json index daced920e6..32d380c6a6 100644 --- a/sidebars.json +++ b/sidebars.json @@ -250,4 +250,4 @@ "learn/glossary", "FAQs" ] -} +} \ No newline at end of file