@cdmbase/wiki-browser 12.0.18-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/lib/components/Logo.d.ts +4 -0
- package/lib/components/Logo.d.ts.map +1 -0
- package/lib/components/Logo.js +16 -0
- package/lib/components/Logo.js.map +1 -0
- package/lib/components/help/SidebarSearch.d.ts +8 -0
- package/lib/components/help/SidebarSearch.d.ts.map +1 -0
- package/lib/components/help/SidebarSearch.js +111 -0
- package/lib/components/help/SidebarSearch.js.map +1 -0
- package/lib/components/help/index.d.ts +2 -0
- package/lib/components/help/index.d.ts.map +1 -0
- package/lib/components/landing/FeatureCard.d.ts +13 -0
- package/lib/components/landing/FeatureCard.d.ts.map +1 -0
- package/lib/components/landing/FeatureCard.js +85 -0
- package/lib/components/landing/FeatureCard.js.map +1 -0
- package/lib/components/landing/QuickLinkCard.d.ts +8 -0
- package/lib/components/landing/QuickLinkCard.d.ts.map +1 -0
- package/lib/components/landing/QuickLinkCard.js +26 -0
- package/lib/components/landing/QuickLinkCard.js.map +1 -0
- package/lib/components/landing/SearchInput.d.ts +10 -0
- package/lib/components/landing/SearchInput.d.ts.map +1 -0
- package/lib/components/landing/SearchInput.js +223 -0
- package/lib/components/landing/SearchInput.js.map +1 -0
- package/lib/components/landing/index.d.ts +4 -0
- package/lib/components/landing/index.d.ts.map +1 -0
- package/lib/components/welcome.d.ts +3 -0
- package/lib/components/welcome.d.ts.map +1 -0
- package/lib/compute.d.ts +4 -0
- package/lib/compute.d.ts.map +1 -0
- package/lib/compute.js +96 -0
- package/lib/compute.js.map +1 -0
- package/lib/config/env-config.d.ts +4 -0
- package/lib/config/env-config.d.ts.map +1 -0
- package/lib/config/env-config.js +7 -0
- package/lib/config/env-config.js.map +1 -0
- package/lib/docs.config.d.ts +48 -0
- package/lib/docs.config.d.ts.map +1 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -0
- package/lib/loaders/search.d.ts +1 -0
- package/lib/loaders/search.d.ts.map +1 -0
- package/lib/module.d.ts +4 -0
- package/lib/module.d.ts.map +1 -0
- package/lib/module.js +11 -0
- package/lib/module.js.map +1 -0
- package/lib/pages/ArticlePage/ArticlePage.d.ts +4 -0
- package/lib/pages/ArticlePage/ArticlePage.d.ts.map +1 -0
- package/lib/pages/ArticlePage/ArticlePage.js +222 -0
- package/lib/pages/ArticlePage/ArticlePage.js.map +1 -0
- package/lib/pages/ArticlePage/index.d.ts +3 -0
- package/lib/pages/ArticlePage/index.d.ts.map +1 -0
- package/lib/pages/ArticlePage/index.js +3 -0
- package/lib/pages/ArticlePage/index.js.map +1 -0
- package/lib/pages/CategoryCollection/CategoryCollection.d.ts +4 -0
- package/lib/pages/CategoryCollection/CategoryCollection.d.ts.map +1 -0
- package/lib/pages/CategoryCollection/CategoryCollection.js +103 -0
- package/lib/pages/CategoryCollection/CategoryCollection.js.map +1 -0
- package/lib/pages/CategoryCollection/index.d.ts +3 -0
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -0
- package/lib/pages/CategoryCollection/index.js +3 -0
- package/lib/pages/CategoryCollection/index.js.map +1 -0
- package/lib/pages/Help/HelpIndex.d.ts +4 -0
- package/lib/pages/Help/HelpIndex.d.ts.map +1 -0
- package/lib/pages/Help/HelpIndex.js +44 -0
- package/lib/pages/Help/HelpIndex.js.map +1 -0
- package/lib/pages/Help/index.d.ts +4 -0
- package/lib/pages/Help/index.d.ts.map +1 -0
- package/lib/pages/Help/index.js +226 -0
- package/lib/pages/Help/index.js.map +1 -0
- package/lib/pages/Landing/index.d.ts +3 -0
- package/lib/pages/Landing/index.d.ts.map +1 -0
- package/lib/pages/Landing/index.js +281 -0
- package/lib/pages/Landing/index.js.map +1 -0
- package/lib/routes.json +2533 -0
- package/lib/seo.d.ts +22 -0
- package/lib/seo.d.ts.map +1 -0
- package/lib/slot-fill/FooterFill.d.ts +3 -0
- package/lib/slot-fill/FooterFill.d.ts.map +1 -0
- package/lib/slot-fill/FooterFill.js +18 -0
- package/lib/slot-fill/FooterFill.js.map +1 -0
- package/lib/slot-fill/LogoFill.d.ts +5 -0
- package/lib/slot-fill/LogoFill.d.ts.map +1 -0
- package/lib/slot-fill/LogoFill.js +74 -0
- package/lib/slot-fill/LogoFill.js.map +1 -0
- package/lib/slot-fill/consts.d.ts +5 -0
- package/lib/slot-fill/consts.d.ts.map +1 -0
- package/lib/slot-fill/consts.js +1 -0
- package/lib/slot-fill/consts.js.map +1 -0
- package/lib/slot-fill/index.d.ts +4 -0
- package/lib/slot-fill/index.d.ts.map +1 -0
- package/lib/templates/assets/images/add-link-frontend.png +0 -0
- package/lib/templates/assets/images/add-package-backend.png +0 -0
- package/lib/templates/assets/images/add-to-backend-module.png +0 -0
- package/lib/templates/assets/images/add-upload-client-frontend.png +0 -0
- package/lib/templates/assets/images/additional-parameters.png +0 -0
- package/lib/templates/assets/images/aeh-implementation.png +0 -0
- package/lib/templates/assets/images/aeh-usage.png +0 -0
- package/lib/templates/assets/images/apollo-client/recommendation_cache_mgmt.png +0 -0
- package/lib/templates/assets/images/app-deploy-new-version/jenkins1.PNG +0 -0
- package/lib/templates/assets/images/app-deploy-new-version/jenkins2.PNG +0 -0
- package/lib/templates/assets/images/auth-wrapper-code.png +0 -0
- package/lib/templates/assets/images/cdebase.png +0 -0
- package/lib/templates/assets/images/cdm-locales-directory.png +0 -0
- package/lib/templates/assets/images/client-settings.png +0 -0
- package/lib/templates/assets/images/codegen_file_update.png +0 -0
- package/lib/templates/assets/images/configuration.png +0 -0
- package/lib/templates/assets/images/copy-plugin.png +0 -0
- package/lib/templates/assets/images/docusaurus.png +0 -0
- package/lib/templates/assets/images/error-link.png +0 -0
- package/lib/templates/assets/images/error-sample.png +0 -0
- package/lib/templates/assets/images/extension copy.png +0 -0
- package/lib/templates/assets/images/extension.png +0 -0
- package/lib/templates/assets/images/graphql/graphql-folder-backend.png +0 -0
- package/lib/templates/assets/images/graphql/graphql-folder-with-gql.png +0 -0
- package/lib/templates/assets/images/i18n-config.png +0 -0
- package/lib/templates/assets/images/image.png +0 -0
- package/lib/templates/assets/images/logo.svg +10 -0
- package/lib/templates/assets/images/logo1.svg +1 -0
- package/lib/templates/assets/images/modify-upload-false-server.png +0 -0
- package/lib/templates/assets/images/navigation-auth-enabled.png +0 -0
- package/lib/templates/assets/images/org-dashboard-navigation.png +0 -0
- package/lib/templates/assets/images/org-navigation.png +0 -0
- package/lib/templates/assets/images/preferences_graphql_type.png +0 -0
- package/lib/templates/assets/images/provider.png +0 -0
- package/lib/templates/assets/images/route-config.png +0 -0
- package/lib/templates/assets/images/service-accounts.png +0 -0
- package/lib/templates/assets/images/source-code/source-code-environments.png +0 -0
- package/lib/templates/assets/images/source-code/source-code-organization.png +0 -0
- package/lib/templates/assets/images/spin-clone-develop-deployment/jenkins-changes.png +0 -0
- package/lib/templates/assets/images/spin-clone-develop-deployment/lerna-changes.png +0 -0
- package/lib/templates/assets/images/spin-clone-develop-deployment/root-package-json-changes.png +0 -0
- package/lib/templates/assets/images/spin-clone-develop-deployment/values-dev-changes.png +0 -0
- package/lib/templates/assets/images/sso-mappers.png +0 -0
- package/lib/templates/assets/images/sso-picture-mapper.png +0 -0
- package/lib/templates/assets/images/sso-settings.png +0 -0
- package/lib/templates/assets/images/timesheet_apollo_cache.png +0 -0
- package/lib/templates/assets/images/timesheet_query.png +0 -0
- package/lib/templates/assets/images/tutorial/docsVersionDropdown.png +0 -0
- package/lib/templates/assets/images/tutorial/localeDropdown.png +0 -0
- package/lib/templates/assets/images/unauthenticated.png +0 -0
- package/lib/templates/assets/images/undraw_docusaurus_mountain.svg +170 -0
- package/lib/templates/assets/images/undraw_docusaurus_react.svg +169 -0
- package/lib/templates/assets/images/undraw_docusaurus_tree.svg +1 -0
- package/lib/templates/assets/images/vite-plugin-config.png +0 -0
- package/lib/templates/content/docs/Generators/Project/generate-fullproject.md +12 -0
- package/lib/templates/content/docs/LLM/Logger.llm.md +194 -0
- package/lib/templates/content/docs/LLM/backend-proxies-services-llm.md +2687 -0
- package/lib/templates/content/docs/LLM/backend-service-llm.md +3384 -0
- package/lib/templates/content/docs/LLM/db_migration_llm.md +954 -0
- package/lib/templates/content/docs/LLM/frontend/REMIX-15.3-upgrade-llm.md +1245 -0
- package/lib/templates/content/docs/LLM/inngest/INNGEST_FUNCTION_DEVELOPMENT_GUIDE_LLM.md +1241 -0
- package/lib/templates/content/docs/LLM/inngest/INNGEST_NAMESPACE_LLM.md +384 -0
- package/lib/templates/content/docs/LLM/llm_workflow_namespace.md +384 -0
- package/lib/templates/content/docs/LLM/organization-components-form-llm.md +1395 -0
- package/lib/templates/content/docs/LLM/page-component-llm.md +173 -0
- package/lib/templates/content/docs/LLM/preferences-settings-llm.md +2781 -0
- package/lib/templates/content/docs/LLM/tailwind-css-llm.md +502 -0
- package/lib/templates/content/docs/UI/SchemaBasedUI.md +334 -0
- package/lib/templates/content/docs/UI/SlotFillComponent.md +334 -0
- package/lib/templates/content/docs/adminide-modules/account/auth0-login.md +31 -0
- package/lib/templates/content/docs/adminide-modules/account/index.md +14 -0
- package/lib/templates/content/docs/adminide-modules/account/keycloak-remix-setup.md +86 -0
- package/lib/templates/content/docs/adminide-modules/account/remix-auth-setup.md +79 -0
- package/lib/templates/content/docs/adminide-modules/account/various-auth-qatest.md +157 -0
- package/lib/templates/content/docs/adminide-modules/api-builders/graphql.md +906 -0
- package/lib/templates/content/docs/adminide-modules/billing/payments/index.md +14 -0
- package/lib/templates/content/docs/adminide-modules/billing/payments/stripe/index.md +14 -0
- package/lib/templates/content/docs/adminide-modules/billing/payments/stripe/settingup-stripe-locally.md +25 -0
- package/lib/templates/content/docs/adminide-modules/billing/tier-config.md +293 -0
- package/lib/templates/content/docs/adminide-modules/connectors/Connector.md +207 -0
- package/lib/templates/content/docs/adminide-modules/file-upload/index.md +16 -0
- package/lib/templates/content/docs/adminide-modules/file-upload/setup.md +435 -0
- package/lib/templates/content/docs/adminide-modules/file-upload/upload-file-using-signed-url.md +161 -0
- package/lib/templates/content/docs/adminide-modules/preferences/AddAdditionalPermissions.md +151 -0
- package/lib/templates/content/docs/adminide-modules/preferences/Configuration.md +241 -0
- package/lib/templates/content/docs/adminide-modules/preferences/Policy-Configuration.md +61 -0
- package/lib/templates/content/docs/adminide-modules/preferences/UI-components/ResourceSettingsLoader.md +319 -0
- package/lib/templates/content/docs/adminide-modules/preferences/contribute_scope_target.md +280 -0
- package/lib/templates/content/docs/adminide-modules/preferences/generate-urii.md +94 -0
- package/lib/templates/content/docs/adminide-modules/preferences/index.md +28 -0
- package/lib/templates/content/docs/adminide-modules/preferences/machine-configuration.md +157 -0
- package/lib/templates/content/docs/adminide-modules/preferences/pageSettings/generateCdecodeUri.md +1289 -0
- package/lib/templates/content/docs/adminide-modules/preferences/pageSettings/migratingFromUseSettings.md +215 -0
- package/lib/templates/content/docs/adminide-modules/preferences/permissions/Roles-Permissions.md +72 -0
- package/lib/templates/content/docs/adminide-modules/preferences/permissions/settingUserPermissions.md +139 -0
- package/lib/templates/content/docs/adminide-modules/preferences/preference-dependency.md +138 -0
- package/lib/templates/content/docs/adminide-modules/preferences/route-based-configuration.md +41 -0
- package/lib/templates/content/docs/adminide-modules/preferences/schema-configuration.md +71 -0
- package/lib/templates/content/docs/adminide-modules/preferences/supported.md +24 -0
- package/lib/templates/content/docs/adminide-modules/preferences/useSettingsLoader.md +248 -0
- package/lib/templates/content/docs/adminide-modules/project-tools/auth-providers.md +1317 -0
- package/lib/templates/content/docs/adminide-modules/project-tools/keycloak-guide.md +543 -0
- package/lib/templates/content/docs/adminide-modules/project-tools/tenant-management/tenant-based-authentication.md +846 -0
- package/lib/templates/content/docs/adminide-modules/project-tools/tenant-management/tenant-management.md +708 -0
- package/lib/templates/content/docs/adminide-modules/project-tools/tenant-management/tenants.md +1117 -0
- package/lib/templates/content/docs/chrome-extension/index.md +14 -0
- package/lib/templates/content/docs/chrome-extension/setup.md +30 -0
- package/lib/templates/content/docs/contributing/adding-package.md +23 -0
- package/lib/templates/content/docs/contributing/adding_new_modules.md +99 -0
- package/lib/templates/content/docs/contributing/architecture-updates.md +19 -0
- package/lib/templates/content/docs/contributing/avoid-using-promises-ui.md +116 -0
- package/lib/templates/content/docs/contributing/coding-guidelines.md +111 -0
- package/lib/templates/content/docs/contributing/do-and-dont.md +42 -0
- package/lib/templates/content/docs/contributing/faq.md +22 -0
- package/lib/templates/content/docs/contributing/folder-setup/browser.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/config.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/containers-server.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/core.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/graphql.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/index.md +30 -0
- package/lib/templates/content/docs/contributing/folder-setup/module.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/server.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/services.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/store.md +12 -0
- package/lib/templates/content/docs/contributing/frontend-coding.md +30 -0
- package/lib/templates/content/docs/contributing/git-subtree-sharing.md +73 -0
- package/lib/templates/content/docs/contributing/graphql-subscriptions.md +69 -0
- package/lib/templates/content/docs/contributing/how-to-contribute.md +30 -0
- package/lib/templates/content/docs/contributing/how_to_check_pure_esm.md +29 -0
- package/lib/templates/content/docs/contributing/index.md +60 -0
- package/lib/templates/content/docs/contributing/installation-issues.md +23 -0
- package/lib/templates/content/docs/contributing/keyboard-shortcut.md +131 -0
- package/lib/templates/content/docs/contributing/language/locale-support.md +12 -0
- package/lib/templates/content/docs/contributing/lerna-build-tools.md +516 -0
- package/lib/templates/content/docs/contributing/lerna-yarn-workspaces.md +95 -0
- package/lib/templates/content/docs/contributing/lint-and-formatter.md +20 -0
- package/lib/templates/content/docs/contributing/mobile-setup.md +16 -0
- package/lib/templates/content/docs/contributing/project-setup.md +233 -0
- package/lib/templates/content/docs/contributing/react/index.md +14 -0
- package/lib/templates/content/docs/contributing/react/lazy-component.md +70 -0
- package/lib/templates/content/docs/contributing/run-various-options.md +124 -0
- package/lib/templates/content/docs/contributing/schema-first-graphql-types.md +37 -0
- package/lib/templates/content/docs/contributing/source-code-organization.md +57 -0
- package/lib/templates/content/docs/contributing/staging-docker.md +88 -0
- package/lib/templates/content/docs/contributing/third-party/apollo-client-v3-tutorials.md +28 -0
- package/lib/templates/content/docs/contributing/third-party/index.md +18 -0
- package/lib/templates/content/docs/contributing/typescript-contribution.md +16 -0
- package/lib/templates/content/docs/devops/app-deploy-new-version.md +30 -0
- package/lib/templates/content/docs/devops/index.md +14 -0
- package/lib/templates/content/docs/devops/mobile-jenkins-build.md +40 -0
- package/lib/templates/content/docs/devops/versioning-the-project.md +128 -0
- package/lib/templates/content/docs/error-handler/application-error-handler.md +40 -0
- package/lib/templates/content/docs/error-handler/error-handling.md +26 -0
- package/lib/templates/content/docs/error-handler/index.md +16 -0
- package/lib/templates/content/docs/error-handler/logging-errors.md +14 -0
- package/lib/templates/content/docs/feature-api/copy-operation.md +427 -0
- package/lib/templates/content/docs/feature-api/feature-browser/assets.md +46 -0
- package/lib/templates/content/docs/feature-api/feature-browser/auth-permissions.md +12 -0
- package/lib/templates/content/docs/feature-api/feature-browser/feature.md +131 -0
- package/lib/templates/content/docs/feature-api/feature-browser/index.md +22 -0
- package/lib/templates/content/docs/feature-api/feature-browser/routes-menu.md +110 -0
- package/lib/templates/content/docs/feature-api/feature-browser/routing-convention.md +124 -0
- package/lib/templates/content/docs/feature-api/feature-browser/routing.md +338 -0
- package/lib/templates/content/docs/feature-api/feature-mobile/auth-permissions.md +20 -0
- package/lib/templates/content/docs/feature-api/feature-mobile/feature.md +130 -0
- package/lib/templates/content/docs/feature-api/feature-mobile/index.md +18 -0
- package/lib/templates/content/docs/feature-api/feature-mobile/navigation.md +187 -0
- package/lib/templates/content/docs/feature-api/feature-server/Scheduling.md +44 -0
- package/lib/templates/content/docs/feature-api/feature-server/dataloader.md +320 -0
- package/lib/templates/content/docs/feature-api/feature-server/dependency-injection.md +81 -0
- package/lib/templates/content/docs/feature-api/feature-server/feature.md +65 -0
- package/lib/templates/content/docs/feature-api/feature-server/generic-dataloader.md +135 -0
- package/lib/templates/content/docs/feature-api/feature-server/index.md +40 -0
- package/lib/templates/content/docs/feature-api/feature-server/migration.md +127 -0
- package/lib/templates/content/docs/feature-api/feature-server/mongo-model.md +72 -0
- package/lib/templates/content/docs/feature-api/feature-server/permissions.md +12 -0
- package/lib/templates/content/docs/feature-api/feature-server/policies.md +57 -0
- package/lib/templates/content/docs/feature-api/feature-server/preferences.md +57 -0
- package/lib/templates/content/docs/feature-api/feature-server/repositories.md +114 -0
- package/lib/templates/content/docs/feature-api/feature-server/resolvers.md +126 -0
- package/lib/templates/content/docs/feature-api/feature-server/rules.md +132 -0
- package/lib/templates/content/docs/feature-api/feature-server/schema.md +12 -0
- package/lib/templates/content/docs/feature-api/feature-server/services.md +102 -0
- package/lib/templates/content/docs/feature-api/feature-server/setup-resource-crud.md +359 -0
- package/lib/templates/content/docs/feature-api/index.md +18 -0
- package/lib/templates/content/docs/graphql/apolloClient-mutation.md +94 -0
- package/lib/templates/content/docs/graphql/index.md +14 -0
- package/lib/templates/content/docs/graphql/scalars.md +15 -0
- package/lib/templates/content/docs/help/index.md +14 -0
- package/lib/templates/content/docs/help/intro.md +16 -0
- package/lib/templates/content/docs/intl/ant-design-menu-translation.md +74 -0
- package/lib/templates/content/docs/intl/intl-namespace.md +129 -0
- package/lib/templates/content/docs/intl/vite-plugin-intl.md +87 -0
- package/lib/templates/content/docs/intl/webpack-plugin-intl.md +12 -0
- package/lib/templates/content/docs/intro.md +18 -0
- package/lib/templates/content/docs/knowledge/basic-fullstack.md +238 -0
- package/lib/templates/content/docs/mailing/index.md +14 -0
- package/lib/templates/content/docs/mailing/mailing-template.md +148 -0
- package/lib/templates/content/docs/mobile/App-navigation-generator.md +410 -0
- package/lib/templates/content/docs/mobile/MobileTestCases.md +264 -0
- package/lib/templates/content/docs/mobile/eas-profile-build.md +107 -0
- package/lib/templates/content/docs/mobile/expo-push-notification-setup.md +216 -0
- package/lib/templates/content/docs/mobile/index.md +14 -0
- package/lib/templates/content/docs/mobile/routes.md +83 -0
- package/lib/templates/content/docs/organization/adding-account-context.md +116 -0
- package/lib/templates/content/docs/organization/adding-org-mobile-navigation.md +22 -0
- package/lib/templates/content/docs/organization/adding-org-web-navigation.md +12 -0
- package/lib/templates/content/docs/organization/index.md +20 -0
- package/lib/templates/content/docs/organization/initialization.md +20 -0
- package/lib/templates/content/docs/organization/organization-resource-vs-resource.md +112 -0
- package/lib/templates/content/docs/remix/configuration/component-structure-best-practices.md +152 -0
- package/lib/templates/content/docs/remix/configuration/configurations.md +218 -0
- package/lib/templates/content/docs/remix/configuration/css-import-and-stylesheets.md +142 -0
- package/lib/templates/content/docs/remix/configuration/dont-subcomponent-network.md +166 -0
- package/lib/templates/content/docs/remix/configuration/generated-data-loaders.md +122 -0
- package/lib/templates/content/docs/remix/configuration/generated-resource-loaders.md +257 -0
- package/lib/templates/content/docs/remix/configuration/query-params-generator.md +216 -0
- package/lib/templates/content/docs/remix/configuration/routes-extra-icons.md +103 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-advanced.md +86 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-auth.md +113 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-best-practices.md +55 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-fields.md +79 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-graphql.md +79 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-index.md +112 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-loaders.md +165 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-middleware.md +196 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-overview.md +53 -0
- package/lib/templates/content/docs/remix/data-loaders.md +43 -0
- package/lib/templates/content/docs/remix/devtools/remix-devtools.md +58 -0
- package/lib/templates/content/docs/remix/examples/changes-using-servercode.md +79 -0
- package/lib/templates/content/docs/remix/extra-icons.md +62 -0
- package/lib/templates/content/docs/remix/extra-links.md +65 -0
- package/lib/templates/content/docs/remix/generated-data-loaders.md +114 -0
- package/lib/templates/content/docs/remix/queryParamsGenerator.md +89 -0
- package/lib/templates/content/docs/remix/resources.md +16 -0
- package/lib/templates/content/docs/remix/styles.md +132 -0
- package/lib/templates/content/docs/remix/wiki.md +12 -0
- package/lib/templates/content/docs/security/auth-wrapper/auth-wrapper.md +24 -0
- package/lib/templates/content/docs/security/index.md +18 -0
- package/lib/templates/content/docs/security/secure-button-mobilenative.md +88 -0
- package/lib/templates/content/docs/security/secure-button-web.md +89 -0
- package/lib/templates/content/docs/server-side/account-customization.md +82 -0
- package/lib/templates/content/docs/server-side/apollo/caching.md +164 -0
- package/lib/templates/content/docs/server-side/backend-architecture/FINAL-DECISION.md +209 -0
- package/lib/templates/content/docs/server-side/backend-architecture/TRUE-FINAL-ARCHITECTURE.md +603 -0
- package/lib/templates/content/docs/server-side/backend-architecture/index1.md +0 -0
- package/lib/templates/content/docs/server-side/backend-coding.md +839 -0
- package/lib/templates/content/docs/server-side/e2b/manageing-template.md +197 -0
- package/lib/templates/content/docs/server-side/index.md +14 -0
- package/lib/templates/content/docs/server-side/inngest-functions-module.md +309 -0
- package/lib/templates/content/docs/server-side/listen-stripe-events.md +43 -0
- package/lib/templates/content/docs/server-side/slug-service.md +323 -0
- package/lib/templates/content/docs/tests/index.md +18 -0
- package/lib/templates/content/docs/tests/jest-test-debug-vscode.md +40 -0
- package/lib/templates/content/docs/tests/known-errors.md +116 -0
- package/lib/templates/content/docs/tests/service-test-template.md +118 -0
- package/lib/templates/content/docs/tests/test-setup.md +93 -0
- package/lib/templates/content/docs/xstate.md +23 -0
- package/lib/types.d.ts +37 -0
- package/lib/types.d.ts.map +1 -0
- package/lib/utils/docsNavigation.d.ts +9 -0
- package/lib/utils/docsNavigation.d.ts.map +1 -0
- package/lib/utils/docsNavigation.js +37 -0
- package/lib/utils/docsNavigation.js.map +1 -0
- package/lib/utils/helpCenterUtils.d.ts +26 -0
- package/lib/utils/helpCenterUtils.d.ts.map +1 -0
- package/lib/utils/index.d.ts +3 -0
- package/lib/utils/index.d.ts.map +1 -0
- package/lib/utils/index.js +3 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/markdownLoader.d.ts +36 -0
- package/lib/utils/markdownLoader.d.ts.map +1 -0
- package/lib/utils/markdownLoader.js +2242 -0
- package/lib/utils/markdownLoader.js.map +1 -0
- package/package.json +71 -0
package/lib/routes.json
ADDED
|
@@ -0,0 +1,2533 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"//": {
|
|
4
|
+
"name": "Landing Page",
|
|
5
|
+
"key": "landing-page",
|
|
6
|
+
"path": "//",
|
|
7
|
+
"auth": false,
|
|
8
|
+
"position": "LOWER",
|
|
9
|
+
"exact": true,
|
|
10
|
+
"hideInMenu": true,
|
|
11
|
+
"index": true,
|
|
12
|
+
"priority": 1,
|
|
13
|
+
"componentPath": "@cdmbase/wiki-browser/lib/pages/Landing/index.js",
|
|
14
|
+
"hasComponent": true
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"//help/:categoryId": {
|
|
19
|
+
"name": "Help Category",
|
|
20
|
+
"key": "docs.help.category",
|
|
21
|
+
"path": "//help/:categoryId",
|
|
22
|
+
"auth": false,
|
|
23
|
+
"position": "LOWER",
|
|
24
|
+
"exact": true,
|
|
25
|
+
"hideInMenu": true,
|
|
26
|
+
"priority": 1,
|
|
27
|
+
"componentPath": "@cdmbase/wiki-browser/lib/pages/CategoryCollection/index.js",
|
|
28
|
+
"hasComponent": true
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"//help/:categoryId/:articleSlug": {
|
|
33
|
+
"name": "Help Article",
|
|
34
|
+
"key": "docs.help",
|
|
35
|
+
"path": "//help/:categoryId/:articleSlug",
|
|
36
|
+
"auth": false,
|
|
37
|
+
"position": "LOWER",
|
|
38
|
+
"exact": true,
|
|
39
|
+
"hideInMenu": true,
|
|
40
|
+
"priority": 1,
|
|
41
|
+
"componentPath": "@cdmbase/wiki-browser/lib/pages/ArticlePage/index.js",
|
|
42
|
+
"hasComponent": true
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"//help": {
|
|
47
|
+
"name": "Help Center",
|
|
48
|
+
"key": "docs.help.center",
|
|
49
|
+
"path": "//help",
|
|
50
|
+
"auth": false,
|
|
51
|
+
"position": "LOWER",
|
|
52
|
+
"exact": false,
|
|
53
|
+
"hideInMenu": true,
|
|
54
|
+
"componentPath": "@cdmbase/wiki-browser/lib/pages/Help/index.js",
|
|
55
|
+
"hasComponent": true
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"//help/adminide-modules": {
|
|
60
|
+
"name": "AdminIDE Modules",
|
|
61
|
+
"key": "docs.adminide-modules",
|
|
62
|
+
"path": "//help/adminide-modules",
|
|
63
|
+
"auth": false,
|
|
64
|
+
"position": "LOWER",
|
|
65
|
+
"exact": true,
|
|
66
|
+
"priority": 1
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"//help/adminide-modules/adminide-modules-account-auth0-login": {
|
|
71
|
+
"name": "Auth0 Login",
|
|
72
|
+
"key": "docs.adminide-modules.adminide-modules-account-auth0-login",
|
|
73
|
+
"path": "//help/adminide-modules/adminide-modules-account-auth0-login",
|
|
74
|
+
"auth": false,
|
|
75
|
+
"position": "LOWER",
|
|
76
|
+
"exact": true,
|
|
77
|
+
"priority": 1
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"//help/adminide-modules/adminide-modules-account-index": {
|
|
82
|
+
"name": "Account",
|
|
83
|
+
"key": "docs.adminide-modules.adminide-modules-account-index",
|
|
84
|
+
"path": "//help/adminide-modules/adminide-modules-account-index",
|
|
85
|
+
"auth": false,
|
|
86
|
+
"position": "LOWER",
|
|
87
|
+
"exact": true,
|
|
88
|
+
"priority": 2
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"//help/adminide-modules/adminide-modules-account-keycloak-remix-setup": {
|
|
93
|
+
"name": "Keycloak Remix Setup",
|
|
94
|
+
"key": "docs.adminide-modules.adminide-modules-account-keycloak-remix-setup",
|
|
95
|
+
"path": "//help/adminide-modules/adminide-modules-account-keycloak-remix-setup",
|
|
96
|
+
"auth": false,
|
|
97
|
+
"position": "LOWER",
|
|
98
|
+
"exact": true,
|
|
99
|
+
"priority": 3
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"//help/adminide-modules/adminide-modules-account-remix-auth-setup": {
|
|
104
|
+
"name": "Remix Auth Setup",
|
|
105
|
+
"key": "docs.adminide-modules.adminide-modules-account-remix-auth-setup",
|
|
106
|
+
"path": "//help/adminide-modules/adminide-modules-account-remix-auth-setup",
|
|
107
|
+
"auth": false,
|
|
108
|
+
"position": "LOWER",
|
|
109
|
+
"exact": true,
|
|
110
|
+
"priority": 4
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"//help/adminide-modules/adminide-modules-account-various-auth-qatest": {
|
|
115
|
+
"name": "Various Auth Qatest",
|
|
116
|
+
"key": "docs.adminide-modules.adminide-modules-account-various-auth-qatest",
|
|
117
|
+
"path": "//help/adminide-modules/adminide-modules-account-various-auth-qatest",
|
|
118
|
+
"auth": false,
|
|
119
|
+
"position": "LOWER",
|
|
120
|
+
"exact": true,
|
|
121
|
+
"priority": 5
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"//help/adminide-modules/adminide-modules-api-builders-graphql": {
|
|
126
|
+
"name": "Graphql",
|
|
127
|
+
"key": "docs.adminide-modules.adminide-modules-api-builders-graphql",
|
|
128
|
+
"path": "//help/adminide-modules/adminide-modules-api-builders-graphql",
|
|
129
|
+
"auth": false,
|
|
130
|
+
"position": "LOWER",
|
|
131
|
+
"exact": true,
|
|
132
|
+
"priority": 6
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"//help/adminide-modules/adminide-modules-billing-payments-index": {
|
|
137
|
+
"name": "Payments",
|
|
138
|
+
"key": "docs.adminide-modules.adminide-modules-billing-payments-index",
|
|
139
|
+
"path": "//help/adminide-modules/adminide-modules-billing-payments-index",
|
|
140
|
+
"auth": false,
|
|
141
|
+
"position": "LOWER",
|
|
142
|
+
"exact": true,
|
|
143
|
+
"priority": 7
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"//help/adminide-modules/adminide-modules-billing-payments-stripe-index": {
|
|
148
|
+
"name": "Stripe",
|
|
149
|
+
"key": "docs.adminide-modules.adminide-modules-billing-payments-stripe-index",
|
|
150
|
+
"path": "//help/adminide-modules/adminide-modules-billing-payments-stripe-index",
|
|
151
|
+
"auth": false,
|
|
152
|
+
"position": "LOWER",
|
|
153
|
+
"exact": true,
|
|
154
|
+
"priority": 8
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"//help/adminide-modules/adminide-modules-billing-payments-stripe-settingup-stripe-locally": {
|
|
159
|
+
"name": "Settingup Stripe Locally",
|
|
160
|
+
"key": "docs.adminide-modules.adminide-modules-billing-payments-stripe-settingup-stripe-locally",
|
|
161
|
+
"path": "//help/adminide-modules/adminide-modules-billing-payments-stripe-settingup-stripe-locally",
|
|
162
|
+
"auth": false,
|
|
163
|
+
"position": "LOWER",
|
|
164
|
+
"exact": true,
|
|
165
|
+
"priority": 9
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"//help/adminide-modules/adminide-modules-billing-tier-config": {
|
|
170
|
+
"name": "Tier Config",
|
|
171
|
+
"key": "docs.adminide-modules.adminide-modules-billing-tier-config",
|
|
172
|
+
"path": "//help/adminide-modules/adminide-modules-billing-tier-config",
|
|
173
|
+
"auth": false,
|
|
174
|
+
"position": "LOWER",
|
|
175
|
+
"exact": true,
|
|
176
|
+
"priority": 10
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"//help/adminide-modules/adminide-modules-connectors-connector": {
|
|
181
|
+
"name": "Connector",
|
|
182
|
+
"key": "docs.adminide-modules.adminide-modules-connectors-connector",
|
|
183
|
+
"path": "//help/adminide-modules/adminide-modules-connectors-connector",
|
|
184
|
+
"auth": false,
|
|
185
|
+
"position": "LOWER",
|
|
186
|
+
"exact": true,
|
|
187
|
+
"priority": 11
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"//help/adminide-modules/adminide-modules-file-upload-index": {
|
|
192
|
+
"name": "File upload",
|
|
193
|
+
"key": "docs.adminide-modules.adminide-modules-file-upload-index",
|
|
194
|
+
"path": "//help/adminide-modules/adminide-modules-file-upload-index",
|
|
195
|
+
"auth": false,
|
|
196
|
+
"position": "LOWER",
|
|
197
|
+
"exact": true,
|
|
198
|
+
"priority": 12
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"//help/adminide-modules/adminide-modules-file-upload-setup": {
|
|
203
|
+
"name": "Setup",
|
|
204
|
+
"key": "docs.adminide-modules.adminide-modules-file-upload-setup",
|
|
205
|
+
"path": "//help/adminide-modules/adminide-modules-file-upload-setup",
|
|
206
|
+
"auth": false,
|
|
207
|
+
"position": "LOWER",
|
|
208
|
+
"exact": true,
|
|
209
|
+
"priority": 13
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"//help/adminide-modules/adminide-modules-file-upload-upload-file-using-signed-url": {
|
|
214
|
+
"name": "Upload File Using Signed Url",
|
|
215
|
+
"key": "docs.adminide-modules.adminide-modules-file-upload-upload-file-using-signed-url",
|
|
216
|
+
"path": "//help/adminide-modules/adminide-modules-file-upload-upload-file-using-signed-url",
|
|
217
|
+
"auth": false,
|
|
218
|
+
"position": "LOWER",
|
|
219
|
+
"exact": true,
|
|
220
|
+
"priority": 14
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"//help/adminide-modules/adminide-modules-preferences-addadditionalpermissions": {
|
|
225
|
+
"name": "AddAdditionalPermissions",
|
|
226
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-addadditionalpermissions",
|
|
227
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-addadditionalpermissions",
|
|
228
|
+
"auth": false,
|
|
229
|
+
"position": "LOWER",
|
|
230
|
+
"exact": true,
|
|
231
|
+
"priority": 15
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"//help/adminide-modules/adminide-modules-preferences-configuration": {
|
|
236
|
+
"name": "Configuration",
|
|
237
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-configuration",
|
|
238
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-configuration",
|
|
239
|
+
"auth": false,
|
|
240
|
+
"position": "LOWER",
|
|
241
|
+
"exact": true,
|
|
242
|
+
"priority": 16
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"//help/adminide-modules/adminide-modules-preferences-policy-configuration": {
|
|
247
|
+
"name": "Policy Configuration",
|
|
248
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-policy-configuration",
|
|
249
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-policy-configuration",
|
|
250
|
+
"auth": false,
|
|
251
|
+
"position": "LOWER",
|
|
252
|
+
"exact": true,
|
|
253
|
+
"priority": 17
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"//help/adminide-modules/adminide-modules-preferences-ui-components-resourcesettingsloader": {
|
|
258
|
+
"name": "ResourceSettingsLoader",
|
|
259
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-ui-components-resourcesettingsloader",
|
|
260
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-ui-components-resourcesettingsloader",
|
|
261
|
+
"auth": false,
|
|
262
|
+
"position": "LOWER",
|
|
263
|
+
"exact": true,
|
|
264
|
+
"priority": 18
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"//help/adminide-modules/adminide-modules-preferences-contribute_scope_target": {
|
|
269
|
+
"name": "Contribute_scope_target",
|
|
270
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-contribute_scope_target",
|
|
271
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-contribute_scope_target",
|
|
272
|
+
"auth": false,
|
|
273
|
+
"position": "LOWER",
|
|
274
|
+
"exact": true,
|
|
275
|
+
"priority": 19
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"//help/adminide-modules/adminide-modules-preferences-generate-urii": {
|
|
280
|
+
"name": "Generate Urii",
|
|
281
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-generate-urii",
|
|
282
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-generate-urii",
|
|
283
|
+
"auth": false,
|
|
284
|
+
"position": "LOWER",
|
|
285
|
+
"exact": true,
|
|
286
|
+
"priority": 20
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"//help/adminide-modules/adminide-modules-preferences-index": {
|
|
291
|
+
"name": "Preferences",
|
|
292
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-index",
|
|
293
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-index",
|
|
294
|
+
"auth": false,
|
|
295
|
+
"position": "LOWER",
|
|
296
|
+
"exact": true,
|
|
297
|
+
"priority": 21
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"//help/adminide-modules/adminide-modules-preferences-machine-configuration": {
|
|
302
|
+
"name": "Machine Configuration",
|
|
303
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-machine-configuration",
|
|
304
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-machine-configuration",
|
|
305
|
+
"auth": false,
|
|
306
|
+
"position": "LOWER",
|
|
307
|
+
"exact": true,
|
|
308
|
+
"priority": 22
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"//help/adminide-modules/adminide-modules-preferences-pagesettings-generatecdecodeuri": {
|
|
313
|
+
"name": "GenerateCdecodeUri",
|
|
314
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-pagesettings-generatecdecodeuri",
|
|
315
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-pagesettings-generatecdecodeuri",
|
|
316
|
+
"auth": false,
|
|
317
|
+
"position": "LOWER",
|
|
318
|
+
"exact": true,
|
|
319
|
+
"priority": 23
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"//help/adminide-modules/adminide-modules-preferences-pagesettings-migratingfromusesettings": {
|
|
324
|
+
"name": "MigratingFromUseSettings",
|
|
325
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-pagesettings-migratingfromusesettings",
|
|
326
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-pagesettings-migratingfromusesettings",
|
|
327
|
+
"auth": false,
|
|
328
|
+
"position": "LOWER",
|
|
329
|
+
"exact": true,
|
|
330
|
+
"priority": 24
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"//help/adminide-modules/adminide-modules-preferences-permissions-roles-permissions": {
|
|
335
|
+
"name": "Roles Permissions",
|
|
336
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-permissions-roles-permissions",
|
|
337
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-permissions-roles-permissions",
|
|
338
|
+
"auth": false,
|
|
339
|
+
"position": "LOWER",
|
|
340
|
+
"exact": true,
|
|
341
|
+
"priority": 25
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"//help/adminide-modules/adminide-modules-preferences-permissions-settinguserpermissions": {
|
|
346
|
+
"name": "SettingUserPermissions",
|
|
347
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-permissions-settinguserpermissions",
|
|
348
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-permissions-settinguserpermissions",
|
|
349
|
+
"auth": false,
|
|
350
|
+
"position": "LOWER",
|
|
351
|
+
"exact": true,
|
|
352
|
+
"priority": 26
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"//help/adminide-modules/adminide-modules-preferences-preference-dependency": {
|
|
357
|
+
"name": "Preference Dependency",
|
|
358
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-preference-dependency",
|
|
359
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-preference-dependency",
|
|
360
|
+
"auth": false,
|
|
361
|
+
"position": "LOWER",
|
|
362
|
+
"exact": true,
|
|
363
|
+
"priority": 27
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"//help/adminide-modules/adminide-modules-preferences-route-based-configuration": {
|
|
368
|
+
"name": "Route Based Configuration",
|
|
369
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-route-based-configuration",
|
|
370
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-route-based-configuration",
|
|
371
|
+
"auth": false,
|
|
372
|
+
"position": "LOWER",
|
|
373
|
+
"exact": true,
|
|
374
|
+
"priority": 28
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"//help/adminide-modules/adminide-modules-preferences-schema-configuration": {
|
|
379
|
+
"name": "Schema Configuration",
|
|
380
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-schema-configuration",
|
|
381
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-schema-configuration",
|
|
382
|
+
"auth": false,
|
|
383
|
+
"position": "LOWER",
|
|
384
|
+
"exact": true,
|
|
385
|
+
"priority": 29
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"//help/adminide-modules/adminide-modules-preferences-supported": {
|
|
390
|
+
"name": "Supported",
|
|
391
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-supported",
|
|
392
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-supported",
|
|
393
|
+
"auth": false,
|
|
394
|
+
"position": "LOWER",
|
|
395
|
+
"exact": true,
|
|
396
|
+
"priority": 30
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"//help/adminide-modules/adminide-modules-preferences-usesettingsloader": {
|
|
401
|
+
"name": "UseSettingsLoader",
|
|
402
|
+
"key": "docs.adminide-modules.adminide-modules-preferences-usesettingsloader",
|
|
403
|
+
"path": "//help/adminide-modules/adminide-modules-preferences-usesettingsloader",
|
|
404
|
+
"auth": false,
|
|
405
|
+
"position": "LOWER",
|
|
406
|
+
"exact": true,
|
|
407
|
+
"priority": 31
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"//help/adminide-modules/adminide-modules-project-tools-auth-providers": {
|
|
412
|
+
"name": "Auth Providers",
|
|
413
|
+
"key": "docs.adminide-modules.adminide-modules-project-tools-auth-providers",
|
|
414
|
+
"path": "//help/adminide-modules/adminide-modules-project-tools-auth-providers",
|
|
415
|
+
"auth": false,
|
|
416
|
+
"position": "LOWER",
|
|
417
|
+
"exact": true,
|
|
418
|
+
"priority": 32
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"//help/adminide-modules/adminide-modules-project-tools-keycloak-guide": {
|
|
423
|
+
"name": "Keycloak Guide",
|
|
424
|
+
"key": "docs.adminide-modules.adminide-modules-project-tools-keycloak-guide",
|
|
425
|
+
"path": "//help/adminide-modules/adminide-modules-project-tools-keycloak-guide",
|
|
426
|
+
"auth": false,
|
|
427
|
+
"position": "LOWER",
|
|
428
|
+
"exact": true,
|
|
429
|
+
"priority": 33
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"//help/adminide-modules/adminide-modules-project-tools-tenant-management-tenant-based-authentication": {
|
|
434
|
+
"name": "Tenant Based Authentication",
|
|
435
|
+
"key": "docs.adminide-modules.adminide-modules-project-tools-tenant-management-tenant-based-authentication",
|
|
436
|
+
"path": "//help/adminide-modules/adminide-modules-project-tools-tenant-management-tenant-based-authentication",
|
|
437
|
+
"auth": false,
|
|
438
|
+
"position": "LOWER",
|
|
439
|
+
"exact": true,
|
|
440
|
+
"priority": 34
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"//help/adminide-modules/adminide-modules-project-tools-tenant-management-tenant-management": {
|
|
445
|
+
"name": "Tenant Management",
|
|
446
|
+
"key": "docs.adminide-modules.adminide-modules-project-tools-tenant-management-tenant-management",
|
|
447
|
+
"path": "//help/adminide-modules/adminide-modules-project-tools-tenant-management-tenant-management",
|
|
448
|
+
"auth": false,
|
|
449
|
+
"position": "LOWER",
|
|
450
|
+
"exact": true,
|
|
451
|
+
"priority": 35
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"//help/adminide-modules/adminide-modules-project-tools-tenant-management-tenants": {
|
|
456
|
+
"name": "Tenants",
|
|
457
|
+
"key": "docs.adminide-modules.adminide-modules-project-tools-tenant-management-tenants",
|
|
458
|
+
"path": "//help/adminide-modules/adminide-modules-project-tools-tenant-management-tenants",
|
|
459
|
+
"auth": false,
|
|
460
|
+
"position": "LOWER",
|
|
461
|
+
"exact": true,
|
|
462
|
+
"priority": 36
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"//help/chrome-extension": {
|
|
467
|
+
"name": "Chrome Extension",
|
|
468
|
+
"key": "docs.chrome-extension",
|
|
469
|
+
"path": "//help/chrome-extension",
|
|
470
|
+
"auth": false,
|
|
471
|
+
"position": "LOWER",
|
|
472
|
+
"exact": true,
|
|
473
|
+
"priority": 2
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"//help/chrome-extension/chrome-extension-index": {
|
|
478
|
+
"name": "Chrome extension",
|
|
479
|
+
"key": "docs.chrome-extension.chrome-extension-index",
|
|
480
|
+
"path": "//help/chrome-extension/chrome-extension-index",
|
|
481
|
+
"auth": false,
|
|
482
|
+
"position": "LOWER",
|
|
483
|
+
"exact": true,
|
|
484
|
+
"priority": 1
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"//help/chrome-extension/chrome-extension-setup": {
|
|
489
|
+
"name": "Setup",
|
|
490
|
+
"key": "docs.chrome-extension.chrome-extension-setup",
|
|
491
|
+
"path": "//help/chrome-extension/chrome-extension-setup",
|
|
492
|
+
"auth": false,
|
|
493
|
+
"position": "LOWER",
|
|
494
|
+
"exact": true,
|
|
495
|
+
"priority": 2
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"//help/contributing": {
|
|
500
|
+
"name": "Contributing",
|
|
501
|
+
"key": "docs.contributing",
|
|
502
|
+
"path": "//help/contributing",
|
|
503
|
+
"auth": false,
|
|
504
|
+
"position": "LOWER",
|
|
505
|
+
"exact": true,
|
|
506
|
+
"priority": 3
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"//help/contributing/contributing-adding-package": {
|
|
511
|
+
"name": "Adding Package",
|
|
512
|
+
"key": "docs.contributing.contributing-adding-package",
|
|
513
|
+
"path": "//help/contributing/contributing-adding-package",
|
|
514
|
+
"auth": false,
|
|
515
|
+
"position": "LOWER",
|
|
516
|
+
"exact": true,
|
|
517
|
+
"priority": 1
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"//help/contributing/contributing-adding_new_modules": {
|
|
522
|
+
"name": "Adding_new_modules",
|
|
523
|
+
"key": "docs.contributing.contributing-adding_new_modules",
|
|
524
|
+
"path": "//help/contributing/contributing-adding_new_modules",
|
|
525
|
+
"auth": false,
|
|
526
|
+
"position": "LOWER",
|
|
527
|
+
"exact": true,
|
|
528
|
+
"priority": 2
|
|
529
|
+
}
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"//help/contributing/contributing-architecture-updates": {
|
|
533
|
+
"name": "Architecture Updates",
|
|
534
|
+
"key": "docs.contributing.contributing-architecture-updates",
|
|
535
|
+
"path": "//help/contributing/contributing-architecture-updates",
|
|
536
|
+
"auth": false,
|
|
537
|
+
"position": "LOWER",
|
|
538
|
+
"exact": true,
|
|
539
|
+
"priority": 3
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"//help/contributing/contributing-avoid-using-promises-ui": {
|
|
544
|
+
"name": "Avoid Using Promises Ui",
|
|
545
|
+
"key": "docs.contributing.contributing-avoid-using-promises-ui",
|
|
546
|
+
"path": "//help/contributing/contributing-avoid-using-promises-ui",
|
|
547
|
+
"auth": false,
|
|
548
|
+
"position": "LOWER",
|
|
549
|
+
"exact": true,
|
|
550
|
+
"priority": 4
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"//help/contributing/contributing-coding-guidelines": {
|
|
555
|
+
"name": "Coding Guidelines",
|
|
556
|
+
"key": "docs.contributing.contributing-coding-guidelines",
|
|
557
|
+
"path": "//help/contributing/contributing-coding-guidelines",
|
|
558
|
+
"auth": false,
|
|
559
|
+
"position": "LOWER",
|
|
560
|
+
"exact": true,
|
|
561
|
+
"priority": 5
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"//help/contributing/contributing-do-and-dont": {
|
|
566
|
+
"name": "Do And Dont",
|
|
567
|
+
"key": "docs.contributing.contributing-do-and-dont",
|
|
568
|
+
"path": "//help/contributing/contributing-do-and-dont",
|
|
569
|
+
"auth": false,
|
|
570
|
+
"position": "LOWER",
|
|
571
|
+
"exact": true,
|
|
572
|
+
"priority": 6
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"//help/contributing/contributing-faq": {
|
|
577
|
+
"name": "Faq",
|
|
578
|
+
"key": "docs.contributing.contributing-faq",
|
|
579
|
+
"path": "//help/contributing/contributing-faq",
|
|
580
|
+
"auth": false,
|
|
581
|
+
"position": "LOWER",
|
|
582
|
+
"exact": true,
|
|
583
|
+
"priority": 7
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"//help/contributing/contributing-folder-setup-browser": {
|
|
588
|
+
"name": "Browser",
|
|
589
|
+
"key": "docs.contributing.contributing-folder-setup-browser",
|
|
590
|
+
"path": "//help/contributing/contributing-folder-setup-browser",
|
|
591
|
+
"auth": false,
|
|
592
|
+
"position": "LOWER",
|
|
593
|
+
"exact": true,
|
|
594
|
+
"priority": 8
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"//help/contributing/contributing-folder-setup-config": {
|
|
599
|
+
"name": "Config",
|
|
600
|
+
"key": "docs.contributing.contributing-folder-setup-config",
|
|
601
|
+
"path": "//help/contributing/contributing-folder-setup-config",
|
|
602
|
+
"auth": false,
|
|
603
|
+
"position": "LOWER",
|
|
604
|
+
"exact": true,
|
|
605
|
+
"priority": 9
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"//help/contributing/contributing-folder-setup-containers-server": {
|
|
610
|
+
"name": "Containers Server",
|
|
611
|
+
"key": "docs.contributing.contributing-folder-setup-containers-server",
|
|
612
|
+
"path": "//help/contributing/contributing-folder-setup-containers-server",
|
|
613
|
+
"auth": false,
|
|
614
|
+
"position": "LOWER",
|
|
615
|
+
"exact": true,
|
|
616
|
+
"priority": 10
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"//help/contributing/contributing-folder-setup-core": {
|
|
621
|
+
"name": "Core",
|
|
622
|
+
"key": "docs.contributing.contributing-folder-setup-core",
|
|
623
|
+
"path": "//help/contributing/contributing-folder-setup-core",
|
|
624
|
+
"auth": false,
|
|
625
|
+
"position": "LOWER",
|
|
626
|
+
"exact": true,
|
|
627
|
+
"priority": 11
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"//help/contributing/contributing-folder-setup-graphql": {
|
|
632
|
+
"name": "Graphql",
|
|
633
|
+
"key": "docs.contributing.contributing-folder-setup-graphql",
|
|
634
|
+
"path": "//help/contributing/contributing-folder-setup-graphql",
|
|
635
|
+
"auth": false,
|
|
636
|
+
"position": "LOWER",
|
|
637
|
+
"exact": true,
|
|
638
|
+
"priority": 12
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"//help/contributing/contributing-folder-setup-index": {
|
|
643
|
+
"name": "Folder setup",
|
|
644
|
+
"key": "docs.contributing.contributing-folder-setup-index",
|
|
645
|
+
"path": "//help/contributing/contributing-folder-setup-index",
|
|
646
|
+
"auth": false,
|
|
647
|
+
"position": "LOWER",
|
|
648
|
+
"exact": true,
|
|
649
|
+
"priority": 13
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"//help/contributing/contributing-folder-setup-module": {
|
|
654
|
+
"name": "Module",
|
|
655
|
+
"key": "docs.contributing.contributing-folder-setup-module",
|
|
656
|
+
"path": "//help/contributing/contributing-folder-setup-module",
|
|
657
|
+
"auth": false,
|
|
658
|
+
"position": "LOWER",
|
|
659
|
+
"exact": true,
|
|
660
|
+
"priority": 14
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"//help/contributing/contributing-folder-setup-server": {
|
|
665
|
+
"name": "Server",
|
|
666
|
+
"key": "docs.contributing.contributing-folder-setup-server",
|
|
667
|
+
"path": "//help/contributing/contributing-folder-setup-server",
|
|
668
|
+
"auth": false,
|
|
669
|
+
"position": "LOWER",
|
|
670
|
+
"exact": true,
|
|
671
|
+
"priority": 15
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"//help/contributing/contributing-folder-setup-services": {
|
|
676
|
+
"name": "Services",
|
|
677
|
+
"key": "docs.contributing.contributing-folder-setup-services",
|
|
678
|
+
"path": "//help/contributing/contributing-folder-setup-services",
|
|
679
|
+
"auth": false,
|
|
680
|
+
"position": "LOWER",
|
|
681
|
+
"exact": true,
|
|
682
|
+
"priority": 16
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"//help/contributing/contributing-folder-setup-store": {
|
|
687
|
+
"name": "Store",
|
|
688
|
+
"key": "docs.contributing.contributing-folder-setup-store",
|
|
689
|
+
"path": "//help/contributing/contributing-folder-setup-store",
|
|
690
|
+
"auth": false,
|
|
691
|
+
"position": "LOWER",
|
|
692
|
+
"exact": true,
|
|
693
|
+
"priority": 17
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"//help/contributing/contributing-frontend-coding": {
|
|
698
|
+
"name": "Frontend Coding",
|
|
699
|
+
"key": "docs.contributing.contributing-frontend-coding",
|
|
700
|
+
"path": "//help/contributing/contributing-frontend-coding",
|
|
701
|
+
"auth": false,
|
|
702
|
+
"position": "LOWER",
|
|
703
|
+
"exact": true,
|
|
704
|
+
"priority": 18
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"//help/contributing/contributing-git-subtree-sharing": {
|
|
709
|
+
"name": "Git Subtree Sharing",
|
|
710
|
+
"key": "docs.contributing.contributing-git-subtree-sharing",
|
|
711
|
+
"path": "//help/contributing/contributing-git-subtree-sharing",
|
|
712
|
+
"auth": false,
|
|
713
|
+
"position": "LOWER",
|
|
714
|
+
"exact": true,
|
|
715
|
+
"priority": 19
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"//help/contributing/contributing-graphql-subscriptions": {
|
|
720
|
+
"name": "Graphql Subscriptions",
|
|
721
|
+
"key": "docs.contributing.contributing-graphql-subscriptions",
|
|
722
|
+
"path": "//help/contributing/contributing-graphql-subscriptions",
|
|
723
|
+
"auth": false,
|
|
724
|
+
"position": "LOWER",
|
|
725
|
+
"exact": true,
|
|
726
|
+
"priority": 20
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"//help/contributing/contributing-how-to-contribute": {
|
|
731
|
+
"name": "How To Contribute",
|
|
732
|
+
"key": "docs.contributing.contributing-how-to-contribute",
|
|
733
|
+
"path": "//help/contributing/contributing-how-to-contribute",
|
|
734
|
+
"auth": false,
|
|
735
|
+
"position": "LOWER",
|
|
736
|
+
"exact": true,
|
|
737
|
+
"priority": 21
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"//help/contributing/contributing-how_to_check_pure_esm": {
|
|
742
|
+
"name": "How_to_check_pure_esm",
|
|
743
|
+
"key": "docs.contributing.contributing-how_to_check_pure_esm",
|
|
744
|
+
"path": "//help/contributing/contributing-how_to_check_pure_esm",
|
|
745
|
+
"auth": false,
|
|
746
|
+
"position": "LOWER",
|
|
747
|
+
"exact": true,
|
|
748
|
+
"priority": 22
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"//help/contributing/contributing-index": {
|
|
753
|
+
"name": "Contributing",
|
|
754
|
+
"key": "docs.contributing.contributing-index",
|
|
755
|
+
"path": "//help/contributing/contributing-index",
|
|
756
|
+
"auth": false,
|
|
757
|
+
"position": "LOWER",
|
|
758
|
+
"exact": true,
|
|
759
|
+
"priority": 23
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"//help/contributing/contributing-installation-issues": {
|
|
764
|
+
"name": "Installation Issues",
|
|
765
|
+
"key": "docs.contributing.contributing-installation-issues",
|
|
766
|
+
"path": "//help/contributing/contributing-installation-issues",
|
|
767
|
+
"auth": false,
|
|
768
|
+
"position": "LOWER",
|
|
769
|
+
"exact": true,
|
|
770
|
+
"priority": 24
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"//help/contributing/contributing-keyboard-shortcut": {
|
|
775
|
+
"name": "Keyboard Shortcut",
|
|
776
|
+
"key": "docs.contributing.contributing-keyboard-shortcut",
|
|
777
|
+
"path": "//help/contributing/contributing-keyboard-shortcut",
|
|
778
|
+
"auth": false,
|
|
779
|
+
"position": "LOWER",
|
|
780
|
+
"exact": true,
|
|
781
|
+
"priority": 25
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"//help/contributing/contributing-language-locale-support": {
|
|
786
|
+
"name": "Locale Support",
|
|
787
|
+
"key": "docs.contributing.contributing-language-locale-support",
|
|
788
|
+
"path": "//help/contributing/contributing-language-locale-support",
|
|
789
|
+
"auth": false,
|
|
790
|
+
"position": "LOWER",
|
|
791
|
+
"exact": true,
|
|
792
|
+
"priority": 26
|
|
793
|
+
}
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"//help/contributing/contributing-lerna-build-tools": {
|
|
797
|
+
"name": "Lerna Build Tools",
|
|
798
|
+
"key": "docs.contributing.contributing-lerna-build-tools",
|
|
799
|
+
"path": "//help/contributing/contributing-lerna-build-tools",
|
|
800
|
+
"auth": false,
|
|
801
|
+
"position": "LOWER",
|
|
802
|
+
"exact": true,
|
|
803
|
+
"priority": 27
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"//help/contributing/contributing-lerna-yarn-workspaces": {
|
|
808
|
+
"name": "Lerna Yarn Workspaces",
|
|
809
|
+
"key": "docs.contributing.contributing-lerna-yarn-workspaces",
|
|
810
|
+
"path": "//help/contributing/contributing-lerna-yarn-workspaces",
|
|
811
|
+
"auth": false,
|
|
812
|
+
"position": "LOWER",
|
|
813
|
+
"exact": true,
|
|
814
|
+
"priority": 28
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"//help/contributing/contributing-lint-and-formatter": {
|
|
819
|
+
"name": "Lint And Formatter",
|
|
820
|
+
"key": "docs.contributing.contributing-lint-and-formatter",
|
|
821
|
+
"path": "//help/contributing/contributing-lint-and-formatter",
|
|
822
|
+
"auth": false,
|
|
823
|
+
"position": "LOWER",
|
|
824
|
+
"exact": true,
|
|
825
|
+
"priority": 29
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"//help/contributing/contributing-mobile-setup": {
|
|
830
|
+
"name": "Mobile Setup",
|
|
831
|
+
"key": "docs.contributing.contributing-mobile-setup",
|
|
832
|
+
"path": "//help/contributing/contributing-mobile-setup",
|
|
833
|
+
"auth": false,
|
|
834
|
+
"position": "LOWER",
|
|
835
|
+
"exact": true,
|
|
836
|
+
"priority": 30
|
|
837
|
+
}
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"//help/contributing/contributing-project-setup": {
|
|
841
|
+
"name": "Project Setup",
|
|
842
|
+
"key": "docs.contributing.contributing-project-setup",
|
|
843
|
+
"path": "//help/contributing/contributing-project-setup",
|
|
844
|
+
"auth": false,
|
|
845
|
+
"position": "LOWER",
|
|
846
|
+
"exact": true,
|
|
847
|
+
"priority": 31
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"//help/contributing/contributing-react-index": {
|
|
852
|
+
"name": "React",
|
|
853
|
+
"key": "docs.contributing.contributing-react-index",
|
|
854
|
+
"path": "//help/contributing/contributing-react-index",
|
|
855
|
+
"auth": false,
|
|
856
|
+
"position": "LOWER",
|
|
857
|
+
"exact": true,
|
|
858
|
+
"priority": 32
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"//help/contributing/contributing-react-lazy-component": {
|
|
863
|
+
"name": "Lazy Component",
|
|
864
|
+
"key": "docs.contributing.contributing-react-lazy-component",
|
|
865
|
+
"path": "//help/contributing/contributing-react-lazy-component",
|
|
866
|
+
"auth": false,
|
|
867
|
+
"position": "LOWER",
|
|
868
|
+
"exact": true,
|
|
869
|
+
"priority": 33
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"//help/contributing/contributing-run-various-options": {
|
|
874
|
+
"name": "Run Various Options",
|
|
875
|
+
"key": "docs.contributing.contributing-run-various-options",
|
|
876
|
+
"path": "//help/contributing/contributing-run-various-options",
|
|
877
|
+
"auth": false,
|
|
878
|
+
"position": "LOWER",
|
|
879
|
+
"exact": true,
|
|
880
|
+
"priority": 34
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"//help/contributing/contributing-schema-first-graphql-types": {
|
|
885
|
+
"name": "Schema First Graphql Types",
|
|
886
|
+
"key": "docs.contributing.contributing-schema-first-graphql-types",
|
|
887
|
+
"path": "//help/contributing/contributing-schema-first-graphql-types",
|
|
888
|
+
"auth": false,
|
|
889
|
+
"position": "LOWER",
|
|
890
|
+
"exact": true,
|
|
891
|
+
"priority": 35
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"//help/contributing/contributing-source-code-organization": {
|
|
896
|
+
"name": "Source Code Organization",
|
|
897
|
+
"key": "docs.contributing.contributing-source-code-organization",
|
|
898
|
+
"path": "//help/contributing/contributing-source-code-organization",
|
|
899
|
+
"auth": false,
|
|
900
|
+
"position": "LOWER",
|
|
901
|
+
"exact": true,
|
|
902
|
+
"priority": 36
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"//help/contributing/contributing-staging-docker": {
|
|
907
|
+
"name": "Staging Docker",
|
|
908
|
+
"key": "docs.contributing.contributing-staging-docker",
|
|
909
|
+
"path": "//help/contributing/contributing-staging-docker",
|
|
910
|
+
"auth": false,
|
|
911
|
+
"position": "LOWER",
|
|
912
|
+
"exact": true,
|
|
913
|
+
"priority": 37
|
|
914
|
+
}
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"//help/contributing/contributing-third-party-apollo-client-v3-tutorials": {
|
|
918
|
+
"name": "Apollo Client V3 Tutorials",
|
|
919
|
+
"key": "docs.contributing.contributing-third-party-apollo-client-v3-tutorials",
|
|
920
|
+
"path": "//help/contributing/contributing-third-party-apollo-client-v3-tutorials",
|
|
921
|
+
"auth": false,
|
|
922
|
+
"position": "LOWER",
|
|
923
|
+
"exact": true,
|
|
924
|
+
"priority": 38
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"//help/contributing/contributing-third-party-index": {
|
|
929
|
+
"name": "Third party",
|
|
930
|
+
"key": "docs.contributing.contributing-third-party-index",
|
|
931
|
+
"path": "//help/contributing/contributing-third-party-index",
|
|
932
|
+
"auth": false,
|
|
933
|
+
"position": "LOWER",
|
|
934
|
+
"exact": true,
|
|
935
|
+
"priority": 39
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"//help/contributing/contributing-typescript-contribution": {
|
|
940
|
+
"name": "Typescript Contribution",
|
|
941
|
+
"key": "docs.contributing.contributing-typescript-contribution",
|
|
942
|
+
"path": "//help/contributing/contributing-typescript-contribution",
|
|
943
|
+
"auth": false,
|
|
944
|
+
"position": "LOWER",
|
|
945
|
+
"exact": true,
|
|
946
|
+
"priority": 40
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"//help/devops": {
|
|
951
|
+
"name": "DevOps",
|
|
952
|
+
"key": "docs.devops",
|
|
953
|
+
"path": "//help/devops",
|
|
954
|
+
"auth": false,
|
|
955
|
+
"position": "LOWER",
|
|
956
|
+
"exact": true,
|
|
957
|
+
"priority": 4
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"//help/devops/devops-app-deploy-new-version": {
|
|
962
|
+
"name": "App Deploy New Version",
|
|
963
|
+
"key": "docs.devops.devops-app-deploy-new-version",
|
|
964
|
+
"path": "//help/devops/devops-app-deploy-new-version",
|
|
965
|
+
"auth": false,
|
|
966
|
+
"position": "LOWER",
|
|
967
|
+
"exact": true,
|
|
968
|
+
"priority": 1
|
|
969
|
+
}
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"//help/devops/devops-index": {
|
|
973
|
+
"name": "Devops",
|
|
974
|
+
"key": "docs.devops.devops-index",
|
|
975
|
+
"path": "//help/devops/devops-index",
|
|
976
|
+
"auth": false,
|
|
977
|
+
"position": "LOWER",
|
|
978
|
+
"exact": true,
|
|
979
|
+
"priority": 2
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"//help/devops/devops-mobile-jenkins-build": {
|
|
984
|
+
"name": "Mobile Jenkins Build",
|
|
985
|
+
"key": "docs.devops.devops-mobile-jenkins-build",
|
|
986
|
+
"path": "//help/devops/devops-mobile-jenkins-build",
|
|
987
|
+
"auth": false,
|
|
988
|
+
"position": "LOWER",
|
|
989
|
+
"exact": true,
|
|
990
|
+
"priority": 3
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"//help/devops/devops-versioning-the-project": {
|
|
995
|
+
"name": "Versioning The Project",
|
|
996
|
+
"key": "docs.devops.devops-versioning-the-project",
|
|
997
|
+
"path": "//help/devops/devops-versioning-the-project",
|
|
998
|
+
"auth": false,
|
|
999
|
+
"position": "LOWER",
|
|
1000
|
+
"exact": true,
|
|
1001
|
+
"priority": 4
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"//help/docs": {
|
|
1006
|
+
"name": "Docs",
|
|
1007
|
+
"key": "docs.docs",
|
|
1008
|
+
"path": "//help/docs",
|
|
1009
|
+
"auth": false,
|
|
1010
|
+
"position": "LOWER",
|
|
1011
|
+
"exact": true,
|
|
1012
|
+
"priority": 5
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"//help/docs/intro": {
|
|
1017
|
+
"name": "Intro",
|
|
1018
|
+
"key": "docs.docs.intro",
|
|
1019
|
+
"path": "//help/docs/intro",
|
|
1020
|
+
"auth": false,
|
|
1021
|
+
"position": "LOWER",
|
|
1022
|
+
"exact": true,
|
|
1023
|
+
"priority": 1
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"//help/docs/xstate": {
|
|
1028
|
+
"name": "Xstate",
|
|
1029
|
+
"key": "docs.docs.xstate",
|
|
1030
|
+
"path": "//help/docs/xstate",
|
|
1031
|
+
"auth": false,
|
|
1032
|
+
"position": "LOWER",
|
|
1033
|
+
"exact": true,
|
|
1034
|
+
"priority": 2
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"//help/error-handler": {
|
|
1039
|
+
"name": "Error Handler",
|
|
1040
|
+
"key": "docs.error-handler",
|
|
1041
|
+
"path": "//help/error-handler",
|
|
1042
|
+
"auth": false,
|
|
1043
|
+
"position": "LOWER",
|
|
1044
|
+
"exact": true,
|
|
1045
|
+
"priority": 6
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"//help/error-handler/error-handler-application-error-handler": {
|
|
1050
|
+
"name": "Application Error Handler",
|
|
1051
|
+
"key": "docs.error-handler.error-handler-application-error-handler",
|
|
1052
|
+
"path": "//help/error-handler/error-handler-application-error-handler",
|
|
1053
|
+
"auth": false,
|
|
1054
|
+
"position": "LOWER",
|
|
1055
|
+
"exact": true,
|
|
1056
|
+
"priority": 1
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"//help/error-handler/error-handler-error-handling": {
|
|
1061
|
+
"name": "Error Handling",
|
|
1062
|
+
"key": "docs.error-handler.error-handler-error-handling",
|
|
1063
|
+
"path": "//help/error-handler/error-handler-error-handling",
|
|
1064
|
+
"auth": false,
|
|
1065
|
+
"position": "LOWER",
|
|
1066
|
+
"exact": true,
|
|
1067
|
+
"priority": 2
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"//help/error-handler/error-handler-index": {
|
|
1072
|
+
"name": "Error handler",
|
|
1073
|
+
"key": "docs.error-handler.error-handler-index",
|
|
1074
|
+
"path": "//help/error-handler/error-handler-index",
|
|
1075
|
+
"auth": false,
|
|
1076
|
+
"position": "LOWER",
|
|
1077
|
+
"exact": true,
|
|
1078
|
+
"priority": 3
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"//help/error-handler/error-handler-logging-errors": {
|
|
1083
|
+
"name": "Logging Errors",
|
|
1084
|
+
"key": "docs.error-handler.error-handler-logging-errors",
|
|
1085
|
+
"path": "//help/error-handler/error-handler-logging-errors",
|
|
1086
|
+
"auth": false,
|
|
1087
|
+
"position": "LOWER",
|
|
1088
|
+
"exact": true,
|
|
1089
|
+
"priority": 4
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"//help/feature-api": {
|
|
1094
|
+
"name": "Feature API",
|
|
1095
|
+
"key": "docs.feature-api",
|
|
1096
|
+
"path": "//help/feature-api",
|
|
1097
|
+
"auth": false,
|
|
1098
|
+
"position": "LOWER",
|
|
1099
|
+
"exact": true,
|
|
1100
|
+
"priority": 7
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"//help/feature-api/feature-api-copy-operation": {
|
|
1105
|
+
"name": "Copy Operation",
|
|
1106
|
+
"key": "docs.feature-api.feature-api-copy-operation",
|
|
1107
|
+
"path": "//help/feature-api/feature-api-copy-operation",
|
|
1108
|
+
"auth": false,
|
|
1109
|
+
"position": "LOWER",
|
|
1110
|
+
"exact": true,
|
|
1111
|
+
"priority": 1
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"//help/feature-api/feature-api-feature-browser-assets": {
|
|
1116
|
+
"name": "Assets",
|
|
1117
|
+
"key": "docs.feature-api.feature-api-feature-browser-assets",
|
|
1118
|
+
"path": "//help/feature-api/feature-api-feature-browser-assets",
|
|
1119
|
+
"auth": false,
|
|
1120
|
+
"position": "LOWER",
|
|
1121
|
+
"exact": true,
|
|
1122
|
+
"priority": 2
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"//help/feature-api/feature-api-feature-browser-auth-permissions": {
|
|
1127
|
+
"name": "Auth Permissions",
|
|
1128
|
+
"key": "docs.feature-api.feature-api-feature-browser-auth-permissions",
|
|
1129
|
+
"path": "//help/feature-api/feature-api-feature-browser-auth-permissions",
|
|
1130
|
+
"auth": false,
|
|
1131
|
+
"position": "LOWER",
|
|
1132
|
+
"exact": true,
|
|
1133
|
+
"priority": 3
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"//help/feature-api/feature-api-feature-browser-feature": {
|
|
1138
|
+
"name": "Feature",
|
|
1139
|
+
"key": "docs.feature-api.feature-api-feature-browser-feature",
|
|
1140
|
+
"path": "//help/feature-api/feature-api-feature-browser-feature",
|
|
1141
|
+
"auth": false,
|
|
1142
|
+
"position": "LOWER",
|
|
1143
|
+
"exact": true,
|
|
1144
|
+
"priority": 4
|
|
1145
|
+
}
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
"//help/feature-api/feature-api-feature-browser-index": {
|
|
1149
|
+
"name": "Feature browser",
|
|
1150
|
+
"key": "docs.feature-api.feature-api-feature-browser-index",
|
|
1151
|
+
"path": "//help/feature-api/feature-api-feature-browser-index",
|
|
1152
|
+
"auth": false,
|
|
1153
|
+
"position": "LOWER",
|
|
1154
|
+
"exact": true,
|
|
1155
|
+
"priority": 5
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"//help/feature-api/feature-api-feature-browser-routes-menu": {
|
|
1160
|
+
"name": "Routes Menu",
|
|
1161
|
+
"key": "docs.feature-api.feature-api-feature-browser-routes-menu",
|
|
1162
|
+
"path": "//help/feature-api/feature-api-feature-browser-routes-menu",
|
|
1163
|
+
"auth": false,
|
|
1164
|
+
"position": "LOWER",
|
|
1165
|
+
"exact": true,
|
|
1166
|
+
"priority": 6
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"//help/feature-api/feature-api-feature-browser-routing-convention": {
|
|
1171
|
+
"name": "Routing Convention",
|
|
1172
|
+
"key": "docs.feature-api.feature-api-feature-browser-routing-convention",
|
|
1173
|
+
"path": "//help/feature-api/feature-api-feature-browser-routing-convention",
|
|
1174
|
+
"auth": false,
|
|
1175
|
+
"position": "LOWER",
|
|
1176
|
+
"exact": true,
|
|
1177
|
+
"priority": 7
|
|
1178
|
+
}
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"//help/feature-api/feature-api-feature-browser-routing": {
|
|
1182
|
+
"name": "Routing",
|
|
1183
|
+
"key": "docs.feature-api.feature-api-feature-browser-routing",
|
|
1184
|
+
"path": "//help/feature-api/feature-api-feature-browser-routing",
|
|
1185
|
+
"auth": false,
|
|
1186
|
+
"position": "LOWER",
|
|
1187
|
+
"exact": true,
|
|
1188
|
+
"priority": 8
|
|
1189
|
+
}
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"//help/feature-api/feature-api-feature-mobile-auth-permissions": {
|
|
1193
|
+
"name": "Auth Permissions",
|
|
1194
|
+
"key": "docs.feature-api.feature-api-feature-mobile-auth-permissions",
|
|
1195
|
+
"path": "//help/feature-api/feature-api-feature-mobile-auth-permissions",
|
|
1196
|
+
"auth": false,
|
|
1197
|
+
"position": "LOWER",
|
|
1198
|
+
"exact": true,
|
|
1199
|
+
"priority": 9
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"//help/feature-api/feature-api-feature-mobile-feature": {
|
|
1204
|
+
"name": "Feature",
|
|
1205
|
+
"key": "docs.feature-api.feature-api-feature-mobile-feature",
|
|
1206
|
+
"path": "//help/feature-api/feature-api-feature-mobile-feature",
|
|
1207
|
+
"auth": false,
|
|
1208
|
+
"position": "LOWER",
|
|
1209
|
+
"exact": true,
|
|
1210
|
+
"priority": 10
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"//help/feature-api/feature-api-feature-mobile-index": {
|
|
1215
|
+
"name": "Feature mobile",
|
|
1216
|
+
"key": "docs.feature-api.feature-api-feature-mobile-index",
|
|
1217
|
+
"path": "//help/feature-api/feature-api-feature-mobile-index",
|
|
1218
|
+
"auth": false,
|
|
1219
|
+
"position": "LOWER",
|
|
1220
|
+
"exact": true,
|
|
1221
|
+
"priority": 11
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"//help/feature-api/feature-api-feature-mobile-navigation": {
|
|
1226
|
+
"name": "Navigation",
|
|
1227
|
+
"key": "docs.feature-api.feature-api-feature-mobile-navigation",
|
|
1228
|
+
"path": "//help/feature-api/feature-api-feature-mobile-navigation",
|
|
1229
|
+
"auth": false,
|
|
1230
|
+
"position": "LOWER",
|
|
1231
|
+
"exact": true,
|
|
1232
|
+
"priority": 12
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"//help/feature-api/feature-api-feature-server-scheduling": {
|
|
1237
|
+
"name": "Scheduling",
|
|
1238
|
+
"key": "docs.feature-api.feature-api-feature-server-scheduling",
|
|
1239
|
+
"path": "//help/feature-api/feature-api-feature-server-scheduling",
|
|
1240
|
+
"auth": false,
|
|
1241
|
+
"position": "LOWER",
|
|
1242
|
+
"exact": true,
|
|
1243
|
+
"priority": 13
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"//help/feature-api/feature-api-feature-server-dataloader": {
|
|
1248
|
+
"name": "Dataloader",
|
|
1249
|
+
"key": "docs.feature-api.feature-api-feature-server-dataloader",
|
|
1250
|
+
"path": "//help/feature-api/feature-api-feature-server-dataloader",
|
|
1251
|
+
"auth": false,
|
|
1252
|
+
"position": "LOWER",
|
|
1253
|
+
"exact": true,
|
|
1254
|
+
"priority": 14
|
|
1255
|
+
}
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"//help/feature-api/feature-api-feature-server-dependency-injection": {
|
|
1259
|
+
"name": "Dependency Injection",
|
|
1260
|
+
"key": "docs.feature-api.feature-api-feature-server-dependency-injection",
|
|
1261
|
+
"path": "//help/feature-api/feature-api-feature-server-dependency-injection",
|
|
1262
|
+
"auth": false,
|
|
1263
|
+
"position": "LOWER",
|
|
1264
|
+
"exact": true,
|
|
1265
|
+
"priority": 15
|
|
1266
|
+
}
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"//help/feature-api/feature-api-feature-server-feature": {
|
|
1270
|
+
"name": "Feature",
|
|
1271
|
+
"key": "docs.feature-api.feature-api-feature-server-feature",
|
|
1272
|
+
"path": "//help/feature-api/feature-api-feature-server-feature",
|
|
1273
|
+
"auth": false,
|
|
1274
|
+
"position": "LOWER",
|
|
1275
|
+
"exact": true,
|
|
1276
|
+
"priority": 16
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"//help/feature-api/feature-api-feature-server-generic-dataloader": {
|
|
1281
|
+
"name": "Generic Dataloader",
|
|
1282
|
+
"key": "docs.feature-api.feature-api-feature-server-generic-dataloader",
|
|
1283
|
+
"path": "//help/feature-api/feature-api-feature-server-generic-dataloader",
|
|
1284
|
+
"auth": false,
|
|
1285
|
+
"position": "LOWER",
|
|
1286
|
+
"exact": true,
|
|
1287
|
+
"priority": 17
|
|
1288
|
+
}
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"//help/feature-api/feature-api-feature-server-index": {
|
|
1292
|
+
"name": "Feature server",
|
|
1293
|
+
"key": "docs.feature-api.feature-api-feature-server-index",
|
|
1294
|
+
"path": "//help/feature-api/feature-api-feature-server-index",
|
|
1295
|
+
"auth": false,
|
|
1296
|
+
"position": "LOWER",
|
|
1297
|
+
"exact": true,
|
|
1298
|
+
"priority": 18
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"//help/feature-api/feature-api-feature-server-migration": {
|
|
1303
|
+
"name": "Migration",
|
|
1304
|
+
"key": "docs.feature-api.feature-api-feature-server-migration",
|
|
1305
|
+
"path": "//help/feature-api/feature-api-feature-server-migration",
|
|
1306
|
+
"auth": false,
|
|
1307
|
+
"position": "LOWER",
|
|
1308
|
+
"exact": true,
|
|
1309
|
+
"priority": 19
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"//help/feature-api/feature-api-feature-server-mongo-model": {
|
|
1314
|
+
"name": "Mongo Model",
|
|
1315
|
+
"key": "docs.feature-api.feature-api-feature-server-mongo-model",
|
|
1316
|
+
"path": "//help/feature-api/feature-api-feature-server-mongo-model",
|
|
1317
|
+
"auth": false,
|
|
1318
|
+
"position": "LOWER",
|
|
1319
|
+
"exact": true,
|
|
1320
|
+
"priority": 20
|
|
1321
|
+
}
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"//help/feature-api/feature-api-feature-server-permissions": {
|
|
1325
|
+
"name": "Permissions",
|
|
1326
|
+
"key": "docs.feature-api.feature-api-feature-server-permissions",
|
|
1327
|
+
"path": "//help/feature-api/feature-api-feature-server-permissions",
|
|
1328
|
+
"auth": false,
|
|
1329
|
+
"position": "LOWER",
|
|
1330
|
+
"exact": true,
|
|
1331
|
+
"priority": 21
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"//help/feature-api/feature-api-feature-server-policies": {
|
|
1336
|
+
"name": "Policies",
|
|
1337
|
+
"key": "docs.feature-api.feature-api-feature-server-policies",
|
|
1338
|
+
"path": "//help/feature-api/feature-api-feature-server-policies",
|
|
1339
|
+
"auth": false,
|
|
1340
|
+
"position": "LOWER",
|
|
1341
|
+
"exact": true,
|
|
1342
|
+
"priority": 22
|
|
1343
|
+
}
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"//help/feature-api/feature-api-feature-server-preferences": {
|
|
1347
|
+
"name": "Preferences",
|
|
1348
|
+
"key": "docs.feature-api.feature-api-feature-server-preferences",
|
|
1349
|
+
"path": "//help/feature-api/feature-api-feature-server-preferences",
|
|
1350
|
+
"auth": false,
|
|
1351
|
+
"position": "LOWER",
|
|
1352
|
+
"exact": true,
|
|
1353
|
+
"priority": 23
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"//help/feature-api/feature-api-feature-server-repositories": {
|
|
1358
|
+
"name": "Repositories",
|
|
1359
|
+
"key": "docs.feature-api.feature-api-feature-server-repositories",
|
|
1360
|
+
"path": "//help/feature-api/feature-api-feature-server-repositories",
|
|
1361
|
+
"auth": false,
|
|
1362
|
+
"position": "LOWER",
|
|
1363
|
+
"exact": true,
|
|
1364
|
+
"priority": 24
|
|
1365
|
+
}
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"//help/feature-api/feature-api-feature-server-resolvers": {
|
|
1369
|
+
"name": "Resolvers",
|
|
1370
|
+
"key": "docs.feature-api.feature-api-feature-server-resolvers",
|
|
1371
|
+
"path": "//help/feature-api/feature-api-feature-server-resolvers",
|
|
1372
|
+
"auth": false,
|
|
1373
|
+
"position": "LOWER",
|
|
1374
|
+
"exact": true,
|
|
1375
|
+
"priority": 25
|
|
1376
|
+
}
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"//help/feature-api/feature-api-feature-server-rules": {
|
|
1380
|
+
"name": "Rules",
|
|
1381
|
+
"key": "docs.feature-api.feature-api-feature-server-rules",
|
|
1382
|
+
"path": "//help/feature-api/feature-api-feature-server-rules",
|
|
1383
|
+
"auth": false,
|
|
1384
|
+
"position": "LOWER",
|
|
1385
|
+
"exact": true,
|
|
1386
|
+
"priority": 26
|
|
1387
|
+
}
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"//help/feature-api/feature-api-feature-server-schema": {
|
|
1391
|
+
"name": "Schema",
|
|
1392
|
+
"key": "docs.feature-api.feature-api-feature-server-schema",
|
|
1393
|
+
"path": "//help/feature-api/feature-api-feature-server-schema",
|
|
1394
|
+
"auth": false,
|
|
1395
|
+
"position": "LOWER",
|
|
1396
|
+
"exact": true,
|
|
1397
|
+
"priority": 27
|
|
1398
|
+
}
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"//help/feature-api/feature-api-feature-server-services": {
|
|
1402
|
+
"name": "Services",
|
|
1403
|
+
"key": "docs.feature-api.feature-api-feature-server-services",
|
|
1404
|
+
"path": "//help/feature-api/feature-api-feature-server-services",
|
|
1405
|
+
"auth": false,
|
|
1406
|
+
"position": "LOWER",
|
|
1407
|
+
"exact": true,
|
|
1408
|
+
"priority": 28
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"//help/feature-api/feature-api-feature-server-setup-resource-crud": {
|
|
1413
|
+
"name": "Setup Resource Crud",
|
|
1414
|
+
"key": "docs.feature-api.feature-api-feature-server-setup-resource-crud",
|
|
1415
|
+
"path": "//help/feature-api/feature-api-feature-server-setup-resource-crud",
|
|
1416
|
+
"auth": false,
|
|
1417
|
+
"position": "LOWER",
|
|
1418
|
+
"exact": true,
|
|
1419
|
+
"priority": 29
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"//help/feature-api/feature-api-index": {
|
|
1424
|
+
"name": "Feature api",
|
|
1425
|
+
"key": "docs.feature-api.feature-api-index",
|
|
1426
|
+
"path": "//help/feature-api/feature-api-index",
|
|
1427
|
+
"auth": false,
|
|
1428
|
+
"position": "LOWER",
|
|
1429
|
+
"exact": true,
|
|
1430
|
+
"priority": 30
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"//help/generators": {
|
|
1435
|
+
"name": "Generators",
|
|
1436
|
+
"key": "docs.generators",
|
|
1437
|
+
"path": "//help/generators",
|
|
1438
|
+
"auth": false,
|
|
1439
|
+
"position": "LOWER",
|
|
1440
|
+
"exact": true,
|
|
1441
|
+
"priority": 8
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"//help/generators/generators-project-generate-fullproject": {
|
|
1446
|
+
"name": "Generate Fullproject",
|
|
1447
|
+
"key": "docs.generators.generators-project-generate-fullproject",
|
|
1448
|
+
"path": "//help/generators/generators-project-generate-fullproject",
|
|
1449
|
+
"auth": false,
|
|
1450
|
+
"position": "LOWER",
|
|
1451
|
+
"exact": true,
|
|
1452
|
+
"priority": 1
|
|
1453
|
+
}
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"//help/graphql": {
|
|
1457
|
+
"name": "GraphQL",
|
|
1458
|
+
"key": "docs.graphql",
|
|
1459
|
+
"path": "//help/graphql",
|
|
1460
|
+
"auth": false,
|
|
1461
|
+
"position": "LOWER",
|
|
1462
|
+
"exact": true,
|
|
1463
|
+
"priority": 9
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"//help/graphql/graphql-apolloclient-mutation": {
|
|
1468
|
+
"name": "ApolloClient Mutation",
|
|
1469
|
+
"key": "docs.graphql.graphql-apolloclient-mutation",
|
|
1470
|
+
"path": "//help/graphql/graphql-apolloclient-mutation",
|
|
1471
|
+
"auth": false,
|
|
1472
|
+
"position": "LOWER",
|
|
1473
|
+
"exact": true,
|
|
1474
|
+
"priority": 1
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"//help/graphql/graphql-index": {
|
|
1479
|
+
"name": "Graphql",
|
|
1480
|
+
"key": "docs.graphql.graphql-index",
|
|
1481
|
+
"path": "//help/graphql/graphql-index",
|
|
1482
|
+
"auth": false,
|
|
1483
|
+
"position": "LOWER",
|
|
1484
|
+
"exact": true,
|
|
1485
|
+
"priority": 2
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"//help/graphql/graphql-scalars": {
|
|
1490
|
+
"name": "Scalars",
|
|
1491
|
+
"key": "docs.graphql.graphql-scalars",
|
|
1492
|
+
"path": "//help/graphql/graphql-scalars",
|
|
1493
|
+
"auth": false,
|
|
1494
|
+
"position": "LOWER",
|
|
1495
|
+
"exact": true,
|
|
1496
|
+
"priority": 3
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"//help/help": {
|
|
1501
|
+
"name": "Help",
|
|
1502
|
+
"key": "docs.help",
|
|
1503
|
+
"path": "//help/help",
|
|
1504
|
+
"auth": false,
|
|
1505
|
+
"position": "LOWER",
|
|
1506
|
+
"exact": true,
|
|
1507
|
+
"priority": 10
|
|
1508
|
+
}
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"//help/help/help-index": {
|
|
1512
|
+
"name": "Help",
|
|
1513
|
+
"key": "docs.help.help-index",
|
|
1514
|
+
"path": "//help/help/help-index",
|
|
1515
|
+
"auth": false,
|
|
1516
|
+
"position": "LOWER",
|
|
1517
|
+
"exact": true,
|
|
1518
|
+
"priority": 1
|
|
1519
|
+
}
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"//help/help/help-intro": {
|
|
1523
|
+
"name": "Intro",
|
|
1524
|
+
"key": "docs.help.help-intro",
|
|
1525
|
+
"path": "//help/help/help-intro",
|
|
1526
|
+
"auth": false,
|
|
1527
|
+
"position": "LOWER",
|
|
1528
|
+
"exact": true,
|
|
1529
|
+
"priority": 2
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"//help/intl": {
|
|
1534
|
+
"name": "Internationalization",
|
|
1535
|
+
"key": "docs.intl",
|
|
1536
|
+
"path": "//help/intl",
|
|
1537
|
+
"auth": false,
|
|
1538
|
+
"position": "LOWER",
|
|
1539
|
+
"exact": true,
|
|
1540
|
+
"priority": 11
|
|
1541
|
+
}
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"//help/intl/intl-ant-design-menu-translation": {
|
|
1545
|
+
"name": "Ant Design Menu Translation",
|
|
1546
|
+
"key": "docs.intl.intl-ant-design-menu-translation",
|
|
1547
|
+
"path": "//help/intl/intl-ant-design-menu-translation",
|
|
1548
|
+
"auth": false,
|
|
1549
|
+
"position": "LOWER",
|
|
1550
|
+
"exact": true,
|
|
1551
|
+
"priority": 1
|
|
1552
|
+
}
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"//help/intl/intl-intl-namespace": {
|
|
1556
|
+
"name": "Intl Namespace",
|
|
1557
|
+
"key": "docs.intl.intl-intl-namespace",
|
|
1558
|
+
"path": "//help/intl/intl-intl-namespace",
|
|
1559
|
+
"auth": false,
|
|
1560
|
+
"position": "LOWER",
|
|
1561
|
+
"exact": true,
|
|
1562
|
+
"priority": 2
|
|
1563
|
+
}
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"//help/intl/intl-vite-plugin-intl": {
|
|
1567
|
+
"name": "Vite Plugin Intl",
|
|
1568
|
+
"key": "docs.intl.intl-vite-plugin-intl",
|
|
1569
|
+
"path": "//help/intl/intl-vite-plugin-intl",
|
|
1570
|
+
"auth": false,
|
|
1571
|
+
"position": "LOWER",
|
|
1572
|
+
"exact": true,
|
|
1573
|
+
"priority": 3
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"//help/intl/intl-webpack-plugin-intl": {
|
|
1578
|
+
"name": "Webpack Plugin Intl",
|
|
1579
|
+
"key": "docs.intl.intl-webpack-plugin-intl",
|
|
1580
|
+
"path": "//help/intl/intl-webpack-plugin-intl",
|
|
1581
|
+
"auth": false,
|
|
1582
|
+
"position": "LOWER",
|
|
1583
|
+
"exact": true,
|
|
1584
|
+
"priority": 4
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"//help/knowledge": {
|
|
1589
|
+
"name": "Knowledge Base",
|
|
1590
|
+
"key": "docs.knowledge",
|
|
1591
|
+
"path": "//help/knowledge",
|
|
1592
|
+
"auth": false,
|
|
1593
|
+
"position": "LOWER",
|
|
1594
|
+
"exact": true,
|
|
1595
|
+
"priority": 12
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"//help/knowledge/knowledge-basic-fullstack": {
|
|
1600
|
+
"name": "Basic Fullstack",
|
|
1601
|
+
"key": "docs.knowledge.knowledge-basic-fullstack",
|
|
1602
|
+
"path": "//help/knowledge/knowledge-basic-fullstack",
|
|
1603
|
+
"auth": false,
|
|
1604
|
+
"position": "LOWER",
|
|
1605
|
+
"exact": true,
|
|
1606
|
+
"priority": 1
|
|
1607
|
+
}
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"//help/llm": {
|
|
1611
|
+
"name": "LLM Guides",
|
|
1612
|
+
"key": "docs.llm",
|
|
1613
|
+
"path": "//help/llm",
|
|
1614
|
+
"auth": false,
|
|
1615
|
+
"position": "LOWER",
|
|
1616
|
+
"exact": true,
|
|
1617
|
+
"priority": 13
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"//help/llm/llm-logger.llm": {
|
|
1622
|
+
"name": "Logger.Llm",
|
|
1623
|
+
"key": "docs.llm.llm-logger.llm",
|
|
1624
|
+
"path": "//help/llm/llm-logger.llm",
|
|
1625
|
+
"auth": false,
|
|
1626
|
+
"position": "LOWER",
|
|
1627
|
+
"exact": true,
|
|
1628
|
+
"priority": 1
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"//help/llm/llm-backend-proxies-services-llm": {
|
|
1633
|
+
"name": "Backend Proxies Services Llm",
|
|
1634
|
+
"key": "docs.llm.llm-backend-proxies-services-llm",
|
|
1635
|
+
"path": "//help/llm/llm-backend-proxies-services-llm",
|
|
1636
|
+
"auth": false,
|
|
1637
|
+
"position": "LOWER",
|
|
1638
|
+
"exact": true,
|
|
1639
|
+
"priority": 2
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"//help/llm/llm-backend-service-llm": {
|
|
1644
|
+
"name": "Backend Service Llm",
|
|
1645
|
+
"key": "docs.llm.llm-backend-service-llm",
|
|
1646
|
+
"path": "//help/llm/llm-backend-service-llm",
|
|
1647
|
+
"auth": false,
|
|
1648
|
+
"position": "LOWER",
|
|
1649
|
+
"exact": true,
|
|
1650
|
+
"priority": 3
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"//help/llm/llm-db_migration_llm": {
|
|
1655
|
+
"name": "Db_migration_llm",
|
|
1656
|
+
"key": "docs.llm.llm-db_migration_llm",
|
|
1657
|
+
"path": "//help/llm/llm-db_migration_llm",
|
|
1658
|
+
"auth": false,
|
|
1659
|
+
"position": "LOWER",
|
|
1660
|
+
"exact": true,
|
|
1661
|
+
"priority": 4
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"//help/llm/llm-frontend-remix-15.3-upgrade-llm": {
|
|
1666
|
+
"name": "REMIX 15.3 Upgrade Llm",
|
|
1667
|
+
"key": "docs.llm.llm-frontend-remix-15.3-upgrade-llm",
|
|
1668
|
+
"path": "//help/llm/llm-frontend-remix-15.3-upgrade-llm",
|
|
1669
|
+
"auth": false,
|
|
1670
|
+
"position": "LOWER",
|
|
1671
|
+
"exact": true,
|
|
1672
|
+
"priority": 5
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"//help/llm/llm-inngest-inngest_function_development_guide_llm": {
|
|
1677
|
+
"name": "INNGEST_FUNCTION_DEVELOPMENT_GUIDE_LLM",
|
|
1678
|
+
"key": "docs.llm.llm-inngest-inngest_function_development_guide_llm",
|
|
1679
|
+
"path": "//help/llm/llm-inngest-inngest_function_development_guide_llm",
|
|
1680
|
+
"auth": false,
|
|
1681
|
+
"position": "LOWER",
|
|
1682
|
+
"exact": true,
|
|
1683
|
+
"priority": 6
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"//help/llm/llm-inngest-inngest_namespace_llm": {
|
|
1688
|
+
"name": "INNGEST_NAMESPACE_LLM",
|
|
1689
|
+
"key": "docs.llm.llm-inngest-inngest_namespace_llm",
|
|
1690
|
+
"path": "//help/llm/llm-inngest-inngest_namespace_llm",
|
|
1691
|
+
"auth": false,
|
|
1692
|
+
"position": "LOWER",
|
|
1693
|
+
"exact": true,
|
|
1694
|
+
"priority": 7
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"//help/llm/llm-llm_workflow_namespace": {
|
|
1699
|
+
"name": "Llm_workflow_namespace",
|
|
1700
|
+
"key": "docs.llm.llm-llm_workflow_namespace",
|
|
1701
|
+
"path": "//help/llm/llm-llm_workflow_namespace",
|
|
1702
|
+
"auth": false,
|
|
1703
|
+
"position": "LOWER",
|
|
1704
|
+
"exact": true,
|
|
1705
|
+
"priority": 8
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"//help/llm/llm-organization-components-form-llm": {
|
|
1710
|
+
"name": "Organization Components Form Llm",
|
|
1711
|
+
"key": "docs.llm.llm-organization-components-form-llm",
|
|
1712
|
+
"path": "//help/llm/llm-organization-components-form-llm",
|
|
1713
|
+
"auth": false,
|
|
1714
|
+
"position": "LOWER",
|
|
1715
|
+
"exact": true,
|
|
1716
|
+
"priority": 9
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"//help/llm/llm-page-component-llm": {
|
|
1721
|
+
"name": "Page Component Llm",
|
|
1722
|
+
"key": "docs.llm.llm-page-component-llm",
|
|
1723
|
+
"path": "//help/llm/llm-page-component-llm",
|
|
1724
|
+
"auth": false,
|
|
1725
|
+
"position": "LOWER",
|
|
1726
|
+
"exact": true,
|
|
1727
|
+
"priority": 10
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"//help/llm/llm-preferences-settings-llm": {
|
|
1732
|
+
"name": "Preferences Settings Llm",
|
|
1733
|
+
"key": "docs.llm.llm-preferences-settings-llm",
|
|
1734
|
+
"path": "//help/llm/llm-preferences-settings-llm",
|
|
1735
|
+
"auth": false,
|
|
1736
|
+
"position": "LOWER",
|
|
1737
|
+
"exact": true,
|
|
1738
|
+
"priority": 11
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"//help/llm/llm-tailwind-css-llm": {
|
|
1743
|
+
"name": "Tailwind Css Llm",
|
|
1744
|
+
"key": "docs.llm.llm-tailwind-css-llm",
|
|
1745
|
+
"path": "//help/llm/llm-tailwind-css-llm",
|
|
1746
|
+
"auth": false,
|
|
1747
|
+
"position": "LOWER",
|
|
1748
|
+
"exact": true,
|
|
1749
|
+
"priority": 12
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"//help/mailing": {
|
|
1754
|
+
"name": "Mailing",
|
|
1755
|
+
"key": "docs.mailing",
|
|
1756
|
+
"path": "//help/mailing",
|
|
1757
|
+
"auth": false,
|
|
1758
|
+
"position": "LOWER",
|
|
1759
|
+
"exact": true,
|
|
1760
|
+
"priority": 14
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"//help/mailing/mailing-index": {
|
|
1765
|
+
"name": "Mailing",
|
|
1766
|
+
"key": "docs.mailing.mailing-index",
|
|
1767
|
+
"path": "//help/mailing/mailing-index",
|
|
1768
|
+
"auth": false,
|
|
1769
|
+
"position": "LOWER",
|
|
1770
|
+
"exact": true,
|
|
1771
|
+
"priority": 1
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"//help/mailing/mailing-mailing-template": {
|
|
1776
|
+
"name": "Mailing Template",
|
|
1777
|
+
"key": "docs.mailing.mailing-mailing-template",
|
|
1778
|
+
"path": "//help/mailing/mailing-mailing-template",
|
|
1779
|
+
"auth": false,
|
|
1780
|
+
"position": "LOWER",
|
|
1781
|
+
"exact": true,
|
|
1782
|
+
"priority": 2
|
|
1783
|
+
}
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"//help/mobile": {
|
|
1787
|
+
"name": "Mobile",
|
|
1788
|
+
"key": "docs.mobile",
|
|
1789
|
+
"path": "//help/mobile",
|
|
1790
|
+
"auth": false,
|
|
1791
|
+
"position": "LOWER",
|
|
1792
|
+
"exact": true,
|
|
1793
|
+
"priority": 15
|
|
1794
|
+
}
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"//help/mobile/mobile-app-navigation-generator": {
|
|
1798
|
+
"name": "App Navigation Generator",
|
|
1799
|
+
"key": "docs.mobile.mobile-app-navigation-generator",
|
|
1800
|
+
"path": "//help/mobile/mobile-app-navigation-generator",
|
|
1801
|
+
"auth": false,
|
|
1802
|
+
"position": "LOWER",
|
|
1803
|
+
"exact": true,
|
|
1804
|
+
"priority": 1
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"//help/mobile/mobile-mobiletestcases": {
|
|
1809
|
+
"name": "MobileTestCases",
|
|
1810
|
+
"key": "docs.mobile.mobile-mobiletestcases",
|
|
1811
|
+
"path": "//help/mobile/mobile-mobiletestcases",
|
|
1812
|
+
"auth": false,
|
|
1813
|
+
"position": "LOWER",
|
|
1814
|
+
"exact": true,
|
|
1815
|
+
"priority": 2
|
|
1816
|
+
}
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"//help/mobile/mobile-eas-profile-build": {
|
|
1820
|
+
"name": "Eas Profile Build",
|
|
1821
|
+
"key": "docs.mobile.mobile-eas-profile-build",
|
|
1822
|
+
"path": "//help/mobile/mobile-eas-profile-build",
|
|
1823
|
+
"auth": false,
|
|
1824
|
+
"position": "LOWER",
|
|
1825
|
+
"exact": true,
|
|
1826
|
+
"priority": 3
|
|
1827
|
+
}
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"//help/mobile/mobile-expo-push-notification-setup": {
|
|
1831
|
+
"name": "Expo Push Notification Setup",
|
|
1832
|
+
"key": "docs.mobile.mobile-expo-push-notification-setup",
|
|
1833
|
+
"path": "//help/mobile/mobile-expo-push-notification-setup",
|
|
1834
|
+
"auth": false,
|
|
1835
|
+
"position": "LOWER",
|
|
1836
|
+
"exact": true,
|
|
1837
|
+
"priority": 4
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"//help/mobile/mobile-index": {
|
|
1842
|
+
"name": "Mobile",
|
|
1843
|
+
"key": "docs.mobile.mobile-index",
|
|
1844
|
+
"path": "//help/mobile/mobile-index",
|
|
1845
|
+
"auth": false,
|
|
1846
|
+
"position": "LOWER",
|
|
1847
|
+
"exact": true,
|
|
1848
|
+
"priority": 5
|
|
1849
|
+
}
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"//help/mobile/mobile-routes": {
|
|
1853
|
+
"name": "Routes",
|
|
1854
|
+
"key": "docs.mobile.mobile-routes",
|
|
1855
|
+
"path": "//help/mobile/mobile-routes",
|
|
1856
|
+
"auth": false,
|
|
1857
|
+
"position": "LOWER",
|
|
1858
|
+
"exact": true,
|
|
1859
|
+
"priority": 6
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"//help/organization": {
|
|
1864
|
+
"name": "Organization",
|
|
1865
|
+
"key": "docs.organization",
|
|
1866
|
+
"path": "//help/organization",
|
|
1867
|
+
"auth": false,
|
|
1868
|
+
"position": "LOWER",
|
|
1869
|
+
"exact": true,
|
|
1870
|
+
"priority": 16
|
|
1871
|
+
}
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"//help/organization/organization-adding-account-context": {
|
|
1875
|
+
"name": "Adding Account Context",
|
|
1876
|
+
"key": "docs.organization.organization-adding-account-context",
|
|
1877
|
+
"path": "//help/organization/organization-adding-account-context",
|
|
1878
|
+
"auth": false,
|
|
1879
|
+
"position": "LOWER",
|
|
1880
|
+
"exact": true,
|
|
1881
|
+
"priority": 1
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"//help/organization/organization-adding-org-mobile-navigation": {
|
|
1886
|
+
"name": "Adding Org Mobile Navigation",
|
|
1887
|
+
"key": "docs.organization.organization-adding-org-mobile-navigation",
|
|
1888
|
+
"path": "//help/organization/organization-adding-org-mobile-navigation",
|
|
1889
|
+
"auth": false,
|
|
1890
|
+
"position": "LOWER",
|
|
1891
|
+
"exact": true,
|
|
1892
|
+
"priority": 2
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"//help/organization/organization-adding-org-web-navigation": {
|
|
1897
|
+
"name": "Adding Org Web Navigation",
|
|
1898
|
+
"key": "docs.organization.organization-adding-org-web-navigation",
|
|
1899
|
+
"path": "//help/organization/organization-adding-org-web-navigation",
|
|
1900
|
+
"auth": false,
|
|
1901
|
+
"position": "LOWER",
|
|
1902
|
+
"exact": true,
|
|
1903
|
+
"priority": 3
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"//help/organization/organization-index": {
|
|
1908
|
+
"name": "Organization",
|
|
1909
|
+
"key": "docs.organization.organization-index",
|
|
1910
|
+
"path": "//help/organization/organization-index",
|
|
1911
|
+
"auth": false,
|
|
1912
|
+
"position": "LOWER",
|
|
1913
|
+
"exact": true,
|
|
1914
|
+
"priority": 4
|
|
1915
|
+
}
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"//help/organization/organization-initialization": {
|
|
1919
|
+
"name": "Initialization",
|
|
1920
|
+
"key": "docs.organization.organization-initialization",
|
|
1921
|
+
"path": "//help/organization/organization-initialization",
|
|
1922
|
+
"auth": false,
|
|
1923
|
+
"position": "LOWER",
|
|
1924
|
+
"exact": true,
|
|
1925
|
+
"priority": 5
|
|
1926
|
+
}
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"//help/organization/organization-organization-resource-vs-resource": {
|
|
1930
|
+
"name": "Organization Resource Vs Resource",
|
|
1931
|
+
"key": "docs.organization.organization-organization-resource-vs-resource",
|
|
1932
|
+
"path": "//help/organization/organization-organization-resource-vs-resource",
|
|
1933
|
+
"auth": false,
|
|
1934
|
+
"position": "LOWER",
|
|
1935
|
+
"exact": true,
|
|
1936
|
+
"priority": 6
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"//help/remix": {
|
|
1941
|
+
"name": "Remix",
|
|
1942
|
+
"key": "docs.remix",
|
|
1943
|
+
"path": "//help/remix",
|
|
1944
|
+
"auth": false,
|
|
1945
|
+
"position": "LOWER",
|
|
1946
|
+
"exact": true,
|
|
1947
|
+
"priority": 17
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"//help/remix/remix-configuration-component-structure-best-practices": {
|
|
1952
|
+
"name": "Component Structure Best Practices",
|
|
1953
|
+
"key": "docs.remix.remix-configuration-component-structure-best-practices",
|
|
1954
|
+
"path": "//help/remix/remix-configuration-component-structure-best-practices",
|
|
1955
|
+
"auth": false,
|
|
1956
|
+
"position": "LOWER",
|
|
1957
|
+
"exact": true,
|
|
1958
|
+
"priority": 1
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"//help/remix/remix-configuration-configurations": {
|
|
1963
|
+
"name": "Configurations",
|
|
1964
|
+
"key": "docs.remix.remix-configuration-configurations",
|
|
1965
|
+
"path": "//help/remix/remix-configuration-configurations",
|
|
1966
|
+
"auth": false,
|
|
1967
|
+
"position": "LOWER",
|
|
1968
|
+
"exact": true,
|
|
1969
|
+
"priority": 2
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"//help/remix/remix-configuration-css-import-and-stylesheets": {
|
|
1974
|
+
"name": "Css Import And Stylesheets",
|
|
1975
|
+
"key": "docs.remix.remix-configuration-css-import-and-stylesheets",
|
|
1976
|
+
"path": "//help/remix/remix-configuration-css-import-and-stylesheets",
|
|
1977
|
+
"auth": false,
|
|
1978
|
+
"position": "LOWER",
|
|
1979
|
+
"exact": true,
|
|
1980
|
+
"priority": 3
|
|
1981
|
+
}
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"//help/remix/remix-configuration-dont-subcomponent-network": {
|
|
1985
|
+
"name": "Dont Subcomponent Network",
|
|
1986
|
+
"key": "docs.remix.remix-configuration-dont-subcomponent-network",
|
|
1987
|
+
"path": "//help/remix/remix-configuration-dont-subcomponent-network",
|
|
1988
|
+
"auth": false,
|
|
1989
|
+
"position": "LOWER",
|
|
1990
|
+
"exact": true,
|
|
1991
|
+
"priority": 4
|
|
1992
|
+
}
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"//help/remix/remix-configuration-generated-data-loaders": {
|
|
1996
|
+
"name": "Generated Data Loaders",
|
|
1997
|
+
"key": "docs.remix.remix-configuration-generated-data-loaders",
|
|
1998
|
+
"path": "//help/remix/remix-configuration-generated-data-loaders",
|
|
1999
|
+
"auth": false,
|
|
2000
|
+
"position": "LOWER",
|
|
2001
|
+
"exact": true,
|
|
2002
|
+
"priority": 5
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"//help/remix/remix-configuration-generated-resource-loaders": {
|
|
2007
|
+
"name": "Generated Resource Loaders",
|
|
2008
|
+
"key": "docs.remix.remix-configuration-generated-resource-loaders",
|
|
2009
|
+
"path": "//help/remix/remix-configuration-generated-resource-loaders",
|
|
2010
|
+
"auth": false,
|
|
2011
|
+
"position": "LOWER",
|
|
2012
|
+
"exact": true,
|
|
2013
|
+
"priority": 6
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"//help/remix/remix-configuration-query-params-generator": {
|
|
2018
|
+
"name": "Query Params Generator",
|
|
2019
|
+
"key": "docs.remix.remix-configuration-query-params-generator",
|
|
2020
|
+
"path": "//help/remix/remix-configuration-query-params-generator",
|
|
2021
|
+
"auth": false,
|
|
2022
|
+
"position": "LOWER",
|
|
2023
|
+
"exact": true,
|
|
2024
|
+
"priority": 7
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"//help/remix/remix-configuration-routes-extra-icons": {
|
|
2029
|
+
"name": "Routes Extra Icons",
|
|
2030
|
+
"key": "docs.remix.remix-configuration-routes-extra-icons",
|
|
2031
|
+
"path": "//help/remix/remix-configuration-routes-extra-icons",
|
|
2032
|
+
"auth": false,
|
|
2033
|
+
"position": "LOWER",
|
|
2034
|
+
"exact": true,
|
|
2035
|
+
"priority": 8
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"//help/remix/remix-configuration-routes-json-advanced": {
|
|
2040
|
+
"name": "Routes Json Advanced",
|
|
2041
|
+
"key": "docs.remix.remix-configuration-routes-json-advanced",
|
|
2042
|
+
"path": "//help/remix/remix-configuration-routes-json-advanced",
|
|
2043
|
+
"auth": false,
|
|
2044
|
+
"position": "LOWER",
|
|
2045
|
+
"exact": true,
|
|
2046
|
+
"priority": 9
|
|
2047
|
+
}
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"//help/remix/remix-configuration-routes-json-auth": {
|
|
2051
|
+
"name": "Routes Json Auth",
|
|
2052
|
+
"key": "docs.remix.remix-configuration-routes-json-auth",
|
|
2053
|
+
"path": "//help/remix/remix-configuration-routes-json-auth",
|
|
2054
|
+
"auth": false,
|
|
2055
|
+
"position": "LOWER",
|
|
2056
|
+
"exact": true,
|
|
2057
|
+
"priority": 10
|
|
2058
|
+
}
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"//help/remix/remix-configuration-routes-json-best-practices": {
|
|
2062
|
+
"name": "Routes Json Best Practices",
|
|
2063
|
+
"key": "docs.remix.remix-configuration-routes-json-best-practices",
|
|
2064
|
+
"path": "//help/remix/remix-configuration-routes-json-best-practices",
|
|
2065
|
+
"auth": false,
|
|
2066
|
+
"position": "LOWER",
|
|
2067
|
+
"exact": true,
|
|
2068
|
+
"priority": 11
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"//help/remix/remix-configuration-routes-json-fields": {
|
|
2073
|
+
"name": "Routes Json Fields",
|
|
2074
|
+
"key": "docs.remix.remix-configuration-routes-json-fields",
|
|
2075
|
+
"path": "//help/remix/remix-configuration-routes-json-fields",
|
|
2076
|
+
"auth": false,
|
|
2077
|
+
"position": "LOWER",
|
|
2078
|
+
"exact": true,
|
|
2079
|
+
"priority": 12
|
|
2080
|
+
}
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"//help/remix/remix-configuration-routes-json-graphql": {
|
|
2084
|
+
"name": "Routes Json Graphql",
|
|
2085
|
+
"key": "docs.remix.remix-configuration-routes-json-graphql",
|
|
2086
|
+
"path": "//help/remix/remix-configuration-routes-json-graphql",
|
|
2087
|
+
"auth": false,
|
|
2088
|
+
"position": "LOWER",
|
|
2089
|
+
"exact": true,
|
|
2090
|
+
"priority": 13
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"//help/remix/remix-configuration-routes-json-index": {
|
|
2095
|
+
"name": "Routes Json Index",
|
|
2096
|
+
"key": "docs.remix.remix-configuration-routes-json-index",
|
|
2097
|
+
"path": "//help/remix/remix-configuration-routes-json-index",
|
|
2098
|
+
"auth": false,
|
|
2099
|
+
"position": "LOWER",
|
|
2100
|
+
"exact": true,
|
|
2101
|
+
"priority": 14
|
|
2102
|
+
}
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"//help/remix/remix-configuration-routes-json-loaders": {
|
|
2106
|
+
"name": "Routes Json Loaders",
|
|
2107
|
+
"key": "docs.remix.remix-configuration-routes-json-loaders",
|
|
2108
|
+
"path": "//help/remix/remix-configuration-routes-json-loaders",
|
|
2109
|
+
"auth": false,
|
|
2110
|
+
"position": "LOWER",
|
|
2111
|
+
"exact": true,
|
|
2112
|
+
"priority": 15
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"//help/remix/remix-configuration-routes-json-middleware": {
|
|
2117
|
+
"name": "Routes Json Middleware",
|
|
2118
|
+
"key": "docs.remix.remix-configuration-routes-json-middleware",
|
|
2119
|
+
"path": "//help/remix/remix-configuration-routes-json-middleware",
|
|
2120
|
+
"auth": false,
|
|
2121
|
+
"position": "LOWER",
|
|
2122
|
+
"exact": true,
|
|
2123
|
+
"priority": 16
|
|
2124
|
+
}
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"//help/remix/remix-configuration-routes-json-overview": {
|
|
2128
|
+
"name": "Routes Json Overview",
|
|
2129
|
+
"key": "docs.remix.remix-configuration-routes-json-overview",
|
|
2130
|
+
"path": "//help/remix/remix-configuration-routes-json-overview",
|
|
2131
|
+
"auth": false,
|
|
2132
|
+
"position": "LOWER",
|
|
2133
|
+
"exact": true,
|
|
2134
|
+
"priority": 17
|
|
2135
|
+
}
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"//help/remix/remix-data-loaders": {
|
|
2139
|
+
"name": "Data Loaders",
|
|
2140
|
+
"key": "docs.remix.remix-data-loaders",
|
|
2141
|
+
"path": "//help/remix/remix-data-loaders",
|
|
2142
|
+
"auth": false,
|
|
2143
|
+
"position": "LOWER",
|
|
2144
|
+
"exact": true,
|
|
2145
|
+
"priority": 18
|
|
2146
|
+
}
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"//help/remix/remix-devtools-remix-devtools": {
|
|
2150
|
+
"name": "Remix Devtools",
|
|
2151
|
+
"key": "docs.remix.remix-devtools-remix-devtools",
|
|
2152
|
+
"path": "//help/remix/remix-devtools-remix-devtools",
|
|
2153
|
+
"auth": false,
|
|
2154
|
+
"position": "LOWER",
|
|
2155
|
+
"exact": true,
|
|
2156
|
+
"priority": 19
|
|
2157
|
+
}
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"//help/remix/remix-examples-changes-using-servercode": {
|
|
2161
|
+
"name": "Changes Using Servercode",
|
|
2162
|
+
"key": "docs.remix.remix-examples-changes-using-servercode",
|
|
2163
|
+
"path": "//help/remix/remix-examples-changes-using-servercode",
|
|
2164
|
+
"auth": false,
|
|
2165
|
+
"position": "LOWER",
|
|
2166
|
+
"exact": true,
|
|
2167
|
+
"priority": 20
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"//help/remix/remix-extra-icons": {
|
|
2172
|
+
"name": "Extra Icons",
|
|
2173
|
+
"key": "docs.remix.remix-extra-icons",
|
|
2174
|
+
"path": "//help/remix/remix-extra-icons",
|
|
2175
|
+
"auth": false,
|
|
2176
|
+
"position": "LOWER",
|
|
2177
|
+
"exact": true,
|
|
2178
|
+
"priority": 21
|
|
2179
|
+
}
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"//help/remix/remix-extra-links": {
|
|
2183
|
+
"name": "Extra Links",
|
|
2184
|
+
"key": "docs.remix.remix-extra-links",
|
|
2185
|
+
"path": "//help/remix/remix-extra-links",
|
|
2186
|
+
"auth": false,
|
|
2187
|
+
"position": "LOWER",
|
|
2188
|
+
"exact": true,
|
|
2189
|
+
"priority": 22
|
|
2190
|
+
}
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"//help/remix/remix-generated-data-loaders": {
|
|
2194
|
+
"name": "Generated Data Loaders",
|
|
2195
|
+
"key": "docs.remix.remix-generated-data-loaders",
|
|
2196
|
+
"path": "//help/remix/remix-generated-data-loaders",
|
|
2197
|
+
"auth": false,
|
|
2198
|
+
"position": "LOWER",
|
|
2199
|
+
"exact": true,
|
|
2200
|
+
"priority": 23
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"//help/remix/remix-queryparamsgenerator": {
|
|
2205
|
+
"name": "QueryParamsGenerator",
|
|
2206
|
+
"key": "docs.remix.remix-queryparamsgenerator",
|
|
2207
|
+
"path": "//help/remix/remix-queryparamsgenerator",
|
|
2208
|
+
"auth": false,
|
|
2209
|
+
"position": "LOWER",
|
|
2210
|
+
"exact": true,
|
|
2211
|
+
"priority": 24
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"//help/remix/remix-resources": {
|
|
2216
|
+
"name": "Resources",
|
|
2217
|
+
"key": "docs.remix.remix-resources",
|
|
2218
|
+
"path": "//help/remix/remix-resources",
|
|
2219
|
+
"auth": false,
|
|
2220
|
+
"position": "LOWER",
|
|
2221
|
+
"exact": true,
|
|
2222
|
+
"priority": 25
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"//help/remix/remix-styles": {
|
|
2227
|
+
"name": "Styles",
|
|
2228
|
+
"key": "docs.remix.remix-styles",
|
|
2229
|
+
"path": "//help/remix/remix-styles",
|
|
2230
|
+
"auth": false,
|
|
2231
|
+
"position": "LOWER",
|
|
2232
|
+
"exact": true,
|
|
2233
|
+
"priority": 26
|
|
2234
|
+
}
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"//help/remix/remix-wiki": {
|
|
2238
|
+
"name": "Wiki",
|
|
2239
|
+
"key": "docs.remix.remix-wiki",
|
|
2240
|
+
"path": "//help/remix/remix-wiki",
|
|
2241
|
+
"auth": false,
|
|
2242
|
+
"position": "LOWER",
|
|
2243
|
+
"exact": true,
|
|
2244
|
+
"priority": 27
|
|
2245
|
+
}
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"//help/security": {
|
|
2249
|
+
"name": "Security",
|
|
2250
|
+
"key": "docs.security",
|
|
2251
|
+
"path": "//help/security",
|
|
2252
|
+
"auth": false,
|
|
2253
|
+
"position": "LOWER",
|
|
2254
|
+
"exact": true,
|
|
2255
|
+
"priority": 18
|
|
2256
|
+
}
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"//help/security/security-auth-wrapper-auth-wrapper": {
|
|
2260
|
+
"name": "Auth Wrapper",
|
|
2261
|
+
"key": "docs.security.security-auth-wrapper-auth-wrapper",
|
|
2262
|
+
"path": "//help/security/security-auth-wrapper-auth-wrapper",
|
|
2263
|
+
"auth": false,
|
|
2264
|
+
"position": "LOWER",
|
|
2265
|
+
"exact": true,
|
|
2266
|
+
"priority": 1
|
|
2267
|
+
}
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"//help/security/security-index": {
|
|
2271
|
+
"name": "Security",
|
|
2272
|
+
"key": "docs.security.security-index",
|
|
2273
|
+
"path": "//help/security/security-index",
|
|
2274
|
+
"auth": false,
|
|
2275
|
+
"position": "LOWER",
|
|
2276
|
+
"exact": true,
|
|
2277
|
+
"priority": 2
|
|
2278
|
+
}
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"//help/security/security-secure-button-mobilenative": {
|
|
2282
|
+
"name": "Secure Button Mobilenative",
|
|
2283
|
+
"key": "docs.security.security-secure-button-mobilenative",
|
|
2284
|
+
"path": "//help/security/security-secure-button-mobilenative",
|
|
2285
|
+
"auth": false,
|
|
2286
|
+
"position": "LOWER",
|
|
2287
|
+
"exact": true,
|
|
2288
|
+
"priority": 3
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"//help/security/security-secure-button-web": {
|
|
2293
|
+
"name": "Secure Button Web",
|
|
2294
|
+
"key": "docs.security.security-secure-button-web",
|
|
2295
|
+
"path": "//help/security/security-secure-button-web",
|
|
2296
|
+
"auth": false,
|
|
2297
|
+
"position": "LOWER",
|
|
2298
|
+
"exact": true,
|
|
2299
|
+
"priority": 4
|
|
2300
|
+
}
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"//help/server-side": {
|
|
2304
|
+
"name": "Server Side",
|
|
2305
|
+
"key": "docs.server-side",
|
|
2306
|
+
"path": "//help/server-side",
|
|
2307
|
+
"auth": false,
|
|
2308
|
+
"position": "LOWER",
|
|
2309
|
+
"exact": true,
|
|
2310
|
+
"priority": 19
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"//help/server-side/server-side-account-customization": {
|
|
2315
|
+
"name": "Account Customization",
|
|
2316
|
+
"key": "docs.server-side.server-side-account-customization",
|
|
2317
|
+
"path": "//help/server-side/server-side-account-customization",
|
|
2318
|
+
"auth": false,
|
|
2319
|
+
"position": "LOWER",
|
|
2320
|
+
"exact": true,
|
|
2321
|
+
"priority": 1
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"//help/server-side/server-side-apollo-caching": {
|
|
2326
|
+
"name": "Caching",
|
|
2327
|
+
"key": "docs.server-side.server-side-apollo-caching",
|
|
2328
|
+
"path": "//help/server-side/server-side-apollo-caching",
|
|
2329
|
+
"auth": false,
|
|
2330
|
+
"position": "LOWER",
|
|
2331
|
+
"exact": true,
|
|
2332
|
+
"priority": 2
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"//help/server-side/server-side-backend-architecture-final-decision": {
|
|
2337
|
+
"name": "FINAL DECISION",
|
|
2338
|
+
"key": "docs.server-side.server-side-backend-architecture-final-decision",
|
|
2339
|
+
"path": "//help/server-side/server-side-backend-architecture-final-decision",
|
|
2340
|
+
"auth": false,
|
|
2341
|
+
"position": "LOWER",
|
|
2342
|
+
"exact": true,
|
|
2343
|
+
"priority": 3
|
|
2344
|
+
}
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"//help/server-side/server-side-backend-architecture-true-final-architecture": {
|
|
2348
|
+
"name": "TRUE FINAL ARCHITECTURE",
|
|
2349
|
+
"key": "docs.server-side.server-side-backend-architecture-true-final-architecture",
|
|
2350
|
+
"path": "//help/server-side/server-side-backend-architecture-true-final-architecture",
|
|
2351
|
+
"auth": false,
|
|
2352
|
+
"position": "LOWER",
|
|
2353
|
+
"exact": true,
|
|
2354
|
+
"priority": 4
|
|
2355
|
+
}
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"//help/server-side/server-side-backend-architecture-index1": {
|
|
2359
|
+
"name": "Index1",
|
|
2360
|
+
"key": "docs.server-side.server-side-backend-architecture-index1",
|
|
2361
|
+
"path": "//help/server-side/server-side-backend-architecture-index1",
|
|
2362
|
+
"auth": false,
|
|
2363
|
+
"position": "LOWER",
|
|
2364
|
+
"exact": true,
|
|
2365
|
+
"priority": 5
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"//help/server-side/server-side-backend-coding": {
|
|
2370
|
+
"name": "Backend Coding",
|
|
2371
|
+
"key": "docs.server-side.server-side-backend-coding",
|
|
2372
|
+
"path": "//help/server-side/server-side-backend-coding",
|
|
2373
|
+
"auth": false,
|
|
2374
|
+
"position": "LOWER",
|
|
2375
|
+
"exact": true,
|
|
2376
|
+
"priority": 6
|
|
2377
|
+
}
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"//help/server-side/server-side-e2b-manageing-template": {
|
|
2381
|
+
"name": "Manageing Template",
|
|
2382
|
+
"key": "docs.server-side.server-side-e2b-manageing-template",
|
|
2383
|
+
"path": "//help/server-side/server-side-e2b-manageing-template",
|
|
2384
|
+
"auth": false,
|
|
2385
|
+
"position": "LOWER",
|
|
2386
|
+
"exact": true,
|
|
2387
|
+
"priority": 7
|
|
2388
|
+
}
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"//help/server-side/server-side-index": {
|
|
2392
|
+
"name": "Server side",
|
|
2393
|
+
"key": "docs.server-side.server-side-index",
|
|
2394
|
+
"path": "//help/server-side/server-side-index",
|
|
2395
|
+
"auth": false,
|
|
2396
|
+
"position": "LOWER",
|
|
2397
|
+
"exact": true,
|
|
2398
|
+
"priority": 8
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"//help/server-side/server-side-inngest-functions-module": {
|
|
2403
|
+
"name": "Inngest Functions Module",
|
|
2404
|
+
"key": "docs.server-side.server-side-inngest-functions-module",
|
|
2405
|
+
"path": "//help/server-side/server-side-inngest-functions-module",
|
|
2406
|
+
"auth": false,
|
|
2407
|
+
"position": "LOWER",
|
|
2408
|
+
"exact": true,
|
|
2409
|
+
"priority": 9
|
|
2410
|
+
}
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
"//help/server-side/server-side-listen-stripe-events": {
|
|
2414
|
+
"name": "Listen Stripe Events",
|
|
2415
|
+
"key": "docs.server-side.server-side-listen-stripe-events",
|
|
2416
|
+
"path": "//help/server-side/server-side-listen-stripe-events",
|
|
2417
|
+
"auth": false,
|
|
2418
|
+
"position": "LOWER",
|
|
2419
|
+
"exact": true,
|
|
2420
|
+
"priority": 10
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"//help/server-side/server-side-slug-service": {
|
|
2425
|
+
"name": "Slug Service",
|
|
2426
|
+
"key": "docs.server-side.server-side-slug-service",
|
|
2427
|
+
"path": "//help/server-side/server-side-slug-service",
|
|
2428
|
+
"auth": false,
|
|
2429
|
+
"position": "LOWER",
|
|
2430
|
+
"exact": true,
|
|
2431
|
+
"priority": 11
|
|
2432
|
+
}
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"//help/tests": {
|
|
2436
|
+
"name": "Tests",
|
|
2437
|
+
"key": "docs.tests",
|
|
2438
|
+
"path": "//help/tests",
|
|
2439
|
+
"auth": false,
|
|
2440
|
+
"position": "LOWER",
|
|
2441
|
+
"exact": true,
|
|
2442
|
+
"priority": 20
|
|
2443
|
+
}
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"//help/tests/tests-index": {
|
|
2447
|
+
"name": "Tests",
|
|
2448
|
+
"key": "docs.tests.tests-index",
|
|
2449
|
+
"path": "//help/tests/tests-index",
|
|
2450
|
+
"auth": false,
|
|
2451
|
+
"position": "LOWER",
|
|
2452
|
+
"exact": true,
|
|
2453
|
+
"priority": 1
|
|
2454
|
+
}
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"//help/tests/tests-jest-test-debug-vscode": {
|
|
2458
|
+
"name": "Jest Test Debug Vscode",
|
|
2459
|
+
"key": "docs.tests.tests-jest-test-debug-vscode",
|
|
2460
|
+
"path": "//help/tests/tests-jest-test-debug-vscode",
|
|
2461
|
+
"auth": false,
|
|
2462
|
+
"position": "LOWER",
|
|
2463
|
+
"exact": true,
|
|
2464
|
+
"priority": 2
|
|
2465
|
+
}
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"//help/tests/tests-known-errors": {
|
|
2469
|
+
"name": "Known Errors",
|
|
2470
|
+
"key": "docs.tests.tests-known-errors",
|
|
2471
|
+
"path": "//help/tests/tests-known-errors",
|
|
2472
|
+
"auth": false,
|
|
2473
|
+
"position": "LOWER",
|
|
2474
|
+
"exact": true,
|
|
2475
|
+
"priority": 3
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"//help/tests/tests-service-test-template": {
|
|
2480
|
+
"name": "Service Test Template",
|
|
2481
|
+
"key": "docs.tests.tests-service-test-template",
|
|
2482
|
+
"path": "//help/tests/tests-service-test-template",
|
|
2483
|
+
"auth": false,
|
|
2484
|
+
"position": "LOWER",
|
|
2485
|
+
"exact": true,
|
|
2486
|
+
"priority": 4
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"//help/tests/tests-test-setup": {
|
|
2491
|
+
"name": "Test Setup",
|
|
2492
|
+
"key": "docs.tests.tests-test-setup",
|
|
2493
|
+
"path": "//help/tests/tests-test-setup",
|
|
2494
|
+
"auth": false,
|
|
2495
|
+
"position": "LOWER",
|
|
2496
|
+
"exact": true,
|
|
2497
|
+
"priority": 5
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"//help/ui": {
|
|
2502
|
+
"name": "UI Components",
|
|
2503
|
+
"key": "docs.ui",
|
|
2504
|
+
"path": "//help/ui",
|
|
2505
|
+
"auth": false,
|
|
2506
|
+
"position": "LOWER",
|
|
2507
|
+
"exact": true,
|
|
2508
|
+
"priority": 21
|
|
2509
|
+
}
|
|
2510
|
+
},
|
|
2511
|
+
{
|
|
2512
|
+
"//help/ui/ui-schemabasedui": {
|
|
2513
|
+
"name": "SchemaBasedUI",
|
|
2514
|
+
"key": "docs.ui.ui-schemabasedui",
|
|
2515
|
+
"path": "//help/ui/ui-schemabasedui",
|
|
2516
|
+
"auth": false,
|
|
2517
|
+
"position": "LOWER",
|
|
2518
|
+
"exact": true,
|
|
2519
|
+
"priority": 1
|
|
2520
|
+
}
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"//help/ui/ui-slotfillcomponent": {
|
|
2524
|
+
"name": "SlotFillComponent",
|
|
2525
|
+
"key": "docs.ui.ui-slotfillcomponent",
|
|
2526
|
+
"path": "//help/ui/ui-slotfillcomponent",
|
|
2527
|
+
"auth": false,
|
|
2528
|
+
"position": "LOWER",
|
|
2529
|
+
"exact": true,
|
|
2530
|
+
"priority": 2
|
|
2531
|
+
}
|
|
2532
|
+
}
|
|
2533
|
+
]
|