From 85102777416ca9c9e11f05bd9c671eb901975c54 Mon Sep 17 00:00:00 2001 From: "Paul B." Date: Wed, 28 Jan 2026 15:11:40 +0100 Subject: [PATCH 1/3] frontend: move output to a dedicated docs/ directory --- bridgetown.config.yml | 1 + esbuild.config.js | 6 +++++- src/_partials/_head.erb | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/bridgetown.config.yml b/bridgetown.config.yml index 57099d74..3cba9f3d 100644 --- a/bridgetown.config.yml +++ b/bridgetown.config.yml @@ -28,6 +28,7 @@ metadata: favicon_light: "/images/favicon.svg" favicon_dark: "/images/favicon-dark.svg" +keep_files: ["docs"] # Other options you might want to investigate: # # base_path: "/" # the subpath of your site, e.g. /blog. If you set this option, diff --git a/esbuild.config.js b/esbuild.config.js index 5df3ccd9..934a8115 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -40,7 +40,11 @@ const esbuildOptions = { ], globOptions: { excludeFilter: /\.(dsd|lit)\.css$/ - } + }, + bridgetownConfig: { + destination: "output/docs", + }, + publicPath: "/docs/_bridgetown/static", } build(esbuildOptions) diff --git a/src/_partials/_head.erb b/src/_partials/_head.erb index f10120c0..770e9871 100644 --- a/src/_partials/_head.erb +++ b/src/_partials/_head.erb @@ -3,7 +3,7 @@ <%= seo %> " media="(prefers-color-scheme: light)"> " media="(prefers-color-scheme: dark)"> -" as="font" type="font/woff2" crossorigin fetchpriority="high"> - - +" as="font" type="font/woff2" crossorigin fetchpriority="high"> + + <%= live_reload_dev_js %> From 5ffdb8cf5bcf5fb0d99866dc8f2bc8022f7f9a6a Mon Sep 17 00:00:00 2001 From: "Paul B." Date: Wed, 28 Jan 2026 15:35:35 +0100 Subject: [PATCH 2/3] Move images/ dir inside docs/images/ --- src/{ => docs}/images/404.svg | 0 src/{ => docs}/images/bump-logo-wht.svg | 0 src/{ => docs}/images/bump-logo.svg | 0 .../images/changelog/access-management.png | Bin .../images/changelog/api-explorer-auth.png | Bin .../images/changelog/api-explorer-demo.png | Bin ...pi-explorer-enhancements-response-expandable.gif | Bin .../api-explorer-enhancements-response-images.png | Bin .../changelog/api-explorer-oauth2-implicit-flow.gif | Bin .../images/changelog/api-explorer-request.png | Bin ...api-explorer-server-variables-global-display.png | Bin .../changelog/api-explorer-server-variables.png | Bin .../images/changelog/api-explorer-share.png | Bin src/{ => docs}/images/changelog/api-explorer.png | Bin src/{ => docs}/images/changelog/api-keys.jpg | Bin src/{ => docs}/images/changelog/apis-json.jpg | Bin src/{ => docs}/images/changelog/ask-ai-select.png | Bin src/{ => docs}/images/changelog/ask-ai.png | Bin src/{ => docs}/images/changelog/back.jpg | Bin src/{ => docs}/images/changelog/badges.png | Bin src/{ => docs}/images/changelog/badges_layout.png | Bin .../images/changelog/bindings_asyncapi_bump.png | Bin src/{ => docs}/images/changelog/branching.gif | Bin .../images/changelog/breaking_changes.png | Bin .../changelog/bump-sh-api-branch-management.png | Bin .../images/changelog/bump-sh-cli-2-7-0.png | Bin .../changelog/bump-sh-performance-enhancements.png | Bin .../images/changelog/change-comparison.png | Bin .../changelog/changelog-access-management.png | Bin src/{ => docs}/images/changelog/changelog-diff.png | Bin .../images/changelog/changelog-entry-page.png | Bin .../images/changelog/changelog-layout.png | Bin src/{ => docs}/images/changelog/changelog.gif | Bin .../images/changelog/changelog_revamp.jpg | Bin .../changelog/code-samples-support-openapi.png | Bin src/{ => docs}/images/changelog/colors.png | Bin src/{ => docs}/images/changelog/custom-domains.png | Bin .../images/changelog/dark-mode-customization.png | Bin .../images/changelog/dark-mode-settings.png | Bin src/{ => docs}/images/changelog/darkmode.jpg | Bin .../images/changelog/depreciation-support.png | Bin src/{ => docs}/images/changelog/diff-navigation.gif | Bin src/{ => docs}/images/changelog/download-source.png | Bin .../images/changelog/editable-release.png | Bin src/{ => docs}/images/changelog/email-notif.png | Bin .../images/changelog/embed-mode-mongodb.png | Bin src/{ => docs}/images/changelog/embed-mode.png | Bin src/{ => docs}/images/changelog/favicon.png | Bin .../images/changelog/feedback-button-mockup.png | Bin src/{ => docs}/images/changelog/feedback-button.png | Bin .../images/changelog/help-center-remastered.jpg | Bin .../images/changelog/improved-access-management.png | Bin src/{ => docs}/images/changelog/live-preview.gif | Bin .../images/changelog/love-cycle-april-2024.png | Bin .../images/changelog/love-cycle-july-2024.png | Bin src/{ => docs}/images/changelog/manual-release.png | Bin .../images/changelog/markdown-callouts.jpg | Bin src/{ => docs}/images/changelog/mermaid-diagram.png | Bin src/{ => docs}/images/changelog/mermaid.png | Bin src/{ => docs}/images/changelog/metaimage-forto.png | Bin .../images/changelog/minlength-example.png | Bin src/{ => docs}/images/changelog/mobile-version.jpg | Bin src/{ => docs}/images/changelog/multiple-types.png | Bin .../images/changelog/multiple_examples.jpg | Bin .../images/changelog/nested-properties.jpg | Bin src/{ => docs}/images/changelog/new-cli.gif | Bin .../images/changelog/new-dashboard-2024.jpg | Bin src/{ => docs}/images/changelog/new-highlights.png | Bin .../changelog/new-search-experience-performance.gif | Bin .../changelog/new-search-experience-result-item.png | Bin .../images/changelog/new-search-experience.png | Bin .../changelog/openapi-3-2-partial-support.png | Bin .../images/changelog/openapi-webhooks.png | Bin .../images/changelog/organization-support.png | Bin src/{ => docs}/images/changelog/polymorphism.png | Bin .../images/changelog/search-engine-performances.jpg | Bin src/{ => docs}/images/changelog/search.gif | Bin src/{ => docs}/images/changelog/share_highlight.gif | Bin src/{ => docs}/images/changelog/verbs-in-nav.png | Bin src/{ => docs}/images/changelog/webhooks_main.png | Bin src/{ => docs}/images/changelog/x-beta.png | Bin src/{ => docs}/images/favicon-dark.svg | 0 src/{ => docs}/images/favicon.svg | 0 src/{ => docs}/images/footer/github.svg | 0 src/{ => docs}/images/footer/linkedin.svg | 0 src/{ => docs}/images/footer/twitter.svg | 0 .../images/guides/apartment-with-discriminator.png | Bin .../images/guides/api-architecture-diagrams.png | Bin .../guides/api-contracts-extended-introduction.png | Bin .../images/guides/api-first-design-guide.png | Bin .../cli-output-fewer-problems.png | Bin .../api-linting-with-vacuum/cli-output-warnings.png | Bin .../guides/api-linting-with-vacuum/go-to-line.png | Bin .../api-linting-with-vacuum/perfect-score.png | Bin .../api-linting-with-vacuum/vacuum-annotations.png | Bin .../images/guides/apis-json/add-api-to-hub.png | Bin src/{ => docs}/images/guides/apis-json/apisio.png | Bin src/{ => docs}/images/guides/apis-json/apisjson.png | Bin src/{ => docs}/images/guides/apis-json/new-hub.png | Bin .../images/guides/apis-json/submit-apisio.png | Bin .../images/guides/asyncapi-vs-openapi.png | Bin .../guides/azure-devops/add-variable-group.png | Bin .../images/guides/azure-devops/diff-comment.png | Bin .../images/guides/azure-devops/doc-deploy-first.png | Bin .../images/guides/azure-devops/doc-validation.png | Bin .../guides/azure-devops/new-project-pipeline.png | Bin .../azure-devops/organization-and-project.png | Bin .../pipeline-permissions-variable-group.png | Bin .../guides/azure-devops/pipeline-templates.png | Bin .../guides/building-event-driven-async-api.png | Bin .../images/guides/building-your-api-design-mode.png | Bin .../images/guides/bump-group-by-path-screen.png | Bin .../images/guides/bump-group-by-tag-screen.png | Bin .../images/guides/bump-jokes-blueprint-screen.png | Bin .../images/guides/bump-navigation-screen.png | Bin .../images/guides/bump-new-documentation-screen.png | Bin .../images/guides/bump-new-version-screen.png | Bin .../images/guides/bump-sh-changelog-subscribe.png | Bin .../images/guides/bump-sh-create-doc-wizard.png | Bin .../images/guides/bump-sh-deployed-doc.png | Bin .../guides/bump-sh-deployment-configuration.png | Bin .../images/guides/bump-sh-github-action-summary.png | Bin .../images/guides/bump-sh-onboarding-screen.png | Bin .../images/guides/bump-sh-user-dashboard.png | Bin src/{ => docs}/images/guides/bump-sh-view-doc.png | Bin .../images/guides/code-first-laravel-initial.png | Bin .../images/guides/code-first-rails-initial.png | Bin .../code-first-spring/operation-description.png | Bin .../code-first-spring/parameter-description.png | Bin .../guides/code-first-spring/springdoc-initial.png | Bin src/{ => docs}/images/guides/code_first_openapi.png | Bin .../guides/design-first/code-first-design-first.png | Bin .../design-reviews/breaking-change-detected.png | Bin .../images/guides/design-reviews/preview.png | Bin .../guides/design-reviews/replaced-with-ref.png | Bin src/{ => docs}/images/guides/diff_attribute.png | Bin .../images/guides/different-api-types.png | Bin .../documenting-multiple-versions/branch-picker.png | Bin .../documenting-multiple-versions/set-branches.png | Bin .../bump-tag-description.png | Bin .../bump-x-topics.png | Bin .../images/guides/event-driven-architecture.png | Bin .../images/guides/express-js-open-api.png | Bin .../images/guides/feedback/github-forms.png | Bin .../images/guides/feedback/notion-copy-url.png | Bin .../images/guides/feedback/notion-form-builder.png | Bin .../images/guides/feedback/notion-send-form.png | Bin .../generate-sdks-speakeasy/api-registries.png | Bin .../guides/generate-sdks-speakeasy/new-sdk-repo.png | Bin .../generate-sdks-speakeasy/npm-new-version.png | Bin .../guides/generate-sdks-speakeasy/overlays.png | Bin .../preview-code-samples.png | Bin .../generate-sdks-speakeasy/publish-to-npm.png | Bin .../generate-sdks-speakeasy/quickstart-2.webp | Bin src/{ => docs}/images/guides/git-1-commit-graph.png | Bin src/{ => docs}/images/guides/git-1-commit-seq.png | Bin src/{ => docs}/images/guides/git-1-file-tree.png | Bin src/{ => docs}/images/guides/git-1-rebase.png | Bin src/{ => docs}/images/guides/git-1-remote-hub.png | Bin src/{ => docs}/images/guides/git-1-remote-hub2.png | Bin src/{ => docs}/images/guides/git-1-remote.png | Bin src/{ => docs}/images/guides/git-1-tag-branch.png | Bin src/{ => docs}/images/guides/git-1-workdir.png | Bin .../images/guides/house_without_discriminator.png | Bin .../images/guides/internal-architecture-diagram.jpg | Bin .../microcks-testing/microcks-test-results.png | Bin .../guides/microcks-testing/mismatched-status.png | Bin .../microcks-testing/test-details-missing.jpg | Bin .../microcks-testing/test-result-expanded.png | Bin .../images/guides/microcks-testing/test-runner.png | Bin .../migrating-from-redocly/automatic-deployment.png | Bin .../migrating-from-redocly/bump-breaking-change.png | Bin .../migrating-from-redocly/export-from-redocly.png | Bin .../guides/migrating-from-redocly/source-code.png | Bin .../42crunch-openapi-editor.png | Bin .../migrating-from-swaggerhub/bump-pull-request.png | Bin .../export-from-swaggerhub.png | Bin .../jetbrains-openapi-specifications.png | Bin .../beeceptor-mock-server-created.png | Bin .../beeceptor-openapi-paths-expanded.gif | Bin .../mock-with-beeceptor/beeceptor-openapi-url.png | Bin .../mocking-with-microcks/bump-mock-server-curl.png | Bin .../guides/mocking-with-microcks/get-bookings.png | Bin .../guides/mocking-with-microcks/gke-setup.png | Bin .../mocking-with-microcks/microcks-api-view.png | Bin .../mocking-with-microcks/microcks-dashboard.png | Bin .../mocking-with-microcks/microcks-resources.png | Bin .../mocking-with-microcks/multiple-servers.png | Bin .../post-get-delete-resource.png | Bin .../guides/mocking-with-microcks/upload-modal.png | Bin .../openapi-format-overlays/apply-overlay.png | Bin .../new-openapi-in-playground.png | Bin .../openapi-format-overlays/output-difference.png | Bin .../guides/openapi-format-overlays/overlay-name.png | Bin .../openapi-format-overlays/overlay-remove.png | Bin .../openapi-format-overlays/overlay-show-diff.png | Bin .../overlay-target-better.png | Bin .../openapi-format-overlays/overlay-target.png | Bin .../openapi-format-overlays/overlay-update.png | Bin src/{ => docs}/images/guides/openapi-v4-diagram.png | Bin ...hat-is-OpenAPI-Simple-API-Lifecycle-Vertical.png | Bin .../specification/v3.2/bump-tag-description.png | Bin .../images/guides/polymorphism_accomodation.png | Bin .../images/guides/preview_pings_sections.png | Bin .../images/guides/ref_advanced_usages.png | Bin src/{ => docs}/images/guides/sequence-diagram.jpg | Bin .../images/guides/service-architecture-diagram.jpg | Bin src/{ => docs}/images/guides/sizing-images-1.png | Bin src/{ => docs}/images/guides/sizing-images-2.png | Bin src/{ => docs}/images/guides/sizing-images-3.png | Bin src/{ => docs}/images/guides/sizing-images-4.png | Bin src/{ => docs}/images/guides/sizing-images-5.png | Bin src/{ => docs}/images/guides/sizing-images-6.png | Bin .../guides/sizing-images-api-documentation.png | Bin .../stainless-integration/bump-sh-code-example.png | Bin .../guides/stainless-integration/create-api-key.png | Bin .../guides/stainless-integration/studio-preview.png | Bin .../images/guides/swagger-new-api-screen.png | Bin .../images/guides/tag-with-externaldocs.png | Bin src/{ => docs}/images/guides/tagged_endpoints.png | Bin .../images/guides/tags-organize-endpoints.png | Bin src/{ => docs}/images/guides/tags_order.png | Bin .../api-explorer-request.png | Bin .../bump-hubs.png | Bin .../bump-sdks.png | Bin .../design-first-workflow.png | Bin .../vacuum-annotations.png | Bin .../bump-docs-insomnia-button.png | Bin .../try-requests-in-insomnia/commit-export.png | Bin .../try-requests-in-insomnia/download-insomnia.png | Bin .../try-requests-in-insomnia/edit-variable.png | Bin .../guides/try-requests-in-insomnia/env-error.png | Bin .../try-requests-in-insomnia/export-insomnia.png | Bin .../try-requests-in-insomnia/get-public-url.png | Bin .../try-requests-in-insomnia/import-or-clone.png | Bin .../guides/try-requests-in-insomnia/import.png | Bin .../try-requests-in-insomnia/new-collection.png | Bin .../try-requests-in-insomnia/path-param-error.png | Bin .../guides/try-requests-in-insomnia/path-param.png | Bin .../guides/try-requests-in-insomnia/pick-a-file.png | Bin .../try-requests-in-insomnia/run-in-insomnia.png | Bin .../view-collection-in-insomnia.png | Bin .../bump-docs-postman-button.png | Bin .../try-requests-in-postman/copy-to-collections.png | Bin .../generate-from-definition.png | Bin .../try-requests-in-postman/generate-modal.png | Bin .../try-requests-in-postman/postman-commit.png | Bin .../postman-connect-repository.png | Bin .../postman-create-workspace.png | Bin .../try-requests-in-postman/postman-new-api.png | Bin .../postman-share-button.png | Bin .../guides/try-requests-in-postman/postman-view.png | Bin src/{ => docs}/images/guides/what-is-asyncapi.png | Bin src/{ => docs}/images/guides/what-is-openapi.png | Bin src/{ => docs}/images/guides/workflow-diagram.png | Bin .../images/help/access-management-invite.png | Bin src/{ => docs}/images/help/account-settings.png | Bin src/{ => docs}/images/help/add-webhook.png | Bin src/{ => docs}/images/help/anyOf-discriminator.gif | Bin src/{ => docs}/images/help/ask-ai-dropdown.png | Bin src/{ => docs}/images/help/basic-info.png | Bin src/{ => docs}/images/help/branch-new-dark.png | Bin src/{ => docs}/images/help/branch-options.png | Bin src/{ => docs}/images/help/branch-select-dark.png | Bin src/{ => docs}/images/help/branch-sorting.png | Bin src/{ => docs}/images/help/breaking-changes.png | Bin .../images/help/bump-sh-global-workflow.png | Bin src/{ => docs}/images/help/categories.png | Bin src/{ => docs}/images/help/changelog-link-dark.png | Bin src/{ => docs}/images/help/changelog.png | Bin src/{ => docs}/images/help/color-scheme.png | Bin src/{ => docs}/images/help/color.png | Bin src/{ => docs}/images/help/compare-changes.png | Bin src/{ => docs}/images/help/comparison.png | Bin src/{ => docs}/images/help/congrats.png | Bin src/{ => docs}/images/help/create-branch.png | Bin src/{ => docs}/images/help/create-hub.png | Bin src/{ => docs}/images/help/create-org.png | Bin src/{ => docs}/images/help/custom-domains.png | Bin src/{ => docs}/images/help/dark-mode-settings.png | Bin src/{ => docs}/images/help/dashboard.png | Bin .../images/help/deployment-release-button.png | Bin .../images/help/deployment-release-form.png | Bin .../images/help/deployments-list-not-released.png | Bin src/{ => docs}/images/help/deployments-list.png | Bin src/{ => docs}/images/help/doc-beta.png | Bin src/{ => docs}/images/help/doc-creation.png | Bin src/{ => docs}/images/help/doc-hub-settings.png | Bin .../images/help/doc-x-state-custom-color.png | Bin src/{ => docs}/images/help/doc-x-state.png | Bin .../images/help/documentation-access-choice.png | Bin src/{ => docs}/images/help/embed-mode-workflow.png | Bin .../help/explorer/explorer-activation-option.png | Bin .../images/help/explorer/explorer-auth.png | Bin .../images/help/explorer/explorer-button.png | Bin .../help/explorer/explorer-operation-selection.png | Bin .../images/help/explorer/explorer-response.png | Bin .../explorer-server-variables-global-display.png | Bin .../images/help/explorer/explorer-share.png | Bin .../help/explorer/oauth-access-token-field.png | Bin .../help/explorer/oauth-automatic-implicit-flow.png | Bin src/{ => docs}/images/help/feedback-button.png | Bin src/{ => docs}/images/help/first-doc.png | Bin src/{ => docs}/images/help/first-upload.png | Bin src/{ => docs}/images/help/get-updates.png | Bin src/{ => docs}/images/help/github-api-diff.svg | 0 src/{ => docs}/images/help/group-by-path-dark.png | Bin src/{ => docs}/images/help/group-by-path.png | Bin src/{ => docs}/images/help/group-by-tags-dark.png | Bin src/{ => docs}/images/help/hub-creation.png | Bin src/{ => docs}/images/help/hub-doc-categories.png | Bin .../images/help/hub-doc-quick-access-menu.png | Bin src/{ => docs}/images/help/hubs-customization.png | Bin .../images/help/legacy/-M4rzT5ykco72OK_jJ3C.gif | Bin .../images/help/legacy/-MOGOnqooT-KnFuTVpb_.png | Bin .../images/help/legacy/-MOGP6UgSsWqXvwYa1Gd.png | Bin .../images/help/legacy/-MU8HgDhZXrUBOih-Aa4.png | Bin .../images/help/legacy/-MU8Hlck88dihqjnmrqF.png | Bin .../images/help/legacy/-MU8HqPTkthOq2kCyCaM.png | Bin .../images/help/legacy/-MU8IHHW0z8WkuDytn48.png | Bin .../images/help/legacy/-MU8MRfTYrE4gxvFb6JA.png | Bin .../images/help/legacy/-MUJe7kuSWbH7xA9Cwhy.png | Bin .../images/help/legacy/-MUJhfdD3hbTQ8IZB7tU.png | Bin .../images/help/legacy/-MUJhmo0sdnab4KFQEIY.png | Bin .../images/help/legacy/-MUJj6SDDPshQJ1uqwYp.png | Bin .../images/help/legacy/-Mg5_uUhFBooJNdgXH9o.png | Bin .../images/help/legacy/1SucEsWaJNivFoU9pusQ.png | Bin .../images/help/legacy/8S2a0sPvEPpUkg6J6LMS.png | Bin .../images/help/legacy/Bca3FyuEP3tWjSqbkATU.png | Bin .../images/help/legacy/Eqfjob6I3KfrblyPB8mV.gif | Bin .../images/help/legacy/HHscT3afwufsi1ZM3ECv.png | Bin .../images/help/legacy/Hdo2CKReqm7JTLPS0FjV.png | Bin .../images/help/legacy/MCR7J4QJPJJTaygFxpLl.gif | Bin .../images/help/legacy/MMsiIICn5P1iK10bnwO9.png | Bin .../images/help/legacy/N17WZyf4bWdgr92v97mI.png | Bin .../images/help/legacy/N3rDneaswUa7YztE6nH0.png | Bin .../images/help/legacy/NLzpzynGkpXBiA5ulck1.png | Bin .../images/help/legacy/O0EdRrYvigMCeUX0gmEv.png | Bin .../images/help/legacy/OE8vOhb9gWGtCiB9bTvZ.png | Bin .../images/help/legacy/OqfSKI8BggVVCIHujPGi.png | Bin .../images/help/legacy/OvDDVzccMGDwmYdeEbqy.png | Bin .../images/help/legacy/Q6P4SEp9xUI38Vntiem7.png | Bin .../images/help/legacy/Qn7SayvjG5PF6AC9uu8F.png | Bin .../images/help/legacy/SbS7lxnvsMioTto4BXHX.png | Bin .../images/help/legacy/Z0zOnHTa9cH58O0NThpu.png | Bin .../images/help/legacy/ZjZd5SBqAJPiQAcLNKIU.png | Bin .../images/help/legacy/bk2O9oSDJCk2ROLrAM9Y.png | Bin src/{ => docs}/images/help/legacy/changelog.png | Bin .../images/help/legacy/fCOugR8mGz8QYSvqeDa7.png | Bin .../images/help/legacy/fRctbRpsuaPR02qmbEh2.png | Bin .../images/help/legacy/hGiwuZH9WdjbnQSNUDJD.png | Bin .../images/help/legacy/j8wQP0BToaefQRWQ0F3D.png | Bin .../images/help/legacy/jUWSAyUYg6xpjB35eg2T.png | Bin .../images/help/legacy/nfHVgK8B6cc78auq4zkF.png | Bin .../images/help/legacy/paUrgRW3uopDhEe15xgB.png | Bin .../images/help/legacy/qxvxaTmpJmRAeVqEZKAN.png | Bin .../images/help/legacy/rAR7R5ej1LaENjw2oW6W.jpeg | Bin .../images/help/legacy/s7PxQPw06kyQLEwV29eL.png | Bin .../images/help/legacy/sEUmhCd7TdN6geu02p5B.png | Bin .../images/help/legacy/twaSpSvrbHghRTMKtqa2.png | Bin .../images/help/legacy/vQ4f7KUbViMDhhrOgXra.png | Bin .../images/help/legacy/ysIMcTzOxd1AzimVLJ4p.svg | 0 .../images/help/legacy/zv44dbSnFqeaZqgfIvSD.png | Bin src/{ => docs}/images/help/light-mode-settings.png | Bin src/{ => docs}/images/help/logo-favicon.png | Bin src/{ => docs}/images/help/manage-branch.png | Bin .../images/help/manual-release-toggle.png | Bin src/{ => docs}/images/help/markdown-accordion.gif | Bin src/{ => docs}/images/help/mermaid-diagram.png | Bin src/{ => docs}/images/help/meta-image-2.png | Bin src/{ => docs}/images/help/meta-image-custom.gif | Bin src/{ => docs}/images/help/meta-image-example.png | Bin src/{ => docs}/images/help/meta-image.png | Bin src/{ => docs}/images/help/move-standalone-doc.png | Bin .../images/help/multiple-servers--component.png | Bin .../images/help/multiple-servers--setting.png | Bin src/{ => docs}/images/help/navigation.png | Bin src/{ => docs}/images/help/new-doc.png | Bin src/{ => docs}/images/help/new-hub.png | Bin .../images/help/openapi-webhooks-dark.png | Bin src/{ => docs}/images/help/operations.png | Bin src/{ => docs}/images/help/org-add-member.png | Bin src/{ => docs}/images/help/org-creation.png | Bin src/{ => docs}/images/help/org-danger-zone.png | Bin src/{ => docs}/images/help/org-dropdown.png | Bin src/{ => docs}/images/help/org-members.png | Bin src/{ => docs}/images/help/organization-access.png | Bin src/{ => docs}/images/help/organization-create.png | Bin .../images/help/organization-creation.png | Bin src/{ => docs}/images/help/organization-member.png | Bin .../images/help/organization-settings.png | Bin src/{ => docs}/images/help/organization-view.png | Bin src/{ => docs}/images/help/pattern.png | Bin src/{ => docs}/images/help/personal-account.png | Bin src/{ => docs}/images/help/share-access-button.png | Bin src/{ => docs}/images/help/share-access.png | Bin src/{ => docs}/images/help/signup.png | Bin src/{ => docs}/images/help/slack-integration.png | Bin src/{ => docs}/images/help/slug-hub.png | Bin .../images/help/specsupport-socialmedia.png | Bin src/{ => docs}/images/help/sso-setup.png | Bin src/{ => docs}/images/help/unrelease-button.png | Bin src/{ => docs}/images/help/upload-branch.png | Bin .../images/help/upload-document-quick.png | Bin src/{ => docs}/images/help/upload-document.png | Bin src/{ => docs}/images/help/upload-spec-file.png | Bin .../images/help/user-account-settings.png | Bin src/{ => docs}/images/help/version-selector.png | Bin src/{ => docs}/images/help/webhook-add-2.png | Bin src/{ => docs}/images/help/webhook-add.png | Bin src/{ => docs}/images/help/webhook-danger.png | Bin src/{ => docs}/images/help/webhook-secret-token.png | Bin src/{ => docs}/images/help/webhook-token.png | Bin src/{ => docs}/images/help/x-codesamples.gif | Bin src/{ => docs}/images/help/x-displayName.png | Bin src/{ => docs}/images/help/x-externalLinks.png | Bin src/{ => docs}/images/icons/api-reference.svg | 0 src/{ => docs}/images/icons/arrow-right-circle.svg | 0 src/{ => docs}/images/icons/arrow-right.svg | 0 src/{ => docs}/images/icons/bell-dot.svg | 0 src/{ => docs}/images/icons/book-open-check.svg | 0 src/{ => docs}/images/icons/branch.svg | 0 src/{ => docs}/images/icons/caret-right.svg | 0 src/{ => docs}/images/icons/checkmark.svg | 0 src/{ => docs}/images/icons/code-file.svg | 0 src/{ => docs}/images/icons/documentation.svg | 0 src/{ => docs}/images/icons/error.svg | 0 src/{ => docs}/images/icons/flag.svg | 0 src/{ => docs}/images/icons/github.svg | 0 src/{ => docs}/images/icons/guides.svg | 0 src/{ => docs}/images/icons/heart-plus.svg | 0 src/{ => docs}/images/icons/help-center.svg | 0 src/{ => docs}/images/icons/help-circle.svg | 0 src/{ => docs}/images/icons/home.svg | 0 src/{ => docs}/images/icons/hub.svg | 0 src/{ => docs}/images/icons/image.svg | 0 src/{ => docs}/images/icons/info.svg | 0 src/{ => docs}/images/icons/iteration.svg | 0 src/{ => docs}/images/icons/key.svg | 0 src/{ => docs}/images/icons/linkedin.svg | 0 src/{ => docs}/images/icons/mail.svg | 0 src/{ => docs}/images/icons/mastodon.svg | 0 src/{ => docs}/images/icons/org.svg | 0 src/{ => docs}/images/icons/pencil-line.svg | 0 src/{ => docs}/images/icons/pencil.svg | 0 src/{ => docs}/images/icons/product-updates.svg | 0 src/{ => docs}/images/icons/search.svg | 0 src/{ => docs}/images/icons/send.svg | 0 src/{ => docs}/images/icons/sparkles.svg | 0 src/{ => docs}/images/icons/success.svg | 0 src/{ => docs}/images/icons/terminal.svg | 0 src/{ => docs}/images/icons/twitter.svg | 0 src/{ => docs}/images/icons/user.svg | 0 src/{ => docs}/images/icons/warning.svg | 0 src/{ => docs}/images/icons/zap.svg | 0 src/{ => docs}/images/logos/openapi.svg | 0 456 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => docs}/images/404.svg (100%) rename src/{ => docs}/images/bump-logo-wht.svg (100%) rename src/{ => docs}/images/bump-logo.svg (100%) rename src/{ => docs}/images/changelog/access-management.png (100%) rename src/{ => docs}/images/changelog/api-explorer-auth.png (100%) rename src/{ => docs}/images/changelog/api-explorer-demo.png (100%) rename src/{ => docs}/images/changelog/api-explorer-enhancements-response-expandable.gif (100%) rename src/{ => docs}/images/changelog/api-explorer-enhancements-response-images.png (100%) rename src/{ => docs}/images/changelog/api-explorer-oauth2-implicit-flow.gif (100%) rename src/{ => docs}/images/changelog/api-explorer-request.png (100%) rename src/{ => docs}/images/changelog/api-explorer-server-variables-global-display.png (100%) rename src/{ => docs}/images/changelog/api-explorer-server-variables.png (100%) rename src/{ => docs}/images/changelog/api-explorer-share.png (100%) rename src/{ => docs}/images/changelog/api-explorer.png (100%) rename src/{ => docs}/images/changelog/api-keys.jpg (100%) rename src/{ => docs}/images/changelog/apis-json.jpg (100%) rename src/{ => docs}/images/changelog/ask-ai-select.png (100%) rename src/{ => docs}/images/changelog/ask-ai.png (100%) rename src/{ => docs}/images/changelog/back.jpg (100%) rename src/{ => docs}/images/changelog/badges.png (100%) rename src/{ => docs}/images/changelog/badges_layout.png (100%) rename src/{ => docs}/images/changelog/bindings_asyncapi_bump.png (100%) rename src/{ => docs}/images/changelog/branching.gif (100%) rename src/{ => docs}/images/changelog/breaking_changes.png (100%) rename src/{ => docs}/images/changelog/bump-sh-api-branch-management.png (100%) rename src/{ => docs}/images/changelog/bump-sh-cli-2-7-0.png (100%) rename src/{ => docs}/images/changelog/bump-sh-performance-enhancements.png (100%) rename src/{ => docs}/images/changelog/change-comparison.png (100%) rename src/{ => docs}/images/changelog/changelog-access-management.png (100%) rename src/{ => docs}/images/changelog/changelog-diff.png (100%) rename src/{ => docs}/images/changelog/changelog-entry-page.png (100%) rename src/{ => docs}/images/changelog/changelog-layout.png (100%) rename src/{ => docs}/images/changelog/changelog.gif (100%) rename src/{ => docs}/images/changelog/changelog_revamp.jpg (100%) rename src/{ => docs}/images/changelog/code-samples-support-openapi.png (100%) rename src/{ => docs}/images/changelog/colors.png (100%) rename src/{ => docs}/images/changelog/custom-domains.png (100%) rename src/{ => docs}/images/changelog/dark-mode-customization.png (100%) rename src/{ => docs}/images/changelog/dark-mode-settings.png (100%) rename src/{ => docs}/images/changelog/darkmode.jpg (100%) rename src/{ => docs}/images/changelog/depreciation-support.png (100%) rename src/{ => docs}/images/changelog/diff-navigation.gif (100%) rename src/{ => docs}/images/changelog/download-source.png (100%) rename src/{ => docs}/images/changelog/editable-release.png (100%) rename src/{ => docs}/images/changelog/email-notif.png (100%) rename src/{ => docs}/images/changelog/embed-mode-mongodb.png (100%) rename src/{ => docs}/images/changelog/embed-mode.png (100%) rename src/{ => docs}/images/changelog/favicon.png (100%) rename src/{ => docs}/images/changelog/feedback-button-mockup.png (100%) rename src/{ => docs}/images/changelog/feedback-button.png (100%) rename src/{ => docs}/images/changelog/help-center-remastered.jpg (100%) rename src/{ => docs}/images/changelog/improved-access-management.png (100%) rename src/{ => docs}/images/changelog/live-preview.gif (100%) rename src/{ => docs}/images/changelog/love-cycle-april-2024.png (100%) rename src/{ => docs}/images/changelog/love-cycle-july-2024.png (100%) rename src/{ => docs}/images/changelog/manual-release.png (100%) rename src/{ => docs}/images/changelog/markdown-callouts.jpg (100%) rename src/{ => docs}/images/changelog/mermaid-diagram.png (100%) rename src/{ => docs}/images/changelog/mermaid.png (100%) rename src/{ => docs}/images/changelog/metaimage-forto.png (100%) rename src/{ => docs}/images/changelog/minlength-example.png (100%) rename src/{ => docs}/images/changelog/mobile-version.jpg (100%) rename src/{ => docs}/images/changelog/multiple-types.png (100%) rename src/{ => docs}/images/changelog/multiple_examples.jpg (100%) rename src/{ => docs}/images/changelog/nested-properties.jpg (100%) rename src/{ => docs}/images/changelog/new-cli.gif (100%) rename src/{ => docs}/images/changelog/new-dashboard-2024.jpg (100%) rename src/{ => docs}/images/changelog/new-highlights.png (100%) rename src/{ => docs}/images/changelog/new-search-experience-performance.gif (100%) rename src/{ => docs}/images/changelog/new-search-experience-result-item.png (100%) rename src/{ => docs}/images/changelog/new-search-experience.png (100%) rename src/{ => docs}/images/changelog/openapi-3-2-partial-support.png (100%) rename src/{ => docs}/images/changelog/openapi-webhooks.png (100%) rename src/{ => docs}/images/changelog/organization-support.png (100%) rename src/{ => docs}/images/changelog/polymorphism.png (100%) rename src/{ => docs}/images/changelog/search-engine-performances.jpg (100%) rename src/{ => docs}/images/changelog/search.gif (100%) rename src/{ => docs}/images/changelog/share_highlight.gif (100%) rename src/{ => docs}/images/changelog/verbs-in-nav.png (100%) rename src/{ => docs}/images/changelog/webhooks_main.png (100%) rename src/{ => docs}/images/changelog/x-beta.png (100%) rename src/{ => docs}/images/favicon-dark.svg (100%) rename src/{ => docs}/images/favicon.svg (100%) rename src/{ => docs}/images/footer/github.svg (100%) rename src/{ => docs}/images/footer/linkedin.svg (100%) rename src/{ => docs}/images/footer/twitter.svg (100%) rename src/{ => docs}/images/guides/apartment-with-discriminator.png (100%) rename src/{ => docs}/images/guides/api-architecture-diagrams.png (100%) rename src/{ => docs}/images/guides/api-contracts-extended-introduction.png (100%) rename src/{ => docs}/images/guides/api-first-design-guide.png (100%) rename src/{ => docs}/images/guides/api-linting-with-vacuum/cli-output-fewer-problems.png (100%) rename src/{ => docs}/images/guides/api-linting-with-vacuum/cli-output-warnings.png (100%) rename src/{ => docs}/images/guides/api-linting-with-vacuum/go-to-line.png (100%) rename src/{ => docs}/images/guides/api-linting-with-vacuum/perfect-score.png (100%) rename src/{ => docs}/images/guides/api-linting-with-vacuum/vacuum-annotations.png (100%) rename src/{ => docs}/images/guides/apis-json/add-api-to-hub.png (100%) rename src/{ => docs}/images/guides/apis-json/apisio.png (100%) rename src/{ => docs}/images/guides/apis-json/apisjson.png (100%) rename src/{ => docs}/images/guides/apis-json/new-hub.png (100%) rename src/{ => docs}/images/guides/apis-json/submit-apisio.png (100%) rename src/{ => docs}/images/guides/asyncapi-vs-openapi.png (100%) rename src/{ => docs}/images/guides/azure-devops/add-variable-group.png (100%) rename src/{ => docs}/images/guides/azure-devops/diff-comment.png (100%) rename src/{ => docs}/images/guides/azure-devops/doc-deploy-first.png (100%) rename src/{ => docs}/images/guides/azure-devops/doc-validation.png (100%) rename src/{ => docs}/images/guides/azure-devops/new-project-pipeline.png (100%) rename src/{ => docs}/images/guides/azure-devops/organization-and-project.png (100%) rename src/{ => docs}/images/guides/azure-devops/pipeline-permissions-variable-group.png (100%) rename src/{ => docs}/images/guides/azure-devops/pipeline-templates.png (100%) rename src/{ => docs}/images/guides/building-event-driven-async-api.png (100%) rename src/{ => docs}/images/guides/building-your-api-design-mode.png (100%) rename src/{ => docs}/images/guides/bump-group-by-path-screen.png (100%) rename src/{ => docs}/images/guides/bump-group-by-tag-screen.png (100%) rename src/{ => docs}/images/guides/bump-jokes-blueprint-screen.png (100%) rename src/{ => docs}/images/guides/bump-navigation-screen.png (100%) rename src/{ => docs}/images/guides/bump-new-documentation-screen.png (100%) rename src/{ => docs}/images/guides/bump-new-version-screen.png (100%) rename src/{ => docs}/images/guides/bump-sh-changelog-subscribe.png (100%) rename src/{ => docs}/images/guides/bump-sh-create-doc-wizard.png (100%) rename src/{ => docs}/images/guides/bump-sh-deployed-doc.png (100%) rename src/{ => docs}/images/guides/bump-sh-deployment-configuration.png (100%) rename src/{ => docs}/images/guides/bump-sh-github-action-summary.png (100%) rename src/{ => docs}/images/guides/bump-sh-onboarding-screen.png (100%) rename src/{ => docs}/images/guides/bump-sh-user-dashboard.png (100%) rename src/{ => docs}/images/guides/bump-sh-view-doc.png (100%) rename src/{ => docs}/images/guides/code-first-laravel-initial.png (100%) rename src/{ => docs}/images/guides/code-first-rails-initial.png (100%) rename src/{ => docs}/images/guides/code-first-spring/operation-description.png (100%) rename src/{ => docs}/images/guides/code-first-spring/parameter-description.png (100%) rename src/{ => docs}/images/guides/code-first-spring/springdoc-initial.png (100%) rename src/{ => docs}/images/guides/code_first_openapi.png (100%) rename src/{ => docs}/images/guides/design-first/code-first-design-first.png (100%) rename src/{ => docs}/images/guides/design-reviews/breaking-change-detected.png (100%) rename src/{ => docs}/images/guides/design-reviews/preview.png (100%) rename src/{ => docs}/images/guides/design-reviews/replaced-with-ref.png (100%) rename src/{ => docs}/images/guides/diff_attribute.png (100%) rename src/{ => docs}/images/guides/different-api-types.png (100%) rename src/{ => docs}/images/guides/documenting-multiple-versions/branch-picker.png (100%) rename src/{ => docs}/images/guides/documenting-multiple-versions/set-branches.png (100%) rename src/{ => docs}/images/guides/efficient-tech-writing-process/bump-tag-description.png (100%) rename src/{ => docs}/images/guides/efficient-tech-writing-process/bump-x-topics.png (100%) rename src/{ => docs}/images/guides/event-driven-architecture.png (100%) rename src/{ => docs}/images/guides/express-js-open-api.png (100%) rename src/{ => docs}/images/guides/feedback/github-forms.png (100%) rename src/{ => docs}/images/guides/feedback/notion-copy-url.png (100%) rename src/{ => docs}/images/guides/feedback/notion-form-builder.png (100%) rename src/{ => docs}/images/guides/feedback/notion-send-form.png (100%) rename src/{ => docs}/images/guides/generate-sdks-speakeasy/api-registries.png (100%) rename src/{ => docs}/images/guides/generate-sdks-speakeasy/new-sdk-repo.png (100%) rename src/{ => docs}/images/guides/generate-sdks-speakeasy/npm-new-version.png (100%) rename src/{ => docs}/images/guides/generate-sdks-speakeasy/overlays.png (100%) rename src/{ => docs}/images/guides/generate-sdks-speakeasy/preview-code-samples.png (100%) rename src/{ => docs}/images/guides/generate-sdks-speakeasy/publish-to-npm.png (100%) rename src/{ => docs}/images/guides/generate-sdks-speakeasy/quickstart-2.webp (100%) rename src/{ => docs}/images/guides/git-1-commit-graph.png (100%) rename src/{ => docs}/images/guides/git-1-commit-seq.png (100%) rename src/{ => docs}/images/guides/git-1-file-tree.png (100%) rename src/{ => docs}/images/guides/git-1-rebase.png (100%) rename src/{ => docs}/images/guides/git-1-remote-hub.png (100%) rename src/{ => docs}/images/guides/git-1-remote-hub2.png (100%) rename src/{ => docs}/images/guides/git-1-remote.png (100%) rename src/{ => docs}/images/guides/git-1-tag-branch.png (100%) rename src/{ => docs}/images/guides/git-1-workdir.png (100%) rename src/{ => docs}/images/guides/house_without_discriminator.png (100%) rename src/{ => docs}/images/guides/internal-architecture-diagram.jpg (100%) rename src/{ => docs}/images/guides/microcks-testing/microcks-test-results.png (100%) rename src/{ => docs}/images/guides/microcks-testing/mismatched-status.png (100%) rename src/{ => docs}/images/guides/microcks-testing/test-details-missing.jpg (100%) rename src/{ => docs}/images/guides/microcks-testing/test-result-expanded.png (100%) rename src/{ => docs}/images/guides/microcks-testing/test-runner.png (100%) rename src/{ => docs}/images/guides/migrating-from-redocly/automatic-deployment.png (100%) rename src/{ => docs}/images/guides/migrating-from-redocly/bump-breaking-change.png (100%) rename src/{ => docs}/images/guides/migrating-from-redocly/export-from-redocly.png (100%) rename src/{ => docs}/images/guides/migrating-from-redocly/source-code.png (100%) rename src/{ => docs}/images/guides/migrating-from-swaggerhub/42crunch-openapi-editor.png (100%) rename src/{ => docs}/images/guides/migrating-from-swaggerhub/bump-pull-request.png (100%) rename src/{ => docs}/images/guides/migrating-from-swaggerhub/export-from-swaggerhub.png (100%) rename src/{ => docs}/images/guides/migrating-from-swaggerhub/jetbrains-openapi-specifications.png (100%) rename src/{ => docs}/images/guides/mock-with-beeceptor/beeceptor-mock-server-created.png (100%) rename src/{ => docs}/images/guides/mock-with-beeceptor/beeceptor-openapi-paths-expanded.gif (100%) rename src/{ => docs}/images/guides/mock-with-beeceptor/beeceptor-openapi-url.png (100%) rename src/{ => docs}/images/guides/mocking-with-microcks/bump-mock-server-curl.png (100%) rename src/{ => docs}/images/guides/mocking-with-microcks/get-bookings.png (100%) rename src/{ => docs}/images/guides/mocking-with-microcks/gke-setup.png (100%) rename src/{ => docs}/images/guides/mocking-with-microcks/microcks-api-view.png (100%) rename src/{ => docs}/images/guides/mocking-with-microcks/microcks-dashboard.png (100%) rename src/{ => docs}/images/guides/mocking-with-microcks/microcks-resources.png (100%) rename src/{ => docs}/images/guides/mocking-with-microcks/multiple-servers.png (100%) rename src/{ => docs}/images/guides/mocking-with-microcks/post-get-delete-resource.png (100%) rename src/{ => docs}/images/guides/mocking-with-microcks/upload-modal.png (100%) rename src/{ => docs}/images/guides/openapi-format-overlays/apply-overlay.png (100%) rename src/{ => docs}/images/guides/openapi-format-overlays/new-openapi-in-playground.png (100%) rename src/{ => docs}/images/guides/openapi-format-overlays/output-difference.png (100%) rename src/{ => docs}/images/guides/openapi-format-overlays/overlay-name.png (100%) rename src/{ => docs}/images/guides/openapi-format-overlays/overlay-remove.png (100%) rename src/{ => docs}/images/guides/openapi-format-overlays/overlay-show-diff.png (100%) rename src/{ => docs}/images/guides/openapi-format-overlays/overlay-target-better.png (100%) rename src/{ => docs}/images/guides/openapi-format-overlays/overlay-target.png (100%) rename src/{ => docs}/images/guides/openapi-format-overlays/overlay-update.png (100%) rename src/{ => docs}/images/guides/openapi-v4-diagram.png (100%) rename src/{ => docs}/images/guides/openapi/specification/What-is-OpenAPI-Simple-API-Lifecycle-Vertical.png (100%) rename src/{ => docs}/images/guides/openapi/specification/v3.2/bump-tag-description.png (100%) rename src/{ => docs}/images/guides/polymorphism_accomodation.png (100%) rename src/{ => docs}/images/guides/preview_pings_sections.png (100%) rename src/{ => docs}/images/guides/ref_advanced_usages.png (100%) rename src/{ => docs}/images/guides/sequence-diagram.jpg (100%) rename src/{ => docs}/images/guides/service-architecture-diagram.jpg (100%) rename src/{ => docs}/images/guides/sizing-images-1.png (100%) rename src/{ => docs}/images/guides/sizing-images-2.png (100%) rename src/{ => docs}/images/guides/sizing-images-3.png (100%) rename src/{ => docs}/images/guides/sizing-images-4.png (100%) rename src/{ => docs}/images/guides/sizing-images-5.png (100%) rename src/{ => docs}/images/guides/sizing-images-6.png (100%) rename src/{ => docs}/images/guides/sizing-images-api-documentation.png (100%) rename src/{ => docs}/images/guides/stainless-integration/bump-sh-code-example.png (100%) rename src/{ => docs}/images/guides/stainless-integration/create-api-key.png (100%) rename src/{ => docs}/images/guides/stainless-integration/studio-preview.png (100%) rename src/{ => docs}/images/guides/swagger-new-api-screen.png (100%) rename src/{ => docs}/images/guides/tag-with-externaldocs.png (100%) rename src/{ => docs}/images/guides/tagged_endpoints.png (100%) rename src/{ => docs}/images/guides/tags-organize-endpoints.png (100%) rename src/{ => docs}/images/guides/tags_order.png (100%) rename src/{ => docs}/images/guides/the-perfect-modern-openapi-workflow/api-explorer-request.png (100%) rename src/{ => docs}/images/guides/the-perfect-modern-openapi-workflow/bump-hubs.png (100%) rename src/{ => docs}/images/guides/the-perfect-modern-openapi-workflow/bump-sdks.png (100%) rename src/{ => docs}/images/guides/the-perfect-modern-openapi-workflow/design-first-workflow.png (100%) rename src/{ => docs}/images/guides/the-perfect-modern-openapi-workflow/vacuum-annotations.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/bump-docs-insomnia-button.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/commit-export.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/download-insomnia.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/edit-variable.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/env-error.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/export-insomnia.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/get-public-url.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/import-or-clone.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/import.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/new-collection.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/path-param-error.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/path-param.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/pick-a-file.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/run-in-insomnia.png (100%) rename src/{ => docs}/images/guides/try-requests-in-insomnia/view-collection-in-insomnia.png (100%) rename src/{ => docs}/images/guides/try-requests-in-postman/bump-docs-postman-button.png (100%) rename src/{ => docs}/images/guides/try-requests-in-postman/copy-to-collections.png (100%) rename src/{ => docs}/images/guides/try-requests-in-postman/generate-from-definition.png (100%) rename src/{ => docs}/images/guides/try-requests-in-postman/generate-modal.png (100%) rename src/{ => docs}/images/guides/try-requests-in-postman/postman-commit.png (100%) rename src/{ => docs}/images/guides/try-requests-in-postman/postman-connect-repository.png (100%) rename src/{ => docs}/images/guides/try-requests-in-postman/postman-create-workspace.png (100%) rename src/{ => docs}/images/guides/try-requests-in-postman/postman-new-api.png (100%) rename src/{ => docs}/images/guides/try-requests-in-postman/postman-share-button.png (100%) rename src/{ => docs}/images/guides/try-requests-in-postman/postman-view.png (100%) rename src/{ => docs}/images/guides/what-is-asyncapi.png (100%) rename src/{ => docs}/images/guides/what-is-openapi.png (100%) rename src/{ => docs}/images/guides/workflow-diagram.png (100%) rename src/{ => docs}/images/help/access-management-invite.png (100%) rename src/{ => docs}/images/help/account-settings.png (100%) rename src/{ => docs}/images/help/add-webhook.png (100%) rename src/{ => docs}/images/help/anyOf-discriminator.gif (100%) rename src/{ => docs}/images/help/ask-ai-dropdown.png (100%) rename src/{ => docs}/images/help/basic-info.png (100%) rename src/{ => docs}/images/help/branch-new-dark.png (100%) rename src/{ => docs}/images/help/branch-options.png (100%) rename src/{ => docs}/images/help/branch-select-dark.png (100%) rename src/{ => docs}/images/help/branch-sorting.png (100%) rename src/{ => docs}/images/help/breaking-changes.png (100%) rename src/{ => docs}/images/help/bump-sh-global-workflow.png (100%) rename src/{ => docs}/images/help/categories.png (100%) rename src/{ => docs}/images/help/changelog-link-dark.png (100%) rename src/{ => docs}/images/help/changelog.png (100%) rename src/{ => docs}/images/help/color-scheme.png (100%) rename src/{ => docs}/images/help/color.png (100%) rename src/{ => docs}/images/help/compare-changes.png (100%) rename src/{ => docs}/images/help/comparison.png (100%) rename src/{ => docs}/images/help/congrats.png (100%) rename src/{ => docs}/images/help/create-branch.png (100%) rename src/{ => docs}/images/help/create-hub.png (100%) rename src/{ => docs}/images/help/create-org.png (100%) rename src/{ => docs}/images/help/custom-domains.png (100%) rename src/{ => docs}/images/help/dark-mode-settings.png (100%) rename src/{ => docs}/images/help/dashboard.png (100%) rename src/{ => docs}/images/help/deployment-release-button.png (100%) rename src/{ => docs}/images/help/deployment-release-form.png (100%) rename src/{ => docs}/images/help/deployments-list-not-released.png (100%) rename src/{ => docs}/images/help/deployments-list.png (100%) rename src/{ => docs}/images/help/doc-beta.png (100%) rename src/{ => docs}/images/help/doc-creation.png (100%) rename src/{ => docs}/images/help/doc-hub-settings.png (100%) rename src/{ => docs}/images/help/doc-x-state-custom-color.png (100%) rename src/{ => docs}/images/help/doc-x-state.png (100%) rename src/{ => docs}/images/help/documentation-access-choice.png (100%) rename src/{ => docs}/images/help/embed-mode-workflow.png (100%) rename src/{ => docs}/images/help/explorer/explorer-activation-option.png (100%) rename src/{ => docs}/images/help/explorer/explorer-auth.png (100%) rename src/{ => docs}/images/help/explorer/explorer-button.png (100%) rename src/{ => docs}/images/help/explorer/explorer-operation-selection.png (100%) rename src/{ => docs}/images/help/explorer/explorer-response.png (100%) rename src/{ => docs}/images/help/explorer/explorer-server-variables-global-display.png (100%) rename src/{ => docs}/images/help/explorer/explorer-share.png (100%) rename src/{ => docs}/images/help/explorer/oauth-access-token-field.png (100%) rename src/{ => docs}/images/help/explorer/oauth-automatic-implicit-flow.png (100%) rename src/{ => docs}/images/help/feedback-button.png (100%) rename src/{ => docs}/images/help/first-doc.png (100%) rename src/{ => docs}/images/help/first-upload.png (100%) rename src/{ => docs}/images/help/get-updates.png (100%) rename src/{ => docs}/images/help/github-api-diff.svg (100%) rename src/{ => docs}/images/help/group-by-path-dark.png (100%) rename src/{ => docs}/images/help/group-by-path.png (100%) rename src/{ => docs}/images/help/group-by-tags-dark.png (100%) rename src/{ => docs}/images/help/hub-creation.png (100%) rename src/{ => docs}/images/help/hub-doc-categories.png (100%) rename src/{ => docs}/images/help/hub-doc-quick-access-menu.png (100%) rename src/{ => docs}/images/help/hubs-customization.png (100%) rename src/{ => docs}/images/help/legacy/-M4rzT5ykco72OK_jJ3C.gif (100%) rename src/{ => docs}/images/help/legacy/-MOGOnqooT-KnFuTVpb_.png (100%) rename src/{ => docs}/images/help/legacy/-MOGP6UgSsWqXvwYa1Gd.png (100%) rename src/{ => docs}/images/help/legacy/-MU8HgDhZXrUBOih-Aa4.png (100%) rename src/{ => docs}/images/help/legacy/-MU8Hlck88dihqjnmrqF.png (100%) rename src/{ => docs}/images/help/legacy/-MU8HqPTkthOq2kCyCaM.png (100%) rename src/{ => docs}/images/help/legacy/-MU8IHHW0z8WkuDytn48.png (100%) rename src/{ => docs}/images/help/legacy/-MU8MRfTYrE4gxvFb6JA.png (100%) rename src/{ => docs}/images/help/legacy/-MUJe7kuSWbH7xA9Cwhy.png (100%) rename src/{ => docs}/images/help/legacy/-MUJhfdD3hbTQ8IZB7tU.png (100%) rename src/{ => docs}/images/help/legacy/-MUJhmo0sdnab4KFQEIY.png (100%) rename src/{ => docs}/images/help/legacy/-MUJj6SDDPshQJ1uqwYp.png (100%) rename src/{ => docs}/images/help/legacy/-Mg5_uUhFBooJNdgXH9o.png (100%) rename src/{ => docs}/images/help/legacy/1SucEsWaJNivFoU9pusQ.png (100%) rename src/{ => docs}/images/help/legacy/8S2a0sPvEPpUkg6J6LMS.png (100%) rename src/{ => docs}/images/help/legacy/Bca3FyuEP3tWjSqbkATU.png (100%) rename src/{ => docs}/images/help/legacy/Eqfjob6I3KfrblyPB8mV.gif (100%) rename src/{ => docs}/images/help/legacy/HHscT3afwufsi1ZM3ECv.png (100%) rename src/{ => docs}/images/help/legacy/Hdo2CKReqm7JTLPS0FjV.png (100%) rename src/{ => docs}/images/help/legacy/MCR7J4QJPJJTaygFxpLl.gif (100%) rename src/{ => docs}/images/help/legacy/MMsiIICn5P1iK10bnwO9.png (100%) rename src/{ => docs}/images/help/legacy/N17WZyf4bWdgr92v97mI.png (100%) rename src/{ => docs}/images/help/legacy/N3rDneaswUa7YztE6nH0.png (100%) rename src/{ => docs}/images/help/legacy/NLzpzynGkpXBiA5ulck1.png (100%) rename src/{ => docs}/images/help/legacy/O0EdRrYvigMCeUX0gmEv.png (100%) rename src/{ => docs}/images/help/legacy/OE8vOhb9gWGtCiB9bTvZ.png (100%) rename src/{ => docs}/images/help/legacy/OqfSKI8BggVVCIHujPGi.png (100%) rename src/{ => docs}/images/help/legacy/OvDDVzccMGDwmYdeEbqy.png (100%) rename src/{ => docs}/images/help/legacy/Q6P4SEp9xUI38Vntiem7.png (100%) rename src/{ => docs}/images/help/legacy/Qn7SayvjG5PF6AC9uu8F.png (100%) rename src/{ => docs}/images/help/legacy/SbS7lxnvsMioTto4BXHX.png (100%) rename src/{ => docs}/images/help/legacy/Z0zOnHTa9cH58O0NThpu.png (100%) rename src/{ => docs}/images/help/legacy/ZjZd5SBqAJPiQAcLNKIU.png (100%) rename src/{ => docs}/images/help/legacy/bk2O9oSDJCk2ROLrAM9Y.png (100%) rename src/{ => docs}/images/help/legacy/changelog.png (100%) rename src/{ => docs}/images/help/legacy/fCOugR8mGz8QYSvqeDa7.png (100%) rename src/{ => docs}/images/help/legacy/fRctbRpsuaPR02qmbEh2.png (100%) rename src/{ => docs}/images/help/legacy/hGiwuZH9WdjbnQSNUDJD.png (100%) rename src/{ => docs}/images/help/legacy/j8wQP0BToaefQRWQ0F3D.png (100%) rename src/{ => docs}/images/help/legacy/jUWSAyUYg6xpjB35eg2T.png (100%) rename src/{ => docs}/images/help/legacy/nfHVgK8B6cc78auq4zkF.png (100%) rename src/{ => docs}/images/help/legacy/paUrgRW3uopDhEe15xgB.png (100%) rename src/{ => docs}/images/help/legacy/qxvxaTmpJmRAeVqEZKAN.png (100%) rename src/{ => docs}/images/help/legacy/rAR7R5ej1LaENjw2oW6W.jpeg (100%) rename src/{ => docs}/images/help/legacy/s7PxQPw06kyQLEwV29eL.png (100%) rename src/{ => docs}/images/help/legacy/sEUmhCd7TdN6geu02p5B.png (100%) rename src/{ => docs}/images/help/legacy/twaSpSvrbHghRTMKtqa2.png (100%) rename src/{ => docs}/images/help/legacy/vQ4f7KUbViMDhhrOgXra.png (100%) rename src/{ => docs}/images/help/legacy/ysIMcTzOxd1AzimVLJ4p.svg (100%) rename src/{ => docs}/images/help/legacy/zv44dbSnFqeaZqgfIvSD.png (100%) rename src/{ => docs}/images/help/light-mode-settings.png (100%) rename src/{ => docs}/images/help/logo-favicon.png (100%) rename src/{ => docs}/images/help/manage-branch.png (100%) rename src/{ => docs}/images/help/manual-release-toggle.png (100%) rename src/{ => docs}/images/help/markdown-accordion.gif (100%) rename src/{ => docs}/images/help/mermaid-diagram.png (100%) rename src/{ => docs}/images/help/meta-image-2.png (100%) rename src/{ => docs}/images/help/meta-image-custom.gif (100%) rename src/{ => docs}/images/help/meta-image-example.png (100%) rename src/{ => docs}/images/help/meta-image.png (100%) rename src/{ => docs}/images/help/move-standalone-doc.png (100%) rename src/{ => docs}/images/help/multiple-servers--component.png (100%) rename src/{ => docs}/images/help/multiple-servers--setting.png (100%) rename src/{ => docs}/images/help/navigation.png (100%) rename src/{ => docs}/images/help/new-doc.png (100%) rename src/{ => docs}/images/help/new-hub.png (100%) rename src/{ => docs}/images/help/openapi-webhooks-dark.png (100%) rename src/{ => docs}/images/help/operations.png (100%) rename src/{ => docs}/images/help/org-add-member.png (100%) rename src/{ => docs}/images/help/org-creation.png (100%) rename src/{ => docs}/images/help/org-danger-zone.png (100%) rename src/{ => docs}/images/help/org-dropdown.png (100%) rename src/{ => docs}/images/help/org-members.png (100%) rename src/{ => docs}/images/help/organization-access.png (100%) rename src/{ => docs}/images/help/organization-create.png (100%) rename src/{ => docs}/images/help/organization-creation.png (100%) rename src/{ => docs}/images/help/organization-member.png (100%) rename src/{ => docs}/images/help/organization-settings.png (100%) rename src/{ => docs}/images/help/organization-view.png (100%) rename src/{ => docs}/images/help/pattern.png (100%) rename src/{ => docs}/images/help/personal-account.png (100%) rename src/{ => docs}/images/help/share-access-button.png (100%) rename src/{ => docs}/images/help/share-access.png (100%) rename src/{ => docs}/images/help/signup.png (100%) rename src/{ => docs}/images/help/slack-integration.png (100%) rename src/{ => docs}/images/help/slug-hub.png (100%) rename src/{ => docs}/images/help/specsupport-socialmedia.png (100%) rename src/{ => docs}/images/help/sso-setup.png (100%) rename src/{ => docs}/images/help/unrelease-button.png (100%) rename src/{ => docs}/images/help/upload-branch.png (100%) rename src/{ => docs}/images/help/upload-document-quick.png (100%) rename src/{ => docs}/images/help/upload-document.png (100%) rename src/{ => docs}/images/help/upload-spec-file.png (100%) rename src/{ => docs}/images/help/user-account-settings.png (100%) rename src/{ => docs}/images/help/version-selector.png (100%) rename src/{ => docs}/images/help/webhook-add-2.png (100%) rename src/{ => docs}/images/help/webhook-add.png (100%) rename src/{ => docs}/images/help/webhook-danger.png (100%) rename src/{ => docs}/images/help/webhook-secret-token.png (100%) rename src/{ => docs}/images/help/webhook-token.png (100%) rename src/{ => docs}/images/help/x-codesamples.gif (100%) rename src/{ => docs}/images/help/x-displayName.png (100%) rename src/{ => docs}/images/help/x-externalLinks.png (100%) rename src/{ => docs}/images/icons/api-reference.svg (100%) rename src/{ => docs}/images/icons/arrow-right-circle.svg (100%) rename src/{ => docs}/images/icons/arrow-right.svg (100%) rename src/{ => docs}/images/icons/bell-dot.svg (100%) rename src/{ => docs}/images/icons/book-open-check.svg (100%) rename src/{ => docs}/images/icons/branch.svg (100%) rename src/{ => docs}/images/icons/caret-right.svg (100%) rename src/{ => docs}/images/icons/checkmark.svg (100%) rename src/{ => docs}/images/icons/code-file.svg (100%) rename src/{ => docs}/images/icons/documentation.svg (100%) rename src/{ => docs}/images/icons/error.svg (100%) rename src/{ => docs}/images/icons/flag.svg (100%) rename src/{ => docs}/images/icons/github.svg (100%) rename src/{ => docs}/images/icons/guides.svg (100%) rename src/{ => docs}/images/icons/heart-plus.svg (100%) rename src/{ => docs}/images/icons/help-center.svg (100%) rename src/{ => docs}/images/icons/help-circle.svg (100%) rename src/{ => docs}/images/icons/home.svg (100%) rename src/{ => docs}/images/icons/hub.svg (100%) rename src/{ => docs}/images/icons/image.svg (100%) rename src/{ => docs}/images/icons/info.svg (100%) rename src/{ => docs}/images/icons/iteration.svg (100%) rename src/{ => docs}/images/icons/key.svg (100%) rename src/{ => docs}/images/icons/linkedin.svg (100%) rename src/{ => docs}/images/icons/mail.svg (100%) rename src/{ => docs}/images/icons/mastodon.svg (100%) rename src/{ => docs}/images/icons/org.svg (100%) rename src/{ => docs}/images/icons/pencil-line.svg (100%) rename src/{ => docs}/images/icons/pencil.svg (100%) rename src/{ => docs}/images/icons/product-updates.svg (100%) rename src/{ => docs}/images/icons/search.svg (100%) rename src/{ => docs}/images/icons/send.svg (100%) rename src/{ => docs}/images/icons/sparkles.svg (100%) rename src/{ => docs}/images/icons/success.svg (100%) rename src/{ => docs}/images/icons/terminal.svg (100%) rename src/{ => docs}/images/icons/twitter.svg (100%) rename src/{ => docs}/images/icons/user.svg (100%) rename src/{ => docs}/images/icons/warning.svg (100%) rename src/{ => docs}/images/icons/zap.svg (100%) rename src/{ => docs}/images/logos/openapi.svg (100%) diff --git a/src/images/404.svg b/src/docs/images/404.svg similarity index 100% rename from src/images/404.svg rename to src/docs/images/404.svg diff --git a/src/images/bump-logo-wht.svg b/src/docs/images/bump-logo-wht.svg similarity index 100% rename from src/images/bump-logo-wht.svg rename to src/docs/images/bump-logo-wht.svg diff --git a/src/images/bump-logo.svg b/src/docs/images/bump-logo.svg similarity index 100% rename from src/images/bump-logo.svg rename to src/docs/images/bump-logo.svg diff --git a/src/images/changelog/access-management.png b/src/docs/images/changelog/access-management.png similarity index 100% rename from src/images/changelog/access-management.png rename to src/docs/images/changelog/access-management.png diff --git a/src/images/changelog/api-explorer-auth.png b/src/docs/images/changelog/api-explorer-auth.png similarity index 100% rename from src/images/changelog/api-explorer-auth.png rename to src/docs/images/changelog/api-explorer-auth.png diff --git a/src/images/changelog/api-explorer-demo.png b/src/docs/images/changelog/api-explorer-demo.png similarity index 100% rename from src/images/changelog/api-explorer-demo.png rename to src/docs/images/changelog/api-explorer-demo.png diff --git a/src/images/changelog/api-explorer-enhancements-response-expandable.gif b/src/docs/images/changelog/api-explorer-enhancements-response-expandable.gif similarity index 100% rename from src/images/changelog/api-explorer-enhancements-response-expandable.gif rename to src/docs/images/changelog/api-explorer-enhancements-response-expandable.gif diff --git a/src/images/changelog/api-explorer-enhancements-response-images.png b/src/docs/images/changelog/api-explorer-enhancements-response-images.png similarity index 100% rename from src/images/changelog/api-explorer-enhancements-response-images.png rename to src/docs/images/changelog/api-explorer-enhancements-response-images.png diff --git a/src/images/changelog/api-explorer-oauth2-implicit-flow.gif b/src/docs/images/changelog/api-explorer-oauth2-implicit-flow.gif similarity index 100% rename from src/images/changelog/api-explorer-oauth2-implicit-flow.gif rename to src/docs/images/changelog/api-explorer-oauth2-implicit-flow.gif diff --git a/src/images/changelog/api-explorer-request.png b/src/docs/images/changelog/api-explorer-request.png similarity index 100% rename from src/images/changelog/api-explorer-request.png rename to src/docs/images/changelog/api-explorer-request.png diff --git a/src/images/changelog/api-explorer-server-variables-global-display.png b/src/docs/images/changelog/api-explorer-server-variables-global-display.png similarity index 100% rename from src/images/changelog/api-explorer-server-variables-global-display.png rename to src/docs/images/changelog/api-explorer-server-variables-global-display.png diff --git a/src/images/changelog/api-explorer-server-variables.png b/src/docs/images/changelog/api-explorer-server-variables.png similarity index 100% rename from src/images/changelog/api-explorer-server-variables.png rename to src/docs/images/changelog/api-explorer-server-variables.png diff --git a/src/images/changelog/api-explorer-share.png b/src/docs/images/changelog/api-explorer-share.png similarity index 100% rename from src/images/changelog/api-explorer-share.png rename to src/docs/images/changelog/api-explorer-share.png diff --git a/src/images/changelog/api-explorer.png b/src/docs/images/changelog/api-explorer.png similarity index 100% rename from src/images/changelog/api-explorer.png rename to src/docs/images/changelog/api-explorer.png diff --git a/src/images/changelog/api-keys.jpg b/src/docs/images/changelog/api-keys.jpg similarity index 100% rename from src/images/changelog/api-keys.jpg rename to src/docs/images/changelog/api-keys.jpg diff --git a/src/images/changelog/apis-json.jpg b/src/docs/images/changelog/apis-json.jpg similarity index 100% rename from src/images/changelog/apis-json.jpg rename to src/docs/images/changelog/apis-json.jpg diff --git a/src/images/changelog/ask-ai-select.png b/src/docs/images/changelog/ask-ai-select.png similarity index 100% rename from src/images/changelog/ask-ai-select.png rename to src/docs/images/changelog/ask-ai-select.png diff --git a/src/images/changelog/ask-ai.png b/src/docs/images/changelog/ask-ai.png similarity index 100% rename from src/images/changelog/ask-ai.png rename to src/docs/images/changelog/ask-ai.png diff --git a/src/images/changelog/back.jpg b/src/docs/images/changelog/back.jpg similarity index 100% rename from src/images/changelog/back.jpg rename to src/docs/images/changelog/back.jpg diff --git a/src/images/changelog/badges.png b/src/docs/images/changelog/badges.png similarity index 100% rename from src/images/changelog/badges.png rename to src/docs/images/changelog/badges.png diff --git a/src/images/changelog/badges_layout.png b/src/docs/images/changelog/badges_layout.png similarity index 100% rename from src/images/changelog/badges_layout.png rename to src/docs/images/changelog/badges_layout.png diff --git a/src/images/changelog/bindings_asyncapi_bump.png b/src/docs/images/changelog/bindings_asyncapi_bump.png similarity index 100% rename from src/images/changelog/bindings_asyncapi_bump.png rename to src/docs/images/changelog/bindings_asyncapi_bump.png diff --git a/src/images/changelog/branching.gif b/src/docs/images/changelog/branching.gif similarity index 100% rename from src/images/changelog/branching.gif rename to src/docs/images/changelog/branching.gif diff --git a/src/images/changelog/breaking_changes.png b/src/docs/images/changelog/breaking_changes.png similarity index 100% rename from src/images/changelog/breaking_changes.png rename to src/docs/images/changelog/breaking_changes.png diff --git a/src/images/changelog/bump-sh-api-branch-management.png b/src/docs/images/changelog/bump-sh-api-branch-management.png similarity index 100% rename from src/images/changelog/bump-sh-api-branch-management.png rename to src/docs/images/changelog/bump-sh-api-branch-management.png diff --git a/src/images/changelog/bump-sh-cli-2-7-0.png b/src/docs/images/changelog/bump-sh-cli-2-7-0.png similarity index 100% rename from src/images/changelog/bump-sh-cli-2-7-0.png rename to src/docs/images/changelog/bump-sh-cli-2-7-0.png diff --git a/src/images/changelog/bump-sh-performance-enhancements.png b/src/docs/images/changelog/bump-sh-performance-enhancements.png similarity index 100% rename from src/images/changelog/bump-sh-performance-enhancements.png rename to src/docs/images/changelog/bump-sh-performance-enhancements.png diff --git a/src/images/changelog/change-comparison.png b/src/docs/images/changelog/change-comparison.png similarity index 100% rename from src/images/changelog/change-comparison.png rename to src/docs/images/changelog/change-comparison.png diff --git a/src/images/changelog/changelog-access-management.png b/src/docs/images/changelog/changelog-access-management.png similarity index 100% rename from src/images/changelog/changelog-access-management.png rename to src/docs/images/changelog/changelog-access-management.png diff --git a/src/images/changelog/changelog-diff.png b/src/docs/images/changelog/changelog-diff.png similarity index 100% rename from src/images/changelog/changelog-diff.png rename to src/docs/images/changelog/changelog-diff.png diff --git a/src/images/changelog/changelog-entry-page.png b/src/docs/images/changelog/changelog-entry-page.png similarity index 100% rename from src/images/changelog/changelog-entry-page.png rename to src/docs/images/changelog/changelog-entry-page.png diff --git a/src/images/changelog/changelog-layout.png b/src/docs/images/changelog/changelog-layout.png similarity index 100% rename from src/images/changelog/changelog-layout.png rename to src/docs/images/changelog/changelog-layout.png diff --git a/src/images/changelog/changelog.gif b/src/docs/images/changelog/changelog.gif similarity index 100% rename from src/images/changelog/changelog.gif rename to src/docs/images/changelog/changelog.gif diff --git a/src/images/changelog/changelog_revamp.jpg b/src/docs/images/changelog/changelog_revamp.jpg similarity index 100% rename from src/images/changelog/changelog_revamp.jpg rename to src/docs/images/changelog/changelog_revamp.jpg diff --git a/src/images/changelog/code-samples-support-openapi.png b/src/docs/images/changelog/code-samples-support-openapi.png similarity index 100% rename from src/images/changelog/code-samples-support-openapi.png rename to src/docs/images/changelog/code-samples-support-openapi.png diff --git a/src/images/changelog/colors.png b/src/docs/images/changelog/colors.png similarity index 100% rename from src/images/changelog/colors.png rename to src/docs/images/changelog/colors.png diff --git a/src/images/changelog/custom-domains.png b/src/docs/images/changelog/custom-domains.png similarity index 100% rename from src/images/changelog/custom-domains.png rename to src/docs/images/changelog/custom-domains.png diff --git a/src/images/changelog/dark-mode-customization.png b/src/docs/images/changelog/dark-mode-customization.png similarity index 100% rename from src/images/changelog/dark-mode-customization.png rename to src/docs/images/changelog/dark-mode-customization.png diff --git a/src/images/changelog/dark-mode-settings.png b/src/docs/images/changelog/dark-mode-settings.png similarity index 100% rename from src/images/changelog/dark-mode-settings.png rename to src/docs/images/changelog/dark-mode-settings.png diff --git a/src/images/changelog/darkmode.jpg b/src/docs/images/changelog/darkmode.jpg similarity index 100% rename from src/images/changelog/darkmode.jpg rename to src/docs/images/changelog/darkmode.jpg diff --git a/src/images/changelog/depreciation-support.png b/src/docs/images/changelog/depreciation-support.png similarity index 100% rename from src/images/changelog/depreciation-support.png rename to src/docs/images/changelog/depreciation-support.png diff --git a/src/images/changelog/diff-navigation.gif b/src/docs/images/changelog/diff-navigation.gif similarity index 100% rename from src/images/changelog/diff-navigation.gif rename to src/docs/images/changelog/diff-navigation.gif diff --git a/src/images/changelog/download-source.png b/src/docs/images/changelog/download-source.png similarity index 100% rename from src/images/changelog/download-source.png rename to src/docs/images/changelog/download-source.png diff --git a/src/images/changelog/editable-release.png b/src/docs/images/changelog/editable-release.png similarity index 100% rename from src/images/changelog/editable-release.png rename to src/docs/images/changelog/editable-release.png diff --git a/src/images/changelog/email-notif.png b/src/docs/images/changelog/email-notif.png similarity index 100% rename from src/images/changelog/email-notif.png rename to src/docs/images/changelog/email-notif.png diff --git a/src/images/changelog/embed-mode-mongodb.png b/src/docs/images/changelog/embed-mode-mongodb.png similarity index 100% rename from src/images/changelog/embed-mode-mongodb.png rename to src/docs/images/changelog/embed-mode-mongodb.png diff --git a/src/images/changelog/embed-mode.png b/src/docs/images/changelog/embed-mode.png similarity index 100% rename from src/images/changelog/embed-mode.png rename to src/docs/images/changelog/embed-mode.png diff --git a/src/images/changelog/favicon.png b/src/docs/images/changelog/favicon.png similarity index 100% rename from src/images/changelog/favicon.png rename to src/docs/images/changelog/favicon.png diff --git a/src/images/changelog/feedback-button-mockup.png b/src/docs/images/changelog/feedback-button-mockup.png similarity index 100% rename from src/images/changelog/feedback-button-mockup.png rename to src/docs/images/changelog/feedback-button-mockup.png diff --git a/src/images/changelog/feedback-button.png b/src/docs/images/changelog/feedback-button.png similarity index 100% rename from src/images/changelog/feedback-button.png rename to src/docs/images/changelog/feedback-button.png diff --git a/src/images/changelog/help-center-remastered.jpg b/src/docs/images/changelog/help-center-remastered.jpg similarity index 100% rename from src/images/changelog/help-center-remastered.jpg rename to src/docs/images/changelog/help-center-remastered.jpg diff --git a/src/images/changelog/improved-access-management.png b/src/docs/images/changelog/improved-access-management.png similarity index 100% rename from src/images/changelog/improved-access-management.png rename to src/docs/images/changelog/improved-access-management.png diff --git a/src/images/changelog/live-preview.gif b/src/docs/images/changelog/live-preview.gif similarity index 100% rename from src/images/changelog/live-preview.gif rename to src/docs/images/changelog/live-preview.gif diff --git a/src/images/changelog/love-cycle-april-2024.png b/src/docs/images/changelog/love-cycle-april-2024.png similarity index 100% rename from src/images/changelog/love-cycle-april-2024.png rename to src/docs/images/changelog/love-cycle-april-2024.png diff --git a/src/images/changelog/love-cycle-july-2024.png b/src/docs/images/changelog/love-cycle-july-2024.png similarity index 100% rename from src/images/changelog/love-cycle-july-2024.png rename to src/docs/images/changelog/love-cycle-july-2024.png diff --git a/src/images/changelog/manual-release.png b/src/docs/images/changelog/manual-release.png similarity index 100% rename from src/images/changelog/manual-release.png rename to src/docs/images/changelog/manual-release.png diff --git a/src/images/changelog/markdown-callouts.jpg b/src/docs/images/changelog/markdown-callouts.jpg similarity index 100% rename from src/images/changelog/markdown-callouts.jpg rename to src/docs/images/changelog/markdown-callouts.jpg diff --git a/src/images/changelog/mermaid-diagram.png b/src/docs/images/changelog/mermaid-diagram.png similarity index 100% rename from src/images/changelog/mermaid-diagram.png rename to src/docs/images/changelog/mermaid-diagram.png diff --git a/src/images/changelog/mermaid.png b/src/docs/images/changelog/mermaid.png similarity index 100% rename from src/images/changelog/mermaid.png rename to src/docs/images/changelog/mermaid.png diff --git a/src/images/changelog/metaimage-forto.png b/src/docs/images/changelog/metaimage-forto.png similarity index 100% rename from src/images/changelog/metaimage-forto.png rename to src/docs/images/changelog/metaimage-forto.png diff --git a/src/images/changelog/minlength-example.png b/src/docs/images/changelog/minlength-example.png similarity index 100% rename from src/images/changelog/minlength-example.png rename to src/docs/images/changelog/minlength-example.png diff --git a/src/images/changelog/mobile-version.jpg b/src/docs/images/changelog/mobile-version.jpg similarity index 100% rename from src/images/changelog/mobile-version.jpg rename to src/docs/images/changelog/mobile-version.jpg diff --git a/src/images/changelog/multiple-types.png b/src/docs/images/changelog/multiple-types.png similarity index 100% rename from src/images/changelog/multiple-types.png rename to src/docs/images/changelog/multiple-types.png diff --git a/src/images/changelog/multiple_examples.jpg b/src/docs/images/changelog/multiple_examples.jpg similarity index 100% rename from src/images/changelog/multiple_examples.jpg rename to src/docs/images/changelog/multiple_examples.jpg diff --git a/src/images/changelog/nested-properties.jpg b/src/docs/images/changelog/nested-properties.jpg similarity index 100% rename from src/images/changelog/nested-properties.jpg rename to src/docs/images/changelog/nested-properties.jpg diff --git a/src/images/changelog/new-cli.gif b/src/docs/images/changelog/new-cli.gif similarity index 100% rename from src/images/changelog/new-cli.gif rename to src/docs/images/changelog/new-cli.gif diff --git a/src/images/changelog/new-dashboard-2024.jpg b/src/docs/images/changelog/new-dashboard-2024.jpg similarity index 100% rename from src/images/changelog/new-dashboard-2024.jpg rename to src/docs/images/changelog/new-dashboard-2024.jpg diff --git a/src/images/changelog/new-highlights.png b/src/docs/images/changelog/new-highlights.png similarity index 100% rename from src/images/changelog/new-highlights.png rename to src/docs/images/changelog/new-highlights.png diff --git a/src/images/changelog/new-search-experience-performance.gif b/src/docs/images/changelog/new-search-experience-performance.gif similarity index 100% rename from src/images/changelog/new-search-experience-performance.gif rename to src/docs/images/changelog/new-search-experience-performance.gif diff --git a/src/images/changelog/new-search-experience-result-item.png b/src/docs/images/changelog/new-search-experience-result-item.png similarity index 100% rename from src/images/changelog/new-search-experience-result-item.png rename to src/docs/images/changelog/new-search-experience-result-item.png diff --git a/src/images/changelog/new-search-experience.png b/src/docs/images/changelog/new-search-experience.png similarity index 100% rename from src/images/changelog/new-search-experience.png rename to src/docs/images/changelog/new-search-experience.png diff --git a/src/images/changelog/openapi-3-2-partial-support.png b/src/docs/images/changelog/openapi-3-2-partial-support.png similarity index 100% rename from src/images/changelog/openapi-3-2-partial-support.png rename to src/docs/images/changelog/openapi-3-2-partial-support.png diff --git a/src/images/changelog/openapi-webhooks.png b/src/docs/images/changelog/openapi-webhooks.png similarity index 100% rename from src/images/changelog/openapi-webhooks.png rename to src/docs/images/changelog/openapi-webhooks.png diff --git a/src/images/changelog/organization-support.png b/src/docs/images/changelog/organization-support.png similarity index 100% rename from src/images/changelog/organization-support.png rename to src/docs/images/changelog/organization-support.png diff --git a/src/images/changelog/polymorphism.png b/src/docs/images/changelog/polymorphism.png similarity index 100% rename from src/images/changelog/polymorphism.png rename to src/docs/images/changelog/polymorphism.png diff --git a/src/images/changelog/search-engine-performances.jpg b/src/docs/images/changelog/search-engine-performances.jpg similarity index 100% rename from src/images/changelog/search-engine-performances.jpg rename to src/docs/images/changelog/search-engine-performances.jpg diff --git a/src/images/changelog/search.gif b/src/docs/images/changelog/search.gif similarity index 100% rename from src/images/changelog/search.gif rename to src/docs/images/changelog/search.gif diff --git a/src/images/changelog/share_highlight.gif b/src/docs/images/changelog/share_highlight.gif similarity index 100% rename from src/images/changelog/share_highlight.gif rename to src/docs/images/changelog/share_highlight.gif diff --git a/src/images/changelog/verbs-in-nav.png b/src/docs/images/changelog/verbs-in-nav.png similarity index 100% rename from src/images/changelog/verbs-in-nav.png rename to src/docs/images/changelog/verbs-in-nav.png diff --git a/src/images/changelog/webhooks_main.png b/src/docs/images/changelog/webhooks_main.png similarity index 100% rename from src/images/changelog/webhooks_main.png rename to src/docs/images/changelog/webhooks_main.png diff --git a/src/images/changelog/x-beta.png b/src/docs/images/changelog/x-beta.png similarity index 100% rename from src/images/changelog/x-beta.png rename to src/docs/images/changelog/x-beta.png diff --git a/src/images/favicon-dark.svg b/src/docs/images/favicon-dark.svg similarity index 100% rename from src/images/favicon-dark.svg rename to src/docs/images/favicon-dark.svg diff --git a/src/images/favicon.svg b/src/docs/images/favicon.svg similarity index 100% rename from src/images/favicon.svg rename to src/docs/images/favicon.svg diff --git a/src/images/footer/github.svg b/src/docs/images/footer/github.svg similarity index 100% rename from src/images/footer/github.svg rename to src/docs/images/footer/github.svg diff --git a/src/images/footer/linkedin.svg b/src/docs/images/footer/linkedin.svg similarity index 100% rename from src/images/footer/linkedin.svg rename to src/docs/images/footer/linkedin.svg diff --git a/src/images/footer/twitter.svg b/src/docs/images/footer/twitter.svg similarity index 100% rename from src/images/footer/twitter.svg rename to src/docs/images/footer/twitter.svg diff --git a/src/images/guides/apartment-with-discriminator.png b/src/docs/images/guides/apartment-with-discriminator.png similarity index 100% rename from src/images/guides/apartment-with-discriminator.png rename to src/docs/images/guides/apartment-with-discriminator.png diff --git a/src/images/guides/api-architecture-diagrams.png b/src/docs/images/guides/api-architecture-diagrams.png similarity index 100% rename from src/images/guides/api-architecture-diagrams.png rename to src/docs/images/guides/api-architecture-diagrams.png diff --git a/src/images/guides/api-contracts-extended-introduction.png b/src/docs/images/guides/api-contracts-extended-introduction.png similarity index 100% rename from src/images/guides/api-contracts-extended-introduction.png rename to src/docs/images/guides/api-contracts-extended-introduction.png diff --git a/src/images/guides/api-first-design-guide.png b/src/docs/images/guides/api-first-design-guide.png similarity index 100% rename from src/images/guides/api-first-design-guide.png rename to src/docs/images/guides/api-first-design-guide.png diff --git a/src/images/guides/api-linting-with-vacuum/cli-output-fewer-problems.png b/src/docs/images/guides/api-linting-with-vacuum/cli-output-fewer-problems.png similarity index 100% rename from src/images/guides/api-linting-with-vacuum/cli-output-fewer-problems.png rename to src/docs/images/guides/api-linting-with-vacuum/cli-output-fewer-problems.png diff --git a/src/images/guides/api-linting-with-vacuum/cli-output-warnings.png b/src/docs/images/guides/api-linting-with-vacuum/cli-output-warnings.png similarity index 100% rename from src/images/guides/api-linting-with-vacuum/cli-output-warnings.png rename to src/docs/images/guides/api-linting-with-vacuum/cli-output-warnings.png diff --git a/src/images/guides/api-linting-with-vacuum/go-to-line.png b/src/docs/images/guides/api-linting-with-vacuum/go-to-line.png similarity index 100% rename from src/images/guides/api-linting-with-vacuum/go-to-line.png rename to src/docs/images/guides/api-linting-with-vacuum/go-to-line.png diff --git a/src/images/guides/api-linting-with-vacuum/perfect-score.png b/src/docs/images/guides/api-linting-with-vacuum/perfect-score.png similarity index 100% rename from src/images/guides/api-linting-with-vacuum/perfect-score.png rename to src/docs/images/guides/api-linting-with-vacuum/perfect-score.png diff --git a/src/images/guides/api-linting-with-vacuum/vacuum-annotations.png b/src/docs/images/guides/api-linting-with-vacuum/vacuum-annotations.png similarity index 100% rename from src/images/guides/api-linting-with-vacuum/vacuum-annotations.png rename to src/docs/images/guides/api-linting-with-vacuum/vacuum-annotations.png diff --git a/src/images/guides/apis-json/add-api-to-hub.png b/src/docs/images/guides/apis-json/add-api-to-hub.png similarity index 100% rename from src/images/guides/apis-json/add-api-to-hub.png rename to src/docs/images/guides/apis-json/add-api-to-hub.png diff --git a/src/images/guides/apis-json/apisio.png b/src/docs/images/guides/apis-json/apisio.png similarity index 100% rename from src/images/guides/apis-json/apisio.png rename to src/docs/images/guides/apis-json/apisio.png diff --git a/src/images/guides/apis-json/apisjson.png b/src/docs/images/guides/apis-json/apisjson.png similarity index 100% rename from src/images/guides/apis-json/apisjson.png rename to src/docs/images/guides/apis-json/apisjson.png diff --git a/src/images/guides/apis-json/new-hub.png b/src/docs/images/guides/apis-json/new-hub.png similarity index 100% rename from src/images/guides/apis-json/new-hub.png rename to src/docs/images/guides/apis-json/new-hub.png diff --git a/src/images/guides/apis-json/submit-apisio.png b/src/docs/images/guides/apis-json/submit-apisio.png similarity index 100% rename from src/images/guides/apis-json/submit-apisio.png rename to src/docs/images/guides/apis-json/submit-apisio.png diff --git a/src/images/guides/asyncapi-vs-openapi.png b/src/docs/images/guides/asyncapi-vs-openapi.png similarity index 100% rename from src/images/guides/asyncapi-vs-openapi.png rename to src/docs/images/guides/asyncapi-vs-openapi.png diff --git a/src/images/guides/azure-devops/add-variable-group.png b/src/docs/images/guides/azure-devops/add-variable-group.png similarity index 100% rename from src/images/guides/azure-devops/add-variable-group.png rename to src/docs/images/guides/azure-devops/add-variable-group.png diff --git a/src/images/guides/azure-devops/diff-comment.png b/src/docs/images/guides/azure-devops/diff-comment.png similarity index 100% rename from src/images/guides/azure-devops/diff-comment.png rename to src/docs/images/guides/azure-devops/diff-comment.png diff --git a/src/images/guides/azure-devops/doc-deploy-first.png b/src/docs/images/guides/azure-devops/doc-deploy-first.png similarity index 100% rename from src/images/guides/azure-devops/doc-deploy-first.png rename to src/docs/images/guides/azure-devops/doc-deploy-first.png diff --git a/src/images/guides/azure-devops/doc-validation.png b/src/docs/images/guides/azure-devops/doc-validation.png similarity index 100% rename from src/images/guides/azure-devops/doc-validation.png rename to src/docs/images/guides/azure-devops/doc-validation.png diff --git a/src/images/guides/azure-devops/new-project-pipeline.png b/src/docs/images/guides/azure-devops/new-project-pipeline.png similarity index 100% rename from src/images/guides/azure-devops/new-project-pipeline.png rename to src/docs/images/guides/azure-devops/new-project-pipeline.png diff --git a/src/images/guides/azure-devops/organization-and-project.png b/src/docs/images/guides/azure-devops/organization-and-project.png similarity index 100% rename from src/images/guides/azure-devops/organization-and-project.png rename to src/docs/images/guides/azure-devops/organization-and-project.png diff --git a/src/images/guides/azure-devops/pipeline-permissions-variable-group.png b/src/docs/images/guides/azure-devops/pipeline-permissions-variable-group.png similarity index 100% rename from src/images/guides/azure-devops/pipeline-permissions-variable-group.png rename to src/docs/images/guides/azure-devops/pipeline-permissions-variable-group.png diff --git a/src/images/guides/azure-devops/pipeline-templates.png b/src/docs/images/guides/azure-devops/pipeline-templates.png similarity index 100% rename from src/images/guides/azure-devops/pipeline-templates.png rename to src/docs/images/guides/azure-devops/pipeline-templates.png diff --git a/src/images/guides/building-event-driven-async-api.png b/src/docs/images/guides/building-event-driven-async-api.png similarity index 100% rename from src/images/guides/building-event-driven-async-api.png rename to src/docs/images/guides/building-event-driven-async-api.png diff --git a/src/images/guides/building-your-api-design-mode.png b/src/docs/images/guides/building-your-api-design-mode.png similarity index 100% rename from src/images/guides/building-your-api-design-mode.png rename to src/docs/images/guides/building-your-api-design-mode.png diff --git a/src/images/guides/bump-group-by-path-screen.png b/src/docs/images/guides/bump-group-by-path-screen.png similarity index 100% rename from src/images/guides/bump-group-by-path-screen.png rename to src/docs/images/guides/bump-group-by-path-screen.png diff --git a/src/images/guides/bump-group-by-tag-screen.png b/src/docs/images/guides/bump-group-by-tag-screen.png similarity index 100% rename from src/images/guides/bump-group-by-tag-screen.png rename to src/docs/images/guides/bump-group-by-tag-screen.png diff --git a/src/images/guides/bump-jokes-blueprint-screen.png b/src/docs/images/guides/bump-jokes-blueprint-screen.png similarity index 100% rename from src/images/guides/bump-jokes-blueprint-screen.png rename to src/docs/images/guides/bump-jokes-blueprint-screen.png diff --git a/src/images/guides/bump-navigation-screen.png b/src/docs/images/guides/bump-navigation-screen.png similarity index 100% rename from src/images/guides/bump-navigation-screen.png rename to src/docs/images/guides/bump-navigation-screen.png diff --git a/src/images/guides/bump-new-documentation-screen.png b/src/docs/images/guides/bump-new-documentation-screen.png similarity index 100% rename from src/images/guides/bump-new-documentation-screen.png rename to src/docs/images/guides/bump-new-documentation-screen.png diff --git a/src/images/guides/bump-new-version-screen.png b/src/docs/images/guides/bump-new-version-screen.png similarity index 100% rename from src/images/guides/bump-new-version-screen.png rename to src/docs/images/guides/bump-new-version-screen.png diff --git a/src/images/guides/bump-sh-changelog-subscribe.png b/src/docs/images/guides/bump-sh-changelog-subscribe.png similarity index 100% rename from src/images/guides/bump-sh-changelog-subscribe.png rename to src/docs/images/guides/bump-sh-changelog-subscribe.png diff --git a/src/images/guides/bump-sh-create-doc-wizard.png b/src/docs/images/guides/bump-sh-create-doc-wizard.png similarity index 100% rename from src/images/guides/bump-sh-create-doc-wizard.png rename to src/docs/images/guides/bump-sh-create-doc-wizard.png diff --git a/src/images/guides/bump-sh-deployed-doc.png b/src/docs/images/guides/bump-sh-deployed-doc.png similarity index 100% rename from src/images/guides/bump-sh-deployed-doc.png rename to src/docs/images/guides/bump-sh-deployed-doc.png diff --git a/src/images/guides/bump-sh-deployment-configuration.png b/src/docs/images/guides/bump-sh-deployment-configuration.png similarity index 100% rename from src/images/guides/bump-sh-deployment-configuration.png rename to src/docs/images/guides/bump-sh-deployment-configuration.png diff --git a/src/images/guides/bump-sh-github-action-summary.png b/src/docs/images/guides/bump-sh-github-action-summary.png similarity index 100% rename from src/images/guides/bump-sh-github-action-summary.png rename to src/docs/images/guides/bump-sh-github-action-summary.png diff --git a/src/images/guides/bump-sh-onboarding-screen.png b/src/docs/images/guides/bump-sh-onboarding-screen.png similarity index 100% rename from src/images/guides/bump-sh-onboarding-screen.png rename to src/docs/images/guides/bump-sh-onboarding-screen.png diff --git a/src/images/guides/bump-sh-user-dashboard.png b/src/docs/images/guides/bump-sh-user-dashboard.png similarity index 100% rename from src/images/guides/bump-sh-user-dashboard.png rename to src/docs/images/guides/bump-sh-user-dashboard.png diff --git a/src/images/guides/bump-sh-view-doc.png b/src/docs/images/guides/bump-sh-view-doc.png similarity index 100% rename from src/images/guides/bump-sh-view-doc.png rename to src/docs/images/guides/bump-sh-view-doc.png diff --git a/src/images/guides/code-first-laravel-initial.png b/src/docs/images/guides/code-first-laravel-initial.png similarity index 100% rename from src/images/guides/code-first-laravel-initial.png rename to src/docs/images/guides/code-first-laravel-initial.png diff --git a/src/images/guides/code-first-rails-initial.png b/src/docs/images/guides/code-first-rails-initial.png similarity index 100% rename from src/images/guides/code-first-rails-initial.png rename to src/docs/images/guides/code-first-rails-initial.png diff --git a/src/images/guides/code-first-spring/operation-description.png b/src/docs/images/guides/code-first-spring/operation-description.png similarity index 100% rename from src/images/guides/code-first-spring/operation-description.png rename to src/docs/images/guides/code-first-spring/operation-description.png diff --git a/src/images/guides/code-first-spring/parameter-description.png b/src/docs/images/guides/code-first-spring/parameter-description.png similarity index 100% rename from src/images/guides/code-first-spring/parameter-description.png rename to src/docs/images/guides/code-first-spring/parameter-description.png diff --git a/src/images/guides/code-first-spring/springdoc-initial.png b/src/docs/images/guides/code-first-spring/springdoc-initial.png similarity index 100% rename from src/images/guides/code-first-spring/springdoc-initial.png rename to src/docs/images/guides/code-first-spring/springdoc-initial.png diff --git a/src/images/guides/code_first_openapi.png b/src/docs/images/guides/code_first_openapi.png similarity index 100% rename from src/images/guides/code_first_openapi.png rename to src/docs/images/guides/code_first_openapi.png diff --git a/src/images/guides/design-first/code-first-design-first.png b/src/docs/images/guides/design-first/code-first-design-first.png similarity index 100% rename from src/images/guides/design-first/code-first-design-first.png rename to src/docs/images/guides/design-first/code-first-design-first.png diff --git a/src/images/guides/design-reviews/breaking-change-detected.png b/src/docs/images/guides/design-reviews/breaking-change-detected.png similarity index 100% rename from src/images/guides/design-reviews/breaking-change-detected.png rename to src/docs/images/guides/design-reviews/breaking-change-detected.png diff --git a/src/images/guides/design-reviews/preview.png b/src/docs/images/guides/design-reviews/preview.png similarity index 100% rename from src/images/guides/design-reviews/preview.png rename to src/docs/images/guides/design-reviews/preview.png diff --git a/src/images/guides/design-reviews/replaced-with-ref.png b/src/docs/images/guides/design-reviews/replaced-with-ref.png similarity index 100% rename from src/images/guides/design-reviews/replaced-with-ref.png rename to src/docs/images/guides/design-reviews/replaced-with-ref.png diff --git a/src/images/guides/diff_attribute.png b/src/docs/images/guides/diff_attribute.png similarity index 100% rename from src/images/guides/diff_attribute.png rename to src/docs/images/guides/diff_attribute.png diff --git a/src/images/guides/different-api-types.png b/src/docs/images/guides/different-api-types.png similarity index 100% rename from src/images/guides/different-api-types.png rename to src/docs/images/guides/different-api-types.png diff --git a/src/images/guides/documenting-multiple-versions/branch-picker.png b/src/docs/images/guides/documenting-multiple-versions/branch-picker.png similarity index 100% rename from src/images/guides/documenting-multiple-versions/branch-picker.png rename to src/docs/images/guides/documenting-multiple-versions/branch-picker.png diff --git a/src/images/guides/documenting-multiple-versions/set-branches.png b/src/docs/images/guides/documenting-multiple-versions/set-branches.png similarity index 100% rename from src/images/guides/documenting-multiple-versions/set-branches.png rename to src/docs/images/guides/documenting-multiple-versions/set-branches.png diff --git a/src/images/guides/efficient-tech-writing-process/bump-tag-description.png b/src/docs/images/guides/efficient-tech-writing-process/bump-tag-description.png similarity index 100% rename from src/images/guides/efficient-tech-writing-process/bump-tag-description.png rename to src/docs/images/guides/efficient-tech-writing-process/bump-tag-description.png diff --git a/src/images/guides/efficient-tech-writing-process/bump-x-topics.png b/src/docs/images/guides/efficient-tech-writing-process/bump-x-topics.png similarity index 100% rename from src/images/guides/efficient-tech-writing-process/bump-x-topics.png rename to src/docs/images/guides/efficient-tech-writing-process/bump-x-topics.png diff --git a/src/images/guides/event-driven-architecture.png b/src/docs/images/guides/event-driven-architecture.png similarity index 100% rename from src/images/guides/event-driven-architecture.png rename to src/docs/images/guides/event-driven-architecture.png diff --git a/src/images/guides/express-js-open-api.png b/src/docs/images/guides/express-js-open-api.png similarity index 100% rename from src/images/guides/express-js-open-api.png rename to src/docs/images/guides/express-js-open-api.png diff --git a/src/images/guides/feedback/github-forms.png b/src/docs/images/guides/feedback/github-forms.png similarity index 100% rename from src/images/guides/feedback/github-forms.png rename to src/docs/images/guides/feedback/github-forms.png diff --git a/src/images/guides/feedback/notion-copy-url.png b/src/docs/images/guides/feedback/notion-copy-url.png similarity index 100% rename from src/images/guides/feedback/notion-copy-url.png rename to src/docs/images/guides/feedback/notion-copy-url.png diff --git a/src/images/guides/feedback/notion-form-builder.png b/src/docs/images/guides/feedback/notion-form-builder.png similarity index 100% rename from src/images/guides/feedback/notion-form-builder.png rename to src/docs/images/guides/feedback/notion-form-builder.png diff --git a/src/images/guides/feedback/notion-send-form.png b/src/docs/images/guides/feedback/notion-send-form.png similarity index 100% rename from src/images/guides/feedback/notion-send-form.png rename to src/docs/images/guides/feedback/notion-send-form.png diff --git a/src/images/guides/generate-sdks-speakeasy/api-registries.png b/src/docs/images/guides/generate-sdks-speakeasy/api-registries.png similarity index 100% rename from src/images/guides/generate-sdks-speakeasy/api-registries.png rename to src/docs/images/guides/generate-sdks-speakeasy/api-registries.png diff --git a/src/images/guides/generate-sdks-speakeasy/new-sdk-repo.png b/src/docs/images/guides/generate-sdks-speakeasy/new-sdk-repo.png similarity index 100% rename from src/images/guides/generate-sdks-speakeasy/new-sdk-repo.png rename to src/docs/images/guides/generate-sdks-speakeasy/new-sdk-repo.png diff --git a/src/images/guides/generate-sdks-speakeasy/npm-new-version.png b/src/docs/images/guides/generate-sdks-speakeasy/npm-new-version.png similarity index 100% rename from src/images/guides/generate-sdks-speakeasy/npm-new-version.png rename to src/docs/images/guides/generate-sdks-speakeasy/npm-new-version.png diff --git a/src/images/guides/generate-sdks-speakeasy/overlays.png b/src/docs/images/guides/generate-sdks-speakeasy/overlays.png similarity index 100% rename from src/images/guides/generate-sdks-speakeasy/overlays.png rename to src/docs/images/guides/generate-sdks-speakeasy/overlays.png diff --git a/src/images/guides/generate-sdks-speakeasy/preview-code-samples.png b/src/docs/images/guides/generate-sdks-speakeasy/preview-code-samples.png similarity index 100% rename from src/images/guides/generate-sdks-speakeasy/preview-code-samples.png rename to src/docs/images/guides/generate-sdks-speakeasy/preview-code-samples.png diff --git a/src/images/guides/generate-sdks-speakeasy/publish-to-npm.png b/src/docs/images/guides/generate-sdks-speakeasy/publish-to-npm.png similarity index 100% rename from src/images/guides/generate-sdks-speakeasy/publish-to-npm.png rename to src/docs/images/guides/generate-sdks-speakeasy/publish-to-npm.png diff --git a/src/images/guides/generate-sdks-speakeasy/quickstart-2.webp b/src/docs/images/guides/generate-sdks-speakeasy/quickstart-2.webp similarity index 100% rename from src/images/guides/generate-sdks-speakeasy/quickstart-2.webp rename to src/docs/images/guides/generate-sdks-speakeasy/quickstart-2.webp diff --git a/src/images/guides/git-1-commit-graph.png b/src/docs/images/guides/git-1-commit-graph.png similarity index 100% rename from src/images/guides/git-1-commit-graph.png rename to src/docs/images/guides/git-1-commit-graph.png diff --git a/src/images/guides/git-1-commit-seq.png b/src/docs/images/guides/git-1-commit-seq.png similarity index 100% rename from src/images/guides/git-1-commit-seq.png rename to src/docs/images/guides/git-1-commit-seq.png diff --git a/src/images/guides/git-1-file-tree.png b/src/docs/images/guides/git-1-file-tree.png similarity index 100% rename from src/images/guides/git-1-file-tree.png rename to src/docs/images/guides/git-1-file-tree.png diff --git a/src/images/guides/git-1-rebase.png b/src/docs/images/guides/git-1-rebase.png similarity index 100% rename from src/images/guides/git-1-rebase.png rename to src/docs/images/guides/git-1-rebase.png diff --git a/src/images/guides/git-1-remote-hub.png b/src/docs/images/guides/git-1-remote-hub.png similarity index 100% rename from src/images/guides/git-1-remote-hub.png rename to src/docs/images/guides/git-1-remote-hub.png diff --git a/src/images/guides/git-1-remote-hub2.png b/src/docs/images/guides/git-1-remote-hub2.png similarity index 100% rename from src/images/guides/git-1-remote-hub2.png rename to src/docs/images/guides/git-1-remote-hub2.png diff --git a/src/images/guides/git-1-remote.png b/src/docs/images/guides/git-1-remote.png similarity index 100% rename from src/images/guides/git-1-remote.png rename to src/docs/images/guides/git-1-remote.png diff --git a/src/images/guides/git-1-tag-branch.png b/src/docs/images/guides/git-1-tag-branch.png similarity index 100% rename from src/images/guides/git-1-tag-branch.png rename to src/docs/images/guides/git-1-tag-branch.png diff --git a/src/images/guides/git-1-workdir.png b/src/docs/images/guides/git-1-workdir.png similarity index 100% rename from src/images/guides/git-1-workdir.png rename to src/docs/images/guides/git-1-workdir.png diff --git a/src/images/guides/house_without_discriminator.png b/src/docs/images/guides/house_without_discriminator.png similarity index 100% rename from src/images/guides/house_without_discriminator.png rename to src/docs/images/guides/house_without_discriminator.png diff --git a/src/images/guides/internal-architecture-diagram.jpg b/src/docs/images/guides/internal-architecture-diagram.jpg similarity index 100% rename from src/images/guides/internal-architecture-diagram.jpg rename to src/docs/images/guides/internal-architecture-diagram.jpg diff --git a/src/images/guides/microcks-testing/microcks-test-results.png b/src/docs/images/guides/microcks-testing/microcks-test-results.png similarity index 100% rename from src/images/guides/microcks-testing/microcks-test-results.png rename to src/docs/images/guides/microcks-testing/microcks-test-results.png diff --git a/src/images/guides/microcks-testing/mismatched-status.png b/src/docs/images/guides/microcks-testing/mismatched-status.png similarity index 100% rename from src/images/guides/microcks-testing/mismatched-status.png rename to src/docs/images/guides/microcks-testing/mismatched-status.png diff --git a/src/images/guides/microcks-testing/test-details-missing.jpg b/src/docs/images/guides/microcks-testing/test-details-missing.jpg similarity index 100% rename from src/images/guides/microcks-testing/test-details-missing.jpg rename to src/docs/images/guides/microcks-testing/test-details-missing.jpg diff --git a/src/images/guides/microcks-testing/test-result-expanded.png b/src/docs/images/guides/microcks-testing/test-result-expanded.png similarity index 100% rename from src/images/guides/microcks-testing/test-result-expanded.png rename to src/docs/images/guides/microcks-testing/test-result-expanded.png diff --git a/src/images/guides/microcks-testing/test-runner.png b/src/docs/images/guides/microcks-testing/test-runner.png similarity index 100% rename from src/images/guides/microcks-testing/test-runner.png rename to src/docs/images/guides/microcks-testing/test-runner.png diff --git a/src/images/guides/migrating-from-redocly/automatic-deployment.png b/src/docs/images/guides/migrating-from-redocly/automatic-deployment.png similarity index 100% rename from src/images/guides/migrating-from-redocly/automatic-deployment.png rename to src/docs/images/guides/migrating-from-redocly/automatic-deployment.png diff --git a/src/images/guides/migrating-from-redocly/bump-breaking-change.png b/src/docs/images/guides/migrating-from-redocly/bump-breaking-change.png similarity index 100% rename from src/images/guides/migrating-from-redocly/bump-breaking-change.png rename to src/docs/images/guides/migrating-from-redocly/bump-breaking-change.png diff --git a/src/images/guides/migrating-from-redocly/export-from-redocly.png b/src/docs/images/guides/migrating-from-redocly/export-from-redocly.png similarity index 100% rename from src/images/guides/migrating-from-redocly/export-from-redocly.png rename to src/docs/images/guides/migrating-from-redocly/export-from-redocly.png diff --git a/src/images/guides/migrating-from-redocly/source-code.png b/src/docs/images/guides/migrating-from-redocly/source-code.png similarity index 100% rename from src/images/guides/migrating-from-redocly/source-code.png rename to src/docs/images/guides/migrating-from-redocly/source-code.png diff --git a/src/images/guides/migrating-from-swaggerhub/42crunch-openapi-editor.png b/src/docs/images/guides/migrating-from-swaggerhub/42crunch-openapi-editor.png similarity index 100% rename from src/images/guides/migrating-from-swaggerhub/42crunch-openapi-editor.png rename to src/docs/images/guides/migrating-from-swaggerhub/42crunch-openapi-editor.png diff --git a/src/images/guides/migrating-from-swaggerhub/bump-pull-request.png b/src/docs/images/guides/migrating-from-swaggerhub/bump-pull-request.png similarity index 100% rename from src/images/guides/migrating-from-swaggerhub/bump-pull-request.png rename to src/docs/images/guides/migrating-from-swaggerhub/bump-pull-request.png diff --git a/src/images/guides/migrating-from-swaggerhub/export-from-swaggerhub.png b/src/docs/images/guides/migrating-from-swaggerhub/export-from-swaggerhub.png similarity index 100% rename from src/images/guides/migrating-from-swaggerhub/export-from-swaggerhub.png rename to src/docs/images/guides/migrating-from-swaggerhub/export-from-swaggerhub.png diff --git a/src/images/guides/migrating-from-swaggerhub/jetbrains-openapi-specifications.png b/src/docs/images/guides/migrating-from-swaggerhub/jetbrains-openapi-specifications.png similarity index 100% rename from src/images/guides/migrating-from-swaggerhub/jetbrains-openapi-specifications.png rename to src/docs/images/guides/migrating-from-swaggerhub/jetbrains-openapi-specifications.png diff --git a/src/images/guides/mock-with-beeceptor/beeceptor-mock-server-created.png b/src/docs/images/guides/mock-with-beeceptor/beeceptor-mock-server-created.png similarity index 100% rename from src/images/guides/mock-with-beeceptor/beeceptor-mock-server-created.png rename to src/docs/images/guides/mock-with-beeceptor/beeceptor-mock-server-created.png diff --git a/src/images/guides/mock-with-beeceptor/beeceptor-openapi-paths-expanded.gif b/src/docs/images/guides/mock-with-beeceptor/beeceptor-openapi-paths-expanded.gif similarity index 100% rename from src/images/guides/mock-with-beeceptor/beeceptor-openapi-paths-expanded.gif rename to src/docs/images/guides/mock-with-beeceptor/beeceptor-openapi-paths-expanded.gif diff --git a/src/images/guides/mock-with-beeceptor/beeceptor-openapi-url.png b/src/docs/images/guides/mock-with-beeceptor/beeceptor-openapi-url.png similarity index 100% rename from src/images/guides/mock-with-beeceptor/beeceptor-openapi-url.png rename to src/docs/images/guides/mock-with-beeceptor/beeceptor-openapi-url.png diff --git a/src/images/guides/mocking-with-microcks/bump-mock-server-curl.png b/src/docs/images/guides/mocking-with-microcks/bump-mock-server-curl.png similarity index 100% rename from src/images/guides/mocking-with-microcks/bump-mock-server-curl.png rename to src/docs/images/guides/mocking-with-microcks/bump-mock-server-curl.png diff --git a/src/images/guides/mocking-with-microcks/get-bookings.png b/src/docs/images/guides/mocking-with-microcks/get-bookings.png similarity index 100% rename from src/images/guides/mocking-with-microcks/get-bookings.png rename to src/docs/images/guides/mocking-with-microcks/get-bookings.png diff --git a/src/images/guides/mocking-with-microcks/gke-setup.png b/src/docs/images/guides/mocking-with-microcks/gke-setup.png similarity index 100% rename from src/images/guides/mocking-with-microcks/gke-setup.png rename to src/docs/images/guides/mocking-with-microcks/gke-setup.png diff --git a/src/images/guides/mocking-with-microcks/microcks-api-view.png b/src/docs/images/guides/mocking-with-microcks/microcks-api-view.png similarity index 100% rename from src/images/guides/mocking-with-microcks/microcks-api-view.png rename to src/docs/images/guides/mocking-with-microcks/microcks-api-view.png diff --git a/src/images/guides/mocking-with-microcks/microcks-dashboard.png b/src/docs/images/guides/mocking-with-microcks/microcks-dashboard.png similarity index 100% rename from src/images/guides/mocking-with-microcks/microcks-dashboard.png rename to src/docs/images/guides/mocking-with-microcks/microcks-dashboard.png diff --git a/src/images/guides/mocking-with-microcks/microcks-resources.png b/src/docs/images/guides/mocking-with-microcks/microcks-resources.png similarity index 100% rename from src/images/guides/mocking-with-microcks/microcks-resources.png rename to src/docs/images/guides/mocking-with-microcks/microcks-resources.png diff --git a/src/images/guides/mocking-with-microcks/multiple-servers.png b/src/docs/images/guides/mocking-with-microcks/multiple-servers.png similarity index 100% rename from src/images/guides/mocking-with-microcks/multiple-servers.png rename to src/docs/images/guides/mocking-with-microcks/multiple-servers.png diff --git a/src/images/guides/mocking-with-microcks/post-get-delete-resource.png b/src/docs/images/guides/mocking-with-microcks/post-get-delete-resource.png similarity index 100% rename from src/images/guides/mocking-with-microcks/post-get-delete-resource.png rename to src/docs/images/guides/mocking-with-microcks/post-get-delete-resource.png diff --git a/src/images/guides/mocking-with-microcks/upload-modal.png b/src/docs/images/guides/mocking-with-microcks/upload-modal.png similarity index 100% rename from src/images/guides/mocking-with-microcks/upload-modal.png rename to src/docs/images/guides/mocking-with-microcks/upload-modal.png diff --git a/src/images/guides/openapi-format-overlays/apply-overlay.png b/src/docs/images/guides/openapi-format-overlays/apply-overlay.png similarity index 100% rename from src/images/guides/openapi-format-overlays/apply-overlay.png rename to src/docs/images/guides/openapi-format-overlays/apply-overlay.png diff --git a/src/images/guides/openapi-format-overlays/new-openapi-in-playground.png b/src/docs/images/guides/openapi-format-overlays/new-openapi-in-playground.png similarity index 100% rename from src/images/guides/openapi-format-overlays/new-openapi-in-playground.png rename to src/docs/images/guides/openapi-format-overlays/new-openapi-in-playground.png diff --git a/src/images/guides/openapi-format-overlays/output-difference.png b/src/docs/images/guides/openapi-format-overlays/output-difference.png similarity index 100% rename from src/images/guides/openapi-format-overlays/output-difference.png rename to src/docs/images/guides/openapi-format-overlays/output-difference.png diff --git a/src/images/guides/openapi-format-overlays/overlay-name.png b/src/docs/images/guides/openapi-format-overlays/overlay-name.png similarity index 100% rename from src/images/guides/openapi-format-overlays/overlay-name.png rename to src/docs/images/guides/openapi-format-overlays/overlay-name.png diff --git a/src/images/guides/openapi-format-overlays/overlay-remove.png b/src/docs/images/guides/openapi-format-overlays/overlay-remove.png similarity index 100% rename from src/images/guides/openapi-format-overlays/overlay-remove.png rename to src/docs/images/guides/openapi-format-overlays/overlay-remove.png diff --git a/src/images/guides/openapi-format-overlays/overlay-show-diff.png b/src/docs/images/guides/openapi-format-overlays/overlay-show-diff.png similarity index 100% rename from src/images/guides/openapi-format-overlays/overlay-show-diff.png rename to src/docs/images/guides/openapi-format-overlays/overlay-show-diff.png diff --git a/src/images/guides/openapi-format-overlays/overlay-target-better.png b/src/docs/images/guides/openapi-format-overlays/overlay-target-better.png similarity index 100% rename from src/images/guides/openapi-format-overlays/overlay-target-better.png rename to src/docs/images/guides/openapi-format-overlays/overlay-target-better.png diff --git a/src/images/guides/openapi-format-overlays/overlay-target.png b/src/docs/images/guides/openapi-format-overlays/overlay-target.png similarity index 100% rename from src/images/guides/openapi-format-overlays/overlay-target.png rename to src/docs/images/guides/openapi-format-overlays/overlay-target.png diff --git a/src/images/guides/openapi-format-overlays/overlay-update.png b/src/docs/images/guides/openapi-format-overlays/overlay-update.png similarity index 100% rename from src/images/guides/openapi-format-overlays/overlay-update.png rename to src/docs/images/guides/openapi-format-overlays/overlay-update.png diff --git a/src/images/guides/openapi-v4-diagram.png b/src/docs/images/guides/openapi-v4-diagram.png similarity index 100% rename from src/images/guides/openapi-v4-diagram.png rename to src/docs/images/guides/openapi-v4-diagram.png diff --git a/src/images/guides/openapi/specification/What-is-OpenAPI-Simple-API-Lifecycle-Vertical.png b/src/docs/images/guides/openapi/specification/What-is-OpenAPI-Simple-API-Lifecycle-Vertical.png similarity index 100% rename from src/images/guides/openapi/specification/What-is-OpenAPI-Simple-API-Lifecycle-Vertical.png rename to src/docs/images/guides/openapi/specification/What-is-OpenAPI-Simple-API-Lifecycle-Vertical.png diff --git a/src/images/guides/openapi/specification/v3.2/bump-tag-description.png b/src/docs/images/guides/openapi/specification/v3.2/bump-tag-description.png similarity index 100% rename from src/images/guides/openapi/specification/v3.2/bump-tag-description.png rename to src/docs/images/guides/openapi/specification/v3.2/bump-tag-description.png diff --git a/src/images/guides/polymorphism_accomodation.png b/src/docs/images/guides/polymorphism_accomodation.png similarity index 100% rename from src/images/guides/polymorphism_accomodation.png rename to src/docs/images/guides/polymorphism_accomodation.png diff --git a/src/images/guides/preview_pings_sections.png b/src/docs/images/guides/preview_pings_sections.png similarity index 100% rename from src/images/guides/preview_pings_sections.png rename to src/docs/images/guides/preview_pings_sections.png diff --git a/src/images/guides/ref_advanced_usages.png b/src/docs/images/guides/ref_advanced_usages.png similarity index 100% rename from src/images/guides/ref_advanced_usages.png rename to src/docs/images/guides/ref_advanced_usages.png diff --git a/src/images/guides/sequence-diagram.jpg b/src/docs/images/guides/sequence-diagram.jpg similarity index 100% rename from src/images/guides/sequence-diagram.jpg rename to src/docs/images/guides/sequence-diagram.jpg diff --git a/src/images/guides/service-architecture-diagram.jpg b/src/docs/images/guides/service-architecture-diagram.jpg similarity index 100% rename from src/images/guides/service-architecture-diagram.jpg rename to src/docs/images/guides/service-architecture-diagram.jpg diff --git a/src/images/guides/sizing-images-1.png b/src/docs/images/guides/sizing-images-1.png similarity index 100% rename from src/images/guides/sizing-images-1.png rename to src/docs/images/guides/sizing-images-1.png diff --git a/src/images/guides/sizing-images-2.png b/src/docs/images/guides/sizing-images-2.png similarity index 100% rename from src/images/guides/sizing-images-2.png rename to src/docs/images/guides/sizing-images-2.png diff --git a/src/images/guides/sizing-images-3.png b/src/docs/images/guides/sizing-images-3.png similarity index 100% rename from src/images/guides/sizing-images-3.png rename to src/docs/images/guides/sizing-images-3.png diff --git a/src/images/guides/sizing-images-4.png b/src/docs/images/guides/sizing-images-4.png similarity index 100% rename from src/images/guides/sizing-images-4.png rename to src/docs/images/guides/sizing-images-4.png diff --git a/src/images/guides/sizing-images-5.png b/src/docs/images/guides/sizing-images-5.png similarity index 100% rename from src/images/guides/sizing-images-5.png rename to src/docs/images/guides/sizing-images-5.png diff --git a/src/images/guides/sizing-images-6.png b/src/docs/images/guides/sizing-images-6.png similarity index 100% rename from src/images/guides/sizing-images-6.png rename to src/docs/images/guides/sizing-images-6.png diff --git a/src/images/guides/sizing-images-api-documentation.png b/src/docs/images/guides/sizing-images-api-documentation.png similarity index 100% rename from src/images/guides/sizing-images-api-documentation.png rename to src/docs/images/guides/sizing-images-api-documentation.png diff --git a/src/images/guides/stainless-integration/bump-sh-code-example.png b/src/docs/images/guides/stainless-integration/bump-sh-code-example.png similarity index 100% rename from src/images/guides/stainless-integration/bump-sh-code-example.png rename to src/docs/images/guides/stainless-integration/bump-sh-code-example.png diff --git a/src/images/guides/stainless-integration/create-api-key.png b/src/docs/images/guides/stainless-integration/create-api-key.png similarity index 100% rename from src/images/guides/stainless-integration/create-api-key.png rename to src/docs/images/guides/stainless-integration/create-api-key.png diff --git a/src/images/guides/stainless-integration/studio-preview.png b/src/docs/images/guides/stainless-integration/studio-preview.png similarity index 100% rename from src/images/guides/stainless-integration/studio-preview.png rename to src/docs/images/guides/stainless-integration/studio-preview.png diff --git a/src/images/guides/swagger-new-api-screen.png b/src/docs/images/guides/swagger-new-api-screen.png similarity index 100% rename from src/images/guides/swagger-new-api-screen.png rename to src/docs/images/guides/swagger-new-api-screen.png diff --git a/src/images/guides/tag-with-externaldocs.png b/src/docs/images/guides/tag-with-externaldocs.png similarity index 100% rename from src/images/guides/tag-with-externaldocs.png rename to src/docs/images/guides/tag-with-externaldocs.png diff --git a/src/images/guides/tagged_endpoints.png b/src/docs/images/guides/tagged_endpoints.png similarity index 100% rename from src/images/guides/tagged_endpoints.png rename to src/docs/images/guides/tagged_endpoints.png diff --git a/src/images/guides/tags-organize-endpoints.png b/src/docs/images/guides/tags-organize-endpoints.png similarity index 100% rename from src/images/guides/tags-organize-endpoints.png rename to src/docs/images/guides/tags-organize-endpoints.png diff --git a/src/images/guides/tags_order.png b/src/docs/images/guides/tags_order.png similarity index 100% rename from src/images/guides/tags_order.png rename to src/docs/images/guides/tags_order.png diff --git a/src/images/guides/the-perfect-modern-openapi-workflow/api-explorer-request.png b/src/docs/images/guides/the-perfect-modern-openapi-workflow/api-explorer-request.png similarity index 100% rename from src/images/guides/the-perfect-modern-openapi-workflow/api-explorer-request.png rename to src/docs/images/guides/the-perfect-modern-openapi-workflow/api-explorer-request.png diff --git a/src/images/guides/the-perfect-modern-openapi-workflow/bump-hubs.png b/src/docs/images/guides/the-perfect-modern-openapi-workflow/bump-hubs.png similarity index 100% rename from src/images/guides/the-perfect-modern-openapi-workflow/bump-hubs.png rename to src/docs/images/guides/the-perfect-modern-openapi-workflow/bump-hubs.png diff --git a/src/images/guides/the-perfect-modern-openapi-workflow/bump-sdks.png b/src/docs/images/guides/the-perfect-modern-openapi-workflow/bump-sdks.png similarity index 100% rename from src/images/guides/the-perfect-modern-openapi-workflow/bump-sdks.png rename to src/docs/images/guides/the-perfect-modern-openapi-workflow/bump-sdks.png diff --git a/src/images/guides/the-perfect-modern-openapi-workflow/design-first-workflow.png b/src/docs/images/guides/the-perfect-modern-openapi-workflow/design-first-workflow.png similarity index 100% rename from src/images/guides/the-perfect-modern-openapi-workflow/design-first-workflow.png rename to src/docs/images/guides/the-perfect-modern-openapi-workflow/design-first-workflow.png diff --git a/src/images/guides/the-perfect-modern-openapi-workflow/vacuum-annotations.png b/src/docs/images/guides/the-perfect-modern-openapi-workflow/vacuum-annotations.png similarity index 100% rename from src/images/guides/the-perfect-modern-openapi-workflow/vacuum-annotations.png rename to src/docs/images/guides/the-perfect-modern-openapi-workflow/vacuum-annotations.png diff --git a/src/images/guides/try-requests-in-insomnia/bump-docs-insomnia-button.png b/src/docs/images/guides/try-requests-in-insomnia/bump-docs-insomnia-button.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/bump-docs-insomnia-button.png rename to src/docs/images/guides/try-requests-in-insomnia/bump-docs-insomnia-button.png diff --git a/src/images/guides/try-requests-in-insomnia/commit-export.png b/src/docs/images/guides/try-requests-in-insomnia/commit-export.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/commit-export.png rename to src/docs/images/guides/try-requests-in-insomnia/commit-export.png diff --git a/src/images/guides/try-requests-in-insomnia/download-insomnia.png b/src/docs/images/guides/try-requests-in-insomnia/download-insomnia.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/download-insomnia.png rename to src/docs/images/guides/try-requests-in-insomnia/download-insomnia.png diff --git a/src/images/guides/try-requests-in-insomnia/edit-variable.png b/src/docs/images/guides/try-requests-in-insomnia/edit-variable.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/edit-variable.png rename to src/docs/images/guides/try-requests-in-insomnia/edit-variable.png diff --git a/src/images/guides/try-requests-in-insomnia/env-error.png b/src/docs/images/guides/try-requests-in-insomnia/env-error.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/env-error.png rename to src/docs/images/guides/try-requests-in-insomnia/env-error.png diff --git a/src/images/guides/try-requests-in-insomnia/export-insomnia.png b/src/docs/images/guides/try-requests-in-insomnia/export-insomnia.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/export-insomnia.png rename to src/docs/images/guides/try-requests-in-insomnia/export-insomnia.png diff --git a/src/images/guides/try-requests-in-insomnia/get-public-url.png b/src/docs/images/guides/try-requests-in-insomnia/get-public-url.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/get-public-url.png rename to src/docs/images/guides/try-requests-in-insomnia/get-public-url.png diff --git a/src/images/guides/try-requests-in-insomnia/import-or-clone.png b/src/docs/images/guides/try-requests-in-insomnia/import-or-clone.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/import-or-clone.png rename to src/docs/images/guides/try-requests-in-insomnia/import-or-clone.png diff --git a/src/images/guides/try-requests-in-insomnia/import.png b/src/docs/images/guides/try-requests-in-insomnia/import.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/import.png rename to src/docs/images/guides/try-requests-in-insomnia/import.png diff --git a/src/images/guides/try-requests-in-insomnia/new-collection.png b/src/docs/images/guides/try-requests-in-insomnia/new-collection.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/new-collection.png rename to src/docs/images/guides/try-requests-in-insomnia/new-collection.png diff --git a/src/images/guides/try-requests-in-insomnia/path-param-error.png b/src/docs/images/guides/try-requests-in-insomnia/path-param-error.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/path-param-error.png rename to src/docs/images/guides/try-requests-in-insomnia/path-param-error.png diff --git a/src/images/guides/try-requests-in-insomnia/path-param.png b/src/docs/images/guides/try-requests-in-insomnia/path-param.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/path-param.png rename to src/docs/images/guides/try-requests-in-insomnia/path-param.png diff --git a/src/images/guides/try-requests-in-insomnia/pick-a-file.png b/src/docs/images/guides/try-requests-in-insomnia/pick-a-file.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/pick-a-file.png rename to src/docs/images/guides/try-requests-in-insomnia/pick-a-file.png diff --git a/src/images/guides/try-requests-in-insomnia/run-in-insomnia.png b/src/docs/images/guides/try-requests-in-insomnia/run-in-insomnia.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/run-in-insomnia.png rename to src/docs/images/guides/try-requests-in-insomnia/run-in-insomnia.png diff --git a/src/images/guides/try-requests-in-insomnia/view-collection-in-insomnia.png b/src/docs/images/guides/try-requests-in-insomnia/view-collection-in-insomnia.png similarity index 100% rename from src/images/guides/try-requests-in-insomnia/view-collection-in-insomnia.png rename to src/docs/images/guides/try-requests-in-insomnia/view-collection-in-insomnia.png diff --git a/src/images/guides/try-requests-in-postman/bump-docs-postman-button.png b/src/docs/images/guides/try-requests-in-postman/bump-docs-postman-button.png similarity index 100% rename from src/images/guides/try-requests-in-postman/bump-docs-postman-button.png rename to src/docs/images/guides/try-requests-in-postman/bump-docs-postman-button.png diff --git a/src/images/guides/try-requests-in-postman/copy-to-collections.png b/src/docs/images/guides/try-requests-in-postman/copy-to-collections.png similarity index 100% rename from src/images/guides/try-requests-in-postman/copy-to-collections.png rename to src/docs/images/guides/try-requests-in-postman/copy-to-collections.png diff --git a/src/images/guides/try-requests-in-postman/generate-from-definition.png b/src/docs/images/guides/try-requests-in-postman/generate-from-definition.png similarity index 100% rename from src/images/guides/try-requests-in-postman/generate-from-definition.png rename to src/docs/images/guides/try-requests-in-postman/generate-from-definition.png diff --git a/src/images/guides/try-requests-in-postman/generate-modal.png b/src/docs/images/guides/try-requests-in-postman/generate-modal.png similarity index 100% rename from src/images/guides/try-requests-in-postman/generate-modal.png rename to src/docs/images/guides/try-requests-in-postman/generate-modal.png diff --git a/src/images/guides/try-requests-in-postman/postman-commit.png b/src/docs/images/guides/try-requests-in-postman/postman-commit.png similarity index 100% rename from src/images/guides/try-requests-in-postman/postman-commit.png rename to src/docs/images/guides/try-requests-in-postman/postman-commit.png diff --git a/src/images/guides/try-requests-in-postman/postman-connect-repository.png b/src/docs/images/guides/try-requests-in-postman/postman-connect-repository.png similarity index 100% rename from src/images/guides/try-requests-in-postman/postman-connect-repository.png rename to src/docs/images/guides/try-requests-in-postman/postman-connect-repository.png diff --git a/src/images/guides/try-requests-in-postman/postman-create-workspace.png b/src/docs/images/guides/try-requests-in-postman/postman-create-workspace.png similarity index 100% rename from src/images/guides/try-requests-in-postman/postman-create-workspace.png rename to src/docs/images/guides/try-requests-in-postman/postman-create-workspace.png diff --git a/src/images/guides/try-requests-in-postman/postman-new-api.png b/src/docs/images/guides/try-requests-in-postman/postman-new-api.png similarity index 100% rename from src/images/guides/try-requests-in-postman/postman-new-api.png rename to src/docs/images/guides/try-requests-in-postman/postman-new-api.png diff --git a/src/images/guides/try-requests-in-postman/postman-share-button.png b/src/docs/images/guides/try-requests-in-postman/postman-share-button.png similarity index 100% rename from src/images/guides/try-requests-in-postman/postman-share-button.png rename to src/docs/images/guides/try-requests-in-postman/postman-share-button.png diff --git a/src/images/guides/try-requests-in-postman/postman-view.png b/src/docs/images/guides/try-requests-in-postman/postman-view.png similarity index 100% rename from src/images/guides/try-requests-in-postman/postman-view.png rename to src/docs/images/guides/try-requests-in-postman/postman-view.png diff --git a/src/images/guides/what-is-asyncapi.png b/src/docs/images/guides/what-is-asyncapi.png similarity index 100% rename from src/images/guides/what-is-asyncapi.png rename to src/docs/images/guides/what-is-asyncapi.png diff --git a/src/images/guides/what-is-openapi.png b/src/docs/images/guides/what-is-openapi.png similarity index 100% rename from src/images/guides/what-is-openapi.png rename to src/docs/images/guides/what-is-openapi.png diff --git a/src/images/guides/workflow-diagram.png b/src/docs/images/guides/workflow-diagram.png similarity index 100% rename from src/images/guides/workflow-diagram.png rename to src/docs/images/guides/workflow-diagram.png diff --git a/src/images/help/access-management-invite.png b/src/docs/images/help/access-management-invite.png similarity index 100% rename from src/images/help/access-management-invite.png rename to src/docs/images/help/access-management-invite.png diff --git a/src/images/help/account-settings.png b/src/docs/images/help/account-settings.png similarity index 100% rename from src/images/help/account-settings.png rename to src/docs/images/help/account-settings.png diff --git a/src/images/help/add-webhook.png b/src/docs/images/help/add-webhook.png similarity index 100% rename from src/images/help/add-webhook.png rename to src/docs/images/help/add-webhook.png diff --git a/src/images/help/anyOf-discriminator.gif b/src/docs/images/help/anyOf-discriminator.gif similarity index 100% rename from src/images/help/anyOf-discriminator.gif rename to src/docs/images/help/anyOf-discriminator.gif diff --git a/src/images/help/ask-ai-dropdown.png b/src/docs/images/help/ask-ai-dropdown.png similarity index 100% rename from src/images/help/ask-ai-dropdown.png rename to src/docs/images/help/ask-ai-dropdown.png diff --git a/src/images/help/basic-info.png b/src/docs/images/help/basic-info.png similarity index 100% rename from src/images/help/basic-info.png rename to src/docs/images/help/basic-info.png diff --git a/src/images/help/branch-new-dark.png b/src/docs/images/help/branch-new-dark.png similarity index 100% rename from src/images/help/branch-new-dark.png rename to src/docs/images/help/branch-new-dark.png diff --git a/src/images/help/branch-options.png b/src/docs/images/help/branch-options.png similarity index 100% rename from src/images/help/branch-options.png rename to src/docs/images/help/branch-options.png diff --git a/src/images/help/branch-select-dark.png b/src/docs/images/help/branch-select-dark.png similarity index 100% rename from src/images/help/branch-select-dark.png rename to src/docs/images/help/branch-select-dark.png diff --git a/src/images/help/branch-sorting.png b/src/docs/images/help/branch-sorting.png similarity index 100% rename from src/images/help/branch-sorting.png rename to src/docs/images/help/branch-sorting.png diff --git a/src/images/help/breaking-changes.png b/src/docs/images/help/breaking-changes.png similarity index 100% rename from src/images/help/breaking-changes.png rename to src/docs/images/help/breaking-changes.png diff --git a/src/images/help/bump-sh-global-workflow.png b/src/docs/images/help/bump-sh-global-workflow.png similarity index 100% rename from src/images/help/bump-sh-global-workflow.png rename to src/docs/images/help/bump-sh-global-workflow.png diff --git a/src/images/help/categories.png b/src/docs/images/help/categories.png similarity index 100% rename from src/images/help/categories.png rename to src/docs/images/help/categories.png diff --git a/src/images/help/changelog-link-dark.png b/src/docs/images/help/changelog-link-dark.png similarity index 100% rename from src/images/help/changelog-link-dark.png rename to src/docs/images/help/changelog-link-dark.png diff --git a/src/images/help/changelog.png b/src/docs/images/help/changelog.png similarity index 100% rename from src/images/help/changelog.png rename to src/docs/images/help/changelog.png diff --git a/src/images/help/color-scheme.png b/src/docs/images/help/color-scheme.png similarity index 100% rename from src/images/help/color-scheme.png rename to src/docs/images/help/color-scheme.png diff --git a/src/images/help/color.png b/src/docs/images/help/color.png similarity index 100% rename from src/images/help/color.png rename to src/docs/images/help/color.png diff --git a/src/images/help/compare-changes.png b/src/docs/images/help/compare-changes.png similarity index 100% rename from src/images/help/compare-changes.png rename to src/docs/images/help/compare-changes.png diff --git a/src/images/help/comparison.png b/src/docs/images/help/comparison.png similarity index 100% rename from src/images/help/comparison.png rename to src/docs/images/help/comparison.png diff --git a/src/images/help/congrats.png b/src/docs/images/help/congrats.png similarity index 100% rename from src/images/help/congrats.png rename to src/docs/images/help/congrats.png diff --git a/src/images/help/create-branch.png b/src/docs/images/help/create-branch.png similarity index 100% rename from src/images/help/create-branch.png rename to src/docs/images/help/create-branch.png diff --git a/src/images/help/create-hub.png b/src/docs/images/help/create-hub.png similarity index 100% rename from src/images/help/create-hub.png rename to src/docs/images/help/create-hub.png diff --git a/src/images/help/create-org.png b/src/docs/images/help/create-org.png similarity index 100% rename from src/images/help/create-org.png rename to src/docs/images/help/create-org.png diff --git a/src/images/help/custom-domains.png b/src/docs/images/help/custom-domains.png similarity index 100% rename from src/images/help/custom-domains.png rename to src/docs/images/help/custom-domains.png diff --git a/src/images/help/dark-mode-settings.png b/src/docs/images/help/dark-mode-settings.png similarity index 100% rename from src/images/help/dark-mode-settings.png rename to src/docs/images/help/dark-mode-settings.png diff --git a/src/images/help/dashboard.png b/src/docs/images/help/dashboard.png similarity index 100% rename from src/images/help/dashboard.png rename to src/docs/images/help/dashboard.png diff --git a/src/images/help/deployment-release-button.png b/src/docs/images/help/deployment-release-button.png similarity index 100% rename from src/images/help/deployment-release-button.png rename to src/docs/images/help/deployment-release-button.png diff --git a/src/images/help/deployment-release-form.png b/src/docs/images/help/deployment-release-form.png similarity index 100% rename from src/images/help/deployment-release-form.png rename to src/docs/images/help/deployment-release-form.png diff --git a/src/images/help/deployments-list-not-released.png b/src/docs/images/help/deployments-list-not-released.png similarity index 100% rename from src/images/help/deployments-list-not-released.png rename to src/docs/images/help/deployments-list-not-released.png diff --git a/src/images/help/deployments-list.png b/src/docs/images/help/deployments-list.png similarity index 100% rename from src/images/help/deployments-list.png rename to src/docs/images/help/deployments-list.png diff --git a/src/images/help/doc-beta.png b/src/docs/images/help/doc-beta.png similarity index 100% rename from src/images/help/doc-beta.png rename to src/docs/images/help/doc-beta.png diff --git a/src/images/help/doc-creation.png b/src/docs/images/help/doc-creation.png similarity index 100% rename from src/images/help/doc-creation.png rename to src/docs/images/help/doc-creation.png diff --git a/src/images/help/doc-hub-settings.png b/src/docs/images/help/doc-hub-settings.png similarity index 100% rename from src/images/help/doc-hub-settings.png rename to src/docs/images/help/doc-hub-settings.png diff --git a/src/images/help/doc-x-state-custom-color.png b/src/docs/images/help/doc-x-state-custom-color.png similarity index 100% rename from src/images/help/doc-x-state-custom-color.png rename to src/docs/images/help/doc-x-state-custom-color.png diff --git a/src/images/help/doc-x-state.png b/src/docs/images/help/doc-x-state.png similarity index 100% rename from src/images/help/doc-x-state.png rename to src/docs/images/help/doc-x-state.png diff --git a/src/images/help/documentation-access-choice.png b/src/docs/images/help/documentation-access-choice.png similarity index 100% rename from src/images/help/documentation-access-choice.png rename to src/docs/images/help/documentation-access-choice.png diff --git a/src/images/help/embed-mode-workflow.png b/src/docs/images/help/embed-mode-workflow.png similarity index 100% rename from src/images/help/embed-mode-workflow.png rename to src/docs/images/help/embed-mode-workflow.png diff --git a/src/images/help/explorer/explorer-activation-option.png b/src/docs/images/help/explorer/explorer-activation-option.png similarity index 100% rename from src/images/help/explorer/explorer-activation-option.png rename to src/docs/images/help/explorer/explorer-activation-option.png diff --git a/src/images/help/explorer/explorer-auth.png b/src/docs/images/help/explorer/explorer-auth.png similarity index 100% rename from src/images/help/explorer/explorer-auth.png rename to src/docs/images/help/explorer/explorer-auth.png diff --git a/src/images/help/explorer/explorer-button.png b/src/docs/images/help/explorer/explorer-button.png similarity index 100% rename from src/images/help/explorer/explorer-button.png rename to src/docs/images/help/explorer/explorer-button.png diff --git a/src/images/help/explorer/explorer-operation-selection.png b/src/docs/images/help/explorer/explorer-operation-selection.png similarity index 100% rename from src/images/help/explorer/explorer-operation-selection.png rename to src/docs/images/help/explorer/explorer-operation-selection.png diff --git a/src/images/help/explorer/explorer-response.png b/src/docs/images/help/explorer/explorer-response.png similarity index 100% rename from src/images/help/explorer/explorer-response.png rename to src/docs/images/help/explorer/explorer-response.png diff --git a/src/images/help/explorer/explorer-server-variables-global-display.png b/src/docs/images/help/explorer/explorer-server-variables-global-display.png similarity index 100% rename from src/images/help/explorer/explorer-server-variables-global-display.png rename to src/docs/images/help/explorer/explorer-server-variables-global-display.png diff --git a/src/images/help/explorer/explorer-share.png b/src/docs/images/help/explorer/explorer-share.png similarity index 100% rename from src/images/help/explorer/explorer-share.png rename to src/docs/images/help/explorer/explorer-share.png diff --git a/src/images/help/explorer/oauth-access-token-field.png b/src/docs/images/help/explorer/oauth-access-token-field.png similarity index 100% rename from src/images/help/explorer/oauth-access-token-field.png rename to src/docs/images/help/explorer/oauth-access-token-field.png diff --git a/src/images/help/explorer/oauth-automatic-implicit-flow.png b/src/docs/images/help/explorer/oauth-automatic-implicit-flow.png similarity index 100% rename from src/images/help/explorer/oauth-automatic-implicit-flow.png rename to src/docs/images/help/explorer/oauth-automatic-implicit-flow.png diff --git a/src/images/help/feedback-button.png b/src/docs/images/help/feedback-button.png similarity index 100% rename from src/images/help/feedback-button.png rename to src/docs/images/help/feedback-button.png diff --git a/src/images/help/first-doc.png b/src/docs/images/help/first-doc.png similarity index 100% rename from src/images/help/first-doc.png rename to src/docs/images/help/first-doc.png diff --git a/src/images/help/first-upload.png b/src/docs/images/help/first-upload.png similarity index 100% rename from src/images/help/first-upload.png rename to src/docs/images/help/first-upload.png diff --git a/src/images/help/get-updates.png b/src/docs/images/help/get-updates.png similarity index 100% rename from src/images/help/get-updates.png rename to src/docs/images/help/get-updates.png diff --git a/src/images/help/github-api-diff.svg b/src/docs/images/help/github-api-diff.svg similarity index 100% rename from src/images/help/github-api-diff.svg rename to src/docs/images/help/github-api-diff.svg diff --git a/src/images/help/group-by-path-dark.png b/src/docs/images/help/group-by-path-dark.png similarity index 100% rename from src/images/help/group-by-path-dark.png rename to src/docs/images/help/group-by-path-dark.png diff --git a/src/images/help/group-by-path.png b/src/docs/images/help/group-by-path.png similarity index 100% rename from src/images/help/group-by-path.png rename to src/docs/images/help/group-by-path.png diff --git a/src/images/help/group-by-tags-dark.png b/src/docs/images/help/group-by-tags-dark.png similarity index 100% rename from src/images/help/group-by-tags-dark.png rename to src/docs/images/help/group-by-tags-dark.png diff --git a/src/images/help/hub-creation.png b/src/docs/images/help/hub-creation.png similarity index 100% rename from src/images/help/hub-creation.png rename to src/docs/images/help/hub-creation.png diff --git a/src/images/help/hub-doc-categories.png b/src/docs/images/help/hub-doc-categories.png similarity index 100% rename from src/images/help/hub-doc-categories.png rename to src/docs/images/help/hub-doc-categories.png diff --git a/src/images/help/hub-doc-quick-access-menu.png b/src/docs/images/help/hub-doc-quick-access-menu.png similarity index 100% rename from src/images/help/hub-doc-quick-access-menu.png rename to src/docs/images/help/hub-doc-quick-access-menu.png diff --git a/src/images/help/hubs-customization.png b/src/docs/images/help/hubs-customization.png similarity index 100% rename from src/images/help/hubs-customization.png rename to src/docs/images/help/hubs-customization.png diff --git a/src/images/help/legacy/-M4rzT5ykco72OK_jJ3C.gif b/src/docs/images/help/legacy/-M4rzT5ykco72OK_jJ3C.gif similarity index 100% rename from src/images/help/legacy/-M4rzT5ykco72OK_jJ3C.gif rename to src/docs/images/help/legacy/-M4rzT5ykco72OK_jJ3C.gif diff --git a/src/images/help/legacy/-MOGOnqooT-KnFuTVpb_.png b/src/docs/images/help/legacy/-MOGOnqooT-KnFuTVpb_.png similarity index 100% rename from src/images/help/legacy/-MOGOnqooT-KnFuTVpb_.png rename to src/docs/images/help/legacy/-MOGOnqooT-KnFuTVpb_.png diff --git a/src/images/help/legacy/-MOGP6UgSsWqXvwYa1Gd.png b/src/docs/images/help/legacy/-MOGP6UgSsWqXvwYa1Gd.png similarity index 100% rename from src/images/help/legacy/-MOGP6UgSsWqXvwYa1Gd.png rename to src/docs/images/help/legacy/-MOGP6UgSsWqXvwYa1Gd.png diff --git a/src/images/help/legacy/-MU8HgDhZXrUBOih-Aa4.png b/src/docs/images/help/legacy/-MU8HgDhZXrUBOih-Aa4.png similarity index 100% rename from src/images/help/legacy/-MU8HgDhZXrUBOih-Aa4.png rename to src/docs/images/help/legacy/-MU8HgDhZXrUBOih-Aa4.png diff --git a/src/images/help/legacy/-MU8Hlck88dihqjnmrqF.png b/src/docs/images/help/legacy/-MU8Hlck88dihqjnmrqF.png similarity index 100% rename from src/images/help/legacy/-MU8Hlck88dihqjnmrqF.png rename to src/docs/images/help/legacy/-MU8Hlck88dihqjnmrqF.png diff --git a/src/images/help/legacy/-MU8HqPTkthOq2kCyCaM.png b/src/docs/images/help/legacy/-MU8HqPTkthOq2kCyCaM.png similarity index 100% rename from src/images/help/legacy/-MU8HqPTkthOq2kCyCaM.png rename to src/docs/images/help/legacy/-MU8HqPTkthOq2kCyCaM.png diff --git a/src/images/help/legacy/-MU8IHHW0z8WkuDytn48.png b/src/docs/images/help/legacy/-MU8IHHW0z8WkuDytn48.png similarity index 100% rename from src/images/help/legacy/-MU8IHHW0z8WkuDytn48.png rename to src/docs/images/help/legacy/-MU8IHHW0z8WkuDytn48.png diff --git a/src/images/help/legacy/-MU8MRfTYrE4gxvFb6JA.png b/src/docs/images/help/legacy/-MU8MRfTYrE4gxvFb6JA.png similarity index 100% rename from src/images/help/legacy/-MU8MRfTYrE4gxvFb6JA.png rename to src/docs/images/help/legacy/-MU8MRfTYrE4gxvFb6JA.png diff --git a/src/images/help/legacy/-MUJe7kuSWbH7xA9Cwhy.png b/src/docs/images/help/legacy/-MUJe7kuSWbH7xA9Cwhy.png similarity index 100% rename from src/images/help/legacy/-MUJe7kuSWbH7xA9Cwhy.png rename to src/docs/images/help/legacy/-MUJe7kuSWbH7xA9Cwhy.png diff --git a/src/images/help/legacy/-MUJhfdD3hbTQ8IZB7tU.png b/src/docs/images/help/legacy/-MUJhfdD3hbTQ8IZB7tU.png similarity index 100% rename from src/images/help/legacy/-MUJhfdD3hbTQ8IZB7tU.png rename to src/docs/images/help/legacy/-MUJhfdD3hbTQ8IZB7tU.png diff --git a/src/images/help/legacy/-MUJhmo0sdnab4KFQEIY.png b/src/docs/images/help/legacy/-MUJhmo0sdnab4KFQEIY.png similarity index 100% rename from src/images/help/legacy/-MUJhmo0sdnab4KFQEIY.png rename to src/docs/images/help/legacy/-MUJhmo0sdnab4KFQEIY.png diff --git a/src/images/help/legacy/-MUJj6SDDPshQJ1uqwYp.png b/src/docs/images/help/legacy/-MUJj6SDDPshQJ1uqwYp.png similarity index 100% rename from src/images/help/legacy/-MUJj6SDDPshQJ1uqwYp.png rename to src/docs/images/help/legacy/-MUJj6SDDPshQJ1uqwYp.png diff --git a/src/images/help/legacy/-Mg5_uUhFBooJNdgXH9o.png b/src/docs/images/help/legacy/-Mg5_uUhFBooJNdgXH9o.png similarity index 100% rename from src/images/help/legacy/-Mg5_uUhFBooJNdgXH9o.png rename to src/docs/images/help/legacy/-Mg5_uUhFBooJNdgXH9o.png diff --git a/src/images/help/legacy/1SucEsWaJNivFoU9pusQ.png b/src/docs/images/help/legacy/1SucEsWaJNivFoU9pusQ.png similarity index 100% rename from src/images/help/legacy/1SucEsWaJNivFoU9pusQ.png rename to src/docs/images/help/legacy/1SucEsWaJNivFoU9pusQ.png diff --git a/src/images/help/legacy/8S2a0sPvEPpUkg6J6LMS.png b/src/docs/images/help/legacy/8S2a0sPvEPpUkg6J6LMS.png similarity index 100% rename from src/images/help/legacy/8S2a0sPvEPpUkg6J6LMS.png rename to src/docs/images/help/legacy/8S2a0sPvEPpUkg6J6LMS.png diff --git a/src/images/help/legacy/Bca3FyuEP3tWjSqbkATU.png b/src/docs/images/help/legacy/Bca3FyuEP3tWjSqbkATU.png similarity index 100% rename from src/images/help/legacy/Bca3FyuEP3tWjSqbkATU.png rename to src/docs/images/help/legacy/Bca3FyuEP3tWjSqbkATU.png diff --git a/src/images/help/legacy/Eqfjob6I3KfrblyPB8mV.gif b/src/docs/images/help/legacy/Eqfjob6I3KfrblyPB8mV.gif similarity index 100% rename from src/images/help/legacy/Eqfjob6I3KfrblyPB8mV.gif rename to src/docs/images/help/legacy/Eqfjob6I3KfrblyPB8mV.gif diff --git a/src/images/help/legacy/HHscT3afwufsi1ZM3ECv.png b/src/docs/images/help/legacy/HHscT3afwufsi1ZM3ECv.png similarity index 100% rename from src/images/help/legacy/HHscT3afwufsi1ZM3ECv.png rename to src/docs/images/help/legacy/HHscT3afwufsi1ZM3ECv.png diff --git a/src/images/help/legacy/Hdo2CKReqm7JTLPS0FjV.png b/src/docs/images/help/legacy/Hdo2CKReqm7JTLPS0FjV.png similarity index 100% rename from src/images/help/legacy/Hdo2CKReqm7JTLPS0FjV.png rename to src/docs/images/help/legacy/Hdo2CKReqm7JTLPS0FjV.png diff --git a/src/images/help/legacy/MCR7J4QJPJJTaygFxpLl.gif b/src/docs/images/help/legacy/MCR7J4QJPJJTaygFxpLl.gif similarity index 100% rename from src/images/help/legacy/MCR7J4QJPJJTaygFxpLl.gif rename to src/docs/images/help/legacy/MCR7J4QJPJJTaygFxpLl.gif diff --git a/src/images/help/legacy/MMsiIICn5P1iK10bnwO9.png b/src/docs/images/help/legacy/MMsiIICn5P1iK10bnwO9.png similarity index 100% rename from src/images/help/legacy/MMsiIICn5P1iK10bnwO9.png rename to src/docs/images/help/legacy/MMsiIICn5P1iK10bnwO9.png diff --git a/src/images/help/legacy/N17WZyf4bWdgr92v97mI.png b/src/docs/images/help/legacy/N17WZyf4bWdgr92v97mI.png similarity index 100% rename from src/images/help/legacy/N17WZyf4bWdgr92v97mI.png rename to src/docs/images/help/legacy/N17WZyf4bWdgr92v97mI.png diff --git a/src/images/help/legacy/N3rDneaswUa7YztE6nH0.png b/src/docs/images/help/legacy/N3rDneaswUa7YztE6nH0.png similarity index 100% rename from src/images/help/legacy/N3rDneaswUa7YztE6nH0.png rename to src/docs/images/help/legacy/N3rDneaswUa7YztE6nH0.png diff --git a/src/images/help/legacy/NLzpzynGkpXBiA5ulck1.png b/src/docs/images/help/legacy/NLzpzynGkpXBiA5ulck1.png similarity index 100% rename from src/images/help/legacy/NLzpzynGkpXBiA5ulck1.png rename to src/docs/images/help/legacy/NLzpzynGkpXBiA5ulck1.png diff --git a/src/images/help/legacy/O0EdRrYvigMCeUX0gmEv.png b/src/docs/images/help/legacy/O0EdRrYvigMCeUX0gmEv.png similarity index 100% rename from src/images/help/legacy/O0EdRrYvigMCeUX0gmEv.png rename to src/docs/images/help/legacy/O0EdRrYvigMCeUX0gmEv.png diff --git a/src/images/help/legacy/OE8vOhb9gWGtCiB9bTvZ.png b/src/docs/images/help/legacy/OE8vOhb9gWGtCiB9bTvZ.png similarity index 100% rename from src/images/help/legacy/OE8vOhb9gWGtCiB9bTvZ.png rename to src/docs/images/help/legacy/OE8vOhb9gWGtCiB9bTvZ.png diff --git a/src/images/help/legacy/OqfSKI8BggVVCIHujPGi.png b/src/docs/images/help/legacy/OqfSKI8BggVVCIHujPGi.png similarity index 100% rename from src/images/help/legacy/OqfSKI8BggVVCIHujPGi.png rename to src/docs/images/help/legacy/OqfSKI8BggVVCIHujPGi.png diff --git a/src/images/help/legacy/OvDDVzccMGDwmYdeEbqy.png b/src/docs/images/help/legacy/OvDDVzccMGDwmYdeEbqy.png similarity index 100% rename from src/images/help/legacy/OvDDVzccMGDwmYdeEbqy.png rename to src/docs/images/help/legacy/OvDDVzccMGDwmYdeEbqy.png diff --git a/src/images/help/legacy/Q6P4SEp9xUI38Vntiem7.png b/src/docs/images/help/legacy/Q6P4SEp9xUI38Vntiem7.png similarity index 100% rename from src/images/help/legacy/Q6P4SEp9xUI38Vntiem7.png rename to src/docs/images/help/legacy/Q6P4SEp9xUI38Vntiem7.png diff --git a/src/images/help/legacy/Qn7SayvjG5PF6AC9uu8F.png b/src/docs/images/help/legacy/Qn7SayvjG5PF6AC9uu8F.png similarity index 100% rename from src/images/help/legacy/Qn7SayvjG5PF6AC9uu8F.png rename to src/docs/images/help/legacy/Qn7SayvjG5PF6AC9uu8F.png diff --git a/src/images/help/legacy/SbS7lxnvsMioTto4BXHX.png b/src/docs/images/help/legacy/SbS7lxnvsMioTto4BXHX.png similarity index 100% rename from src/images/help/legacy/SbS7lxnvsMioTto4BXHX.png rename to src/docs/images/help/legacy/SbS7lxnvsMioTto4BXHX.png diff --git a/src/images/help/legacy/Z0zOnHTa9cH58O0NThpu.png b/src/docs/images/help/legacy/Z0zOnHTa9cH58O0NThpu.png similarity index 100% rename from src/images/help/legacy/Z0zOnHTa9cH58O0NThpu.png rename to src/docs/images/help/legacy/Z0zOnHTa9cH58O0NThpu.png diff --git a/src/images/help/legacy/ZjZd5SBqAJPiQAcLNKIU.png b/src/docs/images/help/legacy/ZjZd5SBqAJPiQAcLNKIU.png similarity index 100% rename from src/images/help/legacy/ZjZd5SBqAJPiQAcLNKIU.png rename to src/docs/images/help/legacy/ZjZd5SBqAJPiQAcLNKIU.png diff --git a/src/images/help/legacy/bk2O9oSDJCk2ROLrAM9Y.png b/src/docs/images/help/legacy/bk2O9oSDJCk2ROLrAM9Y.png similarity index 100% rename from src/images/help/legacy/bk2O9oSDJCk2ROLrAM9Y.png rename to src/docs/images/help/legacy/bk2O9oSDJCk2ROLrAM9Y.png diff --git a/src/images/help/legacy/changelog.png b/src/docs/images/help/legacy/changelog.png similarity index 100% rename from src/images/help/legacy/changelog.png rename to src/docs/images/help/legacy/changelog.png diff --git a/src/images/help/legacy/fCOugR8mGz8QYSvqeDa7.png b/src/docs/images/help/legacy/fCOugR8mGz8QYSvqeDa7.png similarity index 100% rename from src/images/help/legacy/fCOugR8mGz8QYSvqeDa7.png rename to src/docs/images/help/legacy/fCOugR8mGz8QYSvqeDa7.png diff --git a/src/images/help/legacy/fRctbRpsuaPR02qmbEh2.png b/src/docs/images/help/legacy/fRctbRpsuaPR02qmbEh2.png similarity index 100% rename from src/images/help/legacy/fRctbRpsuaPR02qmbEh2.png rename to src/docs/images/help/legacy/fRctbRpsuaPR02qmbEh2.png diff --git a/src/images/help/legacy/hGiwuZH9WdjbnQSNUDJD.png b/src/docs/images/help/legacy/hGiwuZH9WdjbnQSNUDJD.png similarity index 100% rename from src/images/help/legacy/hGiwuZH9WdjbnQSNUDJD.png rename to src/docs/images/help/legacy/hGiwuZH9WdjbnQSNUDJD.png diff --git a/src/images/help/legacy/j8wQP0BToaefQRWQ0F3D.png b/src/docs/images/help/legacy/j8wQP0BToaefQRWQ0F3D.png similarity index 100% rename from src/images/help/legacy/j8wQP0BToaefQRWQ0F3D.png rename to src/docs/images/help/legacy/j8wQP0BToaefQRWQ0F3D.png diff --git a/src/images/help/legacy/jUWSAyUYg6xpjB35eg2T.png b/src/docs/images/help/legacy/jUWSAyUYg6xpjB35eg2T.png similarity index 100% rename from src/images/help/legacy/jUWSAyUYg6xpjB35eg2T.png rename to src/docs/images/help/legacy/jUWSAyUYg6xpjB35eg2T.png diff --git a/src/images/help/legacy/nfHVgK8B6cc78auq4zkF.png b/src/docs/images/help/legacy/nfHVgK8B6cc78auq4zkF.png similarity index 100% rename from src/images/help/legacy/nfHVgK8B6cc78auq4zkF.png rename to src/docs/images/help/legacy/nfHVgK8B6cc78auq4zkF.png diff --git a/src/images/help/legacy/paUrgRW3uopDhEe15xgB.png b/src/docs/images/help/legacy/paUrgRW3uopDhEe15xgB.png similarity index 100% rename from src/images/help/legacy/paUrgRW3uopDhEe15xgB.png rename to src/docs/images/help/legacy/paUrgRW3uopDhEe15xgB.png diff --git a/src/images/help/legacy/qxvxaTmpJmRAeVqEZKAN.png b/src/docs/images/help/legacy/qxvxaTmpJmRAeVqEZKAN.png similarity index 100% rename from src/images/help/legacy/qxvxaTmpJmRAeVqEZKAN.png rename to src/docs/images/help/legacy/qxvxaTmpJmRAeVqEZKAN.png diff --git a/src/images/help/legacy/rAR7R5ej1LaENjw2oW6W.jpeg b/src/docs/images/help/legacy/rAR7R5ej1LaENjw2oW6W.jpeg similarity index 100% rename from src/images/help/legacy/rAR7R5ej1LaENjw2oW6W.jpeg rename to src/docs/images/help/legacy/rAR7R5ej1LaENjw2oW6W.jpeg diff --git a/src/images/help/legacy/s7PxQPw06kyQLEwV29eL.png b/src/docs/images/help/legacy/s7PxQPw06kyQLEwV29eL.png similarity index 100% rename from src/images/help/legacy/s7PxQPw06kyQLEwV29eL.png rename to src/docs/images/help/legacy/s7PxQPw06kyQLEwV29eL.png diff --git a/src/images/help/legacy/sEUmhCd7TdN6geu02p5B.png b/src/docs/images/help/legacy/sEUmhCd7TdN6geu02p5B.png similarity index 100% rename from src/images/help/legacy/sEUmhCd7TdN6geu02p5B.png rename to src/docs/images/help/legacy/sEUmhCd7TdN6geu02p5B.png diff --git a/src/images/help/legacy/twaSpSvrbHghRTMKtqa2.png b/src/docs/images/help/legacy/twaSpSvrbHghRTMKtqa2.png similarity index 100% rename from src/images/help/legacy/twaSpSvrbHghRTMKtqa2.png rename to src/docs/images/help/legacy/twaSpSvrbHghRTMKtqa2.png diff --git a/src/images/help/legacy/vQ4f7KUbViMDhhrOgXra.png b/src/docs/images/help/legacy/vQ4f7KUbViMDhhrOgXra.png similarity index 100% rename from src/images/help/legacy/vQ4f7KUbViMDhhrOgXra.png rename to src/docs/images/help/legacy/vQ4f7KUbViMDhhrOgXra.png diff --git a/src/images/help/legacy/ysIMcTzOxd1AzimVLJ4p.svg b/src/docs/images/help/legacy/ysIMcTzOxd1AzimVLJ4p.svg similarity index 100% rename from src/images/help/legacy/ysIMcTzOxd1AzimVLJ4p.svg rename to src/docs/images/help/legacy/ysIMcTzOxd1AzimVLJ4p.svg diff --git a/src/images/help/legacy/zv44dbSnFqeaZqgfIvSD.png b/src/docs/images/help/legacy/zv44dbSnFqeaZqgfIvSD.png similarity index 100% rename from src/images/help/legacy/zv44dbSnFqeaZqgfIvSD.png rename to src/docs/images/help/legacy/zv44dbSnFqeaZqgfIvSD.png diff --git a/src/images/help/light-mode-settings.png b/src/docs/images/help/light-mode-settings.png similarity index 100% rename from src/images/help/light-mode-settings.png rename to src/docs/images/help/light-mode-settings.png diff --git a/src/images/help/logo-favicon.png b/src/docs/images/help/logo-favicon.png similarity index 100% rename from src/images/help/logo-favicon.png rename to src/docs/images/help/logo-favicon.png diff --git a/src/images/help/manage-branch.png b/src/docs/images/help/manage-branch.png similarity index 100% rename from src/images/help/manage-branch.png rename to src/docs/images/help/manage-branch.png diff --git a/src/images/help/manual-release-toggle.png b/src/docs/images/help/manual-release-toggle.png similarity index 100% rename from src/images/help/manual-release-toggle.png rename to src/docs/images/help/manual-release-toggle.png diff --git a/src/images/help/markdown-accordion.gif b/src/docs/images/help/markdown-accordion.gif similarity index 100% rename from src/images/help/markdown-accordion.gif rename to src/docs/images/help/markdown-accordion.gif diff --git a/src/images/help/mermaid-diagram.png b/src/docs/images/help/mermaid-diagram.png similarity index 100% rename from src/images/help/mermaid-diagram.png rename to src/docs/images/help/mermaid-diagram.png diff --git a/src/images/help/meta-image-2.png b/src/docs/images/help/meta-image-2.png similarity index 100% rename from src/images/help/meta-image-2.png rename to src/docs/images/help/meta-image-2.png diff --git a/src/images/help/meta-image-custom.gif b/src/docs/images/help/meta-image-custom.gif similarity index 100% rename from src/images/help/meta-image-custom.gif rename to src/docs/images/help/meta-image-custom.gif diff --git a/src/images/help/meta-image-example.png b/src/docs/images/help/meta-image-example.png similarity index 100% rename from src/images/help/meta-image-example.png rename to src/docs/images/help/meta-image-example.png diff --git a/src/images/help/meta-image.png b/src/docs/images/help/meta-image.png similarity index 100% rename from src/images/help/meta-image.png rename to src/docs/images/help/meta-image.png diff --git a/src/images/help/move-standalone-doc.png b/src/docs/images/help/move-standalone-doc.png similarity index 100% rename from src/images/help/move-standalone-doc.png rename to src/docs/images/help/move-standalone-doc.png diff --git a/src/images/help/multiple-servers--component.png b/src/docs/images/help/multiple-servers--component.png similarity index 100% rename from src/images/help/multiple-servers--component.png rename to src/docs/images/help/multiple-servers--component.png diff --git a/src/images/help/multiple-servers--setting.png b/src/docs/images/help/multiple-servers--setting.png similarity index 100% rename from src/images/help/multiple-servers--setting.png rename to src/docs/images/help/multiple-servers--setting.png diff --git a/src/images/help/navigation.png b/src/docs/images/help/navigation.png similarity index 100% rename from src/images/help/navigation.png rename to src/docs/images/help/navigation.png diff --git a/src/images/help/new-doc.png b/src/docs/images/help/new-doc.png similarity index 100% rename from src/images/help/new-doc.png rename to src/docs/images/help/new-doc.png diff --git a/src/images/help/new-hub.png b/src/docs/images/help/new-hub.png similarity index 100% rename from src/images/help/new-hub.png rename to src/docs/images/help/new-hub.png diff --git a/src/images/help/openapi-webhooks-dark.png b/src/docs/images/help/openapi-webhooks-dark.png similarity index 100% rename from src/images/help/openapi-webhooks-dark.png rename to src/docs/images/help/openapi-webhooks-dark.png diff --git a/src/images/help/operations.png b/src/docs/images/help/operations.png similarity index 100% rename from src/images/help/operations.png rename to src/docs/images/help/operations.png diff --git a/src/images/help/org-add-member.png b/src/docs/images/help/org-add-member.png similarity index 100% rename from src/images/help/org-add-member.png rename to src/docs/images/help/org-add-member.png diff --git a/src/images/help/org-creation.png b/src/docs/images/help/org-creation.png similarity index 100% rename from src/images/help/org-creation.png rename to src/docs/images/help/org-creation.png diff --git a/src/images/help/org-danger-zone.png b/src/docs/images/help/org-danger-zone.png similarity index 100% rename from src/images/help/org-danger-zone.png rename to src/docs/images/help/org-danger-zone.png diff --git a/src/images/help/org-dropdown.png b/src/docs/images/help/org-dropdown.png similarity index 100% rename from src/images/help/org-dropdown.png rename to src/docs/images/help/org-dropdown.png diff --git a/src/images/help/org-members.png b/src/docs/images/help/org-members.png similarity index 100% rename from src/images/help/org-members.png rename to src/docs/images/help/org-members.png diff --git a/src/images/help/organization-access.png b/src/docs/images/help/organization-access.png similarity index 100% rename from src/images/help/organization-access.png rename to src/docs/images/help/organization-access.png diff --git a/src/images/help/organization-create.png b/src/docs/images/help/organization-create.png similarity index 100% rename from src/images/help/organization-create.png rename to src/docs/images/help/organization-create.png diff --git a/src/images/help/organization-creation.png b/src/docs/images/help/organization-creation.png similarity index 100% rename from src/images/help/organization-creation.png rename to src/docs/images/help/organization-creation.png diff --git a/src/images/help/organization-member.png b/src/docs/images/help/organization-member.png similarity index 100% rename from src/images/help/organization-member.png rename to src/docs/images/help/organization-member.png diff --git a/src/images/help/organization-settings.png b/src/docs/images/help/organization-settings.png similarity index 100% rename from src/images/help/organization-settings.png rename to src/docs/images/help/organization-settings.png diff --git a/src/images/help/organization-view.png b/src/docs/images/help/organization-view.png similarity index 100% rename from src/images/help/organization-view.png rename to src/docs/images/help/organization-view.png diff --git a/src/images/help/pattern.png b/src/docs/images/help/pattern.png similarity index 100% rename from src/images/help/pattern.png rename to src/docs/images/help/pattern.png diff --git a/src/images/help/personal-account.png b/src/docs/images/help/personal-account.png similarity index 100% rename from src/images/help/personal-account.png rename to src/docs/images/help/personal-account.png diff --git a/src/images/help/share-access-button.png b/src/docs/images/help/share-access-button.png similarity index 100% rename from src/images/help/share-access-button.png rename to src/docs/images/help/share-access-button.png diff --git a/src/images/help/share-access.png b/src/docs/images/help/share-access.png similarity index 100% rename from src/images/help/share-access.png rename to src/docs/images/help/share-access.png diff --git a/src/images/help/signup.png b/src/docs/images/help/signup.png similarity index 100% rename from src/images/help/signup.png rename to src/docs/images/help/signup.png diff --git a/src/images/help/slack-integration.png b/src/docs/images/help/slack-integration.png similarity index 100% rename from src/images/help/slack-integration.png rename to src/docs/images/help/slack-integration.png diff --git a/src/images/help/slug-hub.png b/src/docs/images/help/slug-hub.png similarity index 100% rename from src/images/help/slug-hub.png rename to src/docs/images/help/slug-hub.png diff --git a/src/images/help/specsupport-socialmedia.png b/src/docs/images/help/specsupport-socialmedia.png similarity index 100% rename from src/images/help/specsupport-socialmedia.png rename to src/docs/images/help/specsupport-socialmedia.png diff --git a/src/images/help/sso-setup.png b/src/docs/images/help/sso-setup.png similarity index 100% rename from src/images/help/sso-setup.png rename to src/docs/images/help/sso-setup.png diff --git a/src/images/help/unrelease-button.png b/src/docs/images/help/unrelease-button.png similarity index 100% rename from src/images/help/unrelease-button.png rename to src/docs/images/help/unrelease-button.png diff --git a/src/images/help/upload-branch.png b/src/docs/images/help/upload-branch.png similarity index 100% rename from src/images/help/upload-branch.png rename to src/docs/images/help/upload-branch.png diff --git a/src/images/help/upload-document-quick.png b/src/docs/images/help/upload-document-quick.png similarity index 100% rename from src/images/help/upload-document-quick.png rename to src/docs/images/help/upload-document-quick.png diff --git a/src/images/help/upload-document.png b/src/docs/images/help/upload-document.png similarity index 100% rename from src/images/help/upload-document.png rename to src/docs/images/help/upload-document.png diff --git a/src/images/help/upload-spec-file.png b/src/docs/images/help/upload-spec-file.png similarity index 100% rename from src/images/help/upload-spec-file.png rename to src/docs/images/help/upload-spec-file.png diff --git a/src/images/help/user-account-settings.png b/src/docs/images/help/user-account-settings.png similarity index 100% rename from src/images/help/user-account-settings.png rename to src/docs/images/help/user-account-settings.png diff --git a/src/images/help/version-selector.png b/src/docs/images/help/version-selector.png similarity index 100% rename from src/images/help/version-selector.png rename to src/docs/images/help/version-selector.png diff --git a/src/images/help/webhook-add-2.png b/src/docs/images/help/webhook-add-2.png similarity index 100% rename from src/images/help/webhook-add-2.png rename to src/docs/images/help/webhook-add-2.png diff --git a/src/images/help/webhook-add.png b/src/docs/images/help/webhook-add.png similarity index 100% rename from src/images/help/webhook-add.png rename to src/docs/images/help/webhook-add.png diff --git a/src/images/help/webhook-danger.png b/src/docs/images/help/webhook-danger.png similarity index 100% rename from src/images/help/webhook-danger.png rename to src/docs/images/help/webhook-danger.png diff --git a/src/images/help/webhook-secret-token.png b/src/docs/images/help/webhook-secret-token.png similarity index 100% rename from src/images/help/webhook-secret-token.png rename to src/docs/images/help/webhook-secret-token.png diff --git a/src/images/help/webhook-token.png b/src/docs/images/help/webhook-token.png similarity index 100% rename from src/images/help/webhook-token.png rename to src/docs/images/help/webhook-token.png diff --git a/src/images/help/x-codesamples.gif b/src/docs/images/help/x-codesamples.gif similarity index 100% rename from src/images/help/x-codesamples.gif rename to src/docs/images/help/x-codesamples.gif diff --git a/src/images/help/x-displayName.png b/src/docs/images/help/x-displayName.png similarity index 100% rename from src/images/help/x-displayName.png rename to src/docs/images/help/x-displayName.png diff --git a/src/images/help/x-externalLinks.png b/src/docs/images/help/x-externalLinks.png similarity index 100% rename from src/images/help/x-externalLinks.png rename to src/docs/images/help/x-externalLinks.png diff --git a/src/images/icons/api-reference.svg b/src/docs/images/icons/api-reference.svg similarity index 100% rename from src/images/icons/api-reference.svg rename to src/docs/images/icons/api-reference.svg diff --git a/src/images/icons/arrow-right-circle.svg b/src/docs/images/icons/arrow-right-circle.svg similarity index 100% rename from src/images/icons/arrow-right-circle.svg rename to src/docs/images/icons/arrow-right-circle.svg diff --git a/src/images/icons/arrow-right.svg b/src/docs/images/icons/arrow-right.svg similarity index 100% rename from src/images/icons/arrow-right.svg rename to src/docs/images/icons/arrow-right.svg diff --git a/src/images/icons/bell-dot.svg b/src/docs/images/icons/bell-dot.svg similarity index 100% rename from src/images/icons/bell-dot.svg rename to src/docs/images/icons/bell-dot.svg diff --git a/src/images/icons/book-open-check.svg b/src/docs/images/icons/book-open-check.svg similarity index 100% rename from src/images/icons/book-open-check.svg rename to src/docs/images/icons/book-open-check.svg diff --git a/src/images/icons/branch.svg b/src/docs/images/icons/branch.svg similarity index 100% rename from src/images/icons/branch.svg rename to src/docs/images/icons/branch.svg diff --git a/src/images/icons/caret-right.svg b/src/docs/images/icons/caret-right.svg similarity index 100% rename from src/images/icons/caret-right.svg rename to src/docs/images/icons/caret-right.svg diff --git a/src/images/icons/checkmark.svg b/src/docs/images/icons/checkmark.svg similarity index 100% rename from src/images/icons/checkmark.svg rename to src/docs/images/icons/checkmark.svg diff --git a/src/images/icons/code-file.svg b/src/docs/images/icons/code-file.svg similarity index 100% rename from src/images/icons/code-file.svg rename to src/docs/images/icons/code-file.svg diff --git a/src/images/icons/documentation.svg b/src/docs/images/icons/documentation.svg similarity index 100% rename from src/images/icons/documentation.svg rename to src/docs/images/icons/documentation.svg diff --git a/src/images/icons/error.svg b/src/docs/images/icons/error.svg similarity index 100% rename from src/images/icons/error.svg rename to src/docs/images/icons/error.svg diff --git a/src/images/icons/flag.svg b/src/docs/images/icons/flag.svg similarity index 100% rename from src/images/icons/flag.svg rename to src/docs/images/icons/flag.svg diff --git a/src/images/icons/github.svg b/src/docs/images/icons/github.svg similarity index 100% rename from src/images/icons/github.svg rename to src/docs/images/icons/github.svg diff --git a/src/images/icons/guides.svg b/src/docs/images/icons/guides.svg similarity index 100% rename from src/images/icons/guides.svg rename to src/docs/images/icons/guides.svg diff --git a/src/images/icons/heart-plus.svg b/src/docs/images/icons/heart-plus.svg similarity index 100% rename from src/images/icons/heart-plus.svg rename to src/docs/images/icons/heart-plus.svg diff --git a/src/images/icons/help-center.svg b/src/docs/images/icons/help-center.svg similarity index 100% rename from src/images/icons/help-center.svg rename to src/docs/images/icons/help-center.svg diff --git a/src/images/icons/help-circle.svg b/src/docs/images/icons/help-circle.svg similarity index 100% rename from src/images/icons/help-circle.svg rename to src/docs/images/icons/help-circle.svg diff --git a/src/images/icons/home.svg b/src/docs/images/icons/home.svg similarity index 100% rename from src/images/icons/home.svg rename to src/docs/images/icons/home.svg diff --git a/src/images/icons/hub.svg b/src/docs/images/icons/hub.svg similarity index 100% rename from src/images/icons/hub.svg rename to src/docs/images/icons/hub.svg diff --git a/src/images/icons/image.svg b/src/docs/images/icons/image.svg similarity index 100% rename from src/images/icons/image.svg rename to src/docs/images/icons/image.svg diff --git a/src/images/icons/info.svg b/src/docs/images/icons/info.svg similarity index 100% rename from src/images/icons/info.svg rename to src/docs/images/icons/info.svg diff --git a/src/images/icons/iteration.svg b/src/docs/images/icons/iteration.svg similarity index 100% rename from src/images/icons/iteration.svg rename to src/docs/images/icons/iteration.svg diff --git a/src/images/icons/key.svg b/src/docs/images/icons/key.svg similarity index 100% rename from src/images/icons/key.svg rename to src/docs/images/icons/key.svg diff --git a/src/images/icons/linkedin.svg b/src/docs/images/icons/linkedin.svg similarity index 100% rename from src/images/icons/linkedin.svg rename to src/docs/images/icons/linkedin.svg diff --git a/src/images/icons/mail.svg b/src/docs/images/icons/mail.svg similarity index 100% rename from src/images/icons/mail.svg rename to src/docs/images/icons/mail.svg diff --git a/src/images/icons/mastodon.svg b/src/docs/images/icons/mastodon.svg similarity index 100% rename from src/images/icons/mastodon.svg rename to src/docs/images/icons/mastodon.svg diff --git a/src/images/icons/org.svg b/src/docs/images/icons/org.svg similarity index 100% rename from src/images/icons/org.svg rename to src/docs/images/icons/org.svg diff --git a/src/images/icons/pencil-line.svg b/src/docs/images/icons/pencil-line.svg similarity index 100% rename from src/images/icons/pencil-line.svg rename to src/docs/images/icons/pencil-line.svg diff --git a/src/images/icons/pencil.svg b/src/docs/images/icons/pencil.svg similarity index 100% rename from src/images/icons/pencil.svg rename to src/docs/images/icons/pencil.svg diff --git a/src/images/icons/product-updates.svg b/src/docs/images/icons/product-updates.svg similarity index 100% rename from src/images/icons/product-updates.svg rename to src/docs/images/icons/product-updates.svg diff --git a/src/images/icons/search.svg b/src/docs/images/icons/search.svg similarity index 100% rename from src/images/icons/search.svg rename to src/docs/images/icons/search.svg diff --git a/src/images/icons/send.svg b/src/docs/images/icons/send.svg similarity index 100% rename from src/images/icons/send.svg rename to src/docs/images/icons/send.svg diff --git a/src/images/icons/sparkles.svg b/src/docs/images/icons/sparkles.svg similarity index 100% rename from src/images/icons/sparkles.svg rename to src/docs/images/icons/sparkles.svg diff --git a/src/images/icons/success.svg b/src/docs/images/icons/success.svg similarity index 100% rename from src/images/icons/success.svg rename to src/docs/images/icons/success.svg diff --git a/src/images/icons/terminal.svg b/src/docs/images/icons/terminal.svg similarity index 100% rename from src/images/icons/terminal.svg rename to src/docs/images/icons/terminal.svg diff --git a/src/images/icons/twitter.svg b/src/docs/images/icons/twitter.svg similarity index 100% rename from src/images/icons/twitter.svg rename to src/docs/images/icons/twitter.svg diff --git a/src/images/icons/user.svg b/src/docs/images/icons/user.svg similarity index 100% rename from src/images/icons/user.svg rename to src/docs/images/icons/user.svg diff --git a/src/images/icons/warning.svg b/src/docs/images/icons/warning.svg similarity index 100% rename from src/images/icons/warning.svg rename to src/docs/images/icons/warning.svg diff --git a/src/images/icons/zap.svg b/src/docs/images/icons/zap.svg similarity index 100% rename from src/images/icons/zap.svg rename to src/docs/images/icons/zap.svg diff --git a/src/images/logos/openapi.svg b/src/docs/images/logos/openapi.svg similarity index 100% rename from src/images/logos/openapi.svg rename to src/docs/images/logos/openapi.svg From 303f2eb726f338a4076268d4095b65402933295f Mon Sep 17 00:00:00 2001 From: "Paul B." Date: Wed, 28 Jan 2026 15:40:50 +0100 Subject: [PATCH 3/3] Read images files from `/docs/images` (instead of `/images` or `images/`) --- README.md | 2 +- bridgetown.config.yml | 4 +-- frontend/styles/atoms/blockquote.css | 12 +++---- frontend/styles/components/search.css | 2 +- src/_components/guides/authors/card.erb | 4 +-- src/_components/guides/in_depth/post_info.erb | 2 +- src/_components/guides/list.erb | 2 +- src/_components/guides/version_selector.erb | 4 +-- src/_components/shared/bump_cta.erb | 2 +- src/_components/shared/edit_on_github.erb | 2 +- src/_components/shared/footer.erb | 2 +- src/_components/shared/navbar.erb | 2 +- src/_components/shared/page_navigation.erb | 4 +-- src/_components/shared/sidebar/item.erb | 4 +-- .../api-basics/api-architecture-diagrams.md | 10 +++--- .../api-contracts-extended-introduction.md | 2 +- src/_guides/api-basics/asyncapi-vs-openapi.md | 2 +- src/_guides/api-basics/design-reviews.md | 8 ++--- .../api-basics/dev-guide-api-design-first.md | 4 +-- .../how-to-use-document-polymorphism-API.md | 6 ++-- .../what-are-the-different-api-types.md | 2 +- .../asyncapi-first-event-driven-api.md | 6 ++-- src/_guides/asyncapi/what-is-asyncapi.md | 2 +- .../api-linting-with-vacuum.md | 10 +++--- .../documenting-multiple-api-versions.md | 2 +- src/_guides/bump-sh-tutorials/feedback.md | 8 ++--- .../generate-sdks-with-speakeasy.md | 14 ++++---- ...ke-your-apis-discoverable-with-apisjson.md | 8 ++--- .../bump-sh-tutorials/migrate-from-redocly.md | 10 +++--- .../migrate-from-swaggerhub.md | 8 ++--- .../mock-server-with-beeceptor.md | 6 ++-- .../mocking-with-microcks.md | 16 +++++----- .../stainless-integration.md | 6 ++-- .../testing-with-microcks.md | 12 +++---- .../try-requests-in-insomnia.md | 32 +++++++++---------- .../try-requests-in-postman.md | 20 ++++++------ .../openapi/building-your-api-design-mode.md | 16 +++++----- src/_guides/openapi/code-first-laravel.md | 2 +- src/_guides/openapi/code-first-rails.md | 2 +- src/_guides/openapi/code-first-spring.md | 6 ++-- src/_guides/openapi/code-first.md | 2 +- src/_guides/openapi/express-api-openapi.md | 16 +++++----- .../openapi/openapi-format-overlays.md | 18 +++++------ src/_guides/openapi/openapi-moonwalk.md | 2 +- .../advanced/splitting-documents-with-ref.md | 2 +- .../v3.1/data-models/examples.md | 2 +- .../documentation/external-documentation.md | 2 +- .../grouping-operations-with-tags.md | 14 ++++---- .../specification/v3.1/extending/overlays.md | 4 +-- .../v3.1/introduction/what-is-openapi.md | 4 +-- .../the-perfect-modern-openapi-workflow.md | 10 +++--- .../v3.2/advanced/json-streaming.md | 2 +- .../advanced/splitting-documents-with-ref.md | 2 +- .../v3.2/data-models/examples.md | 2 +- .../documentation/external-documentation.md | 2 +- .../grouping-operations-with-tags.md | 12 +++---- .../specification/v3.2/extending/overlays.md | 4 +-- .../v3.2/introduction/what-is-openapi.md | 2 +- .../the-perfect-modern-openapi-workflow.md | 10 +++--- .../efficient-tech-writing-process.md | 4 +-- .../primitive-concepts-git.md | 18 +++++------ src/_help/api-change-management/index.md | 10 +++--- src/_help/api-change-management/webhooks.md | 8 ++--- src/_help/changes-management/changelog.md | 10 +++--- src/_help/changes-management/integrations.md | 8 ++--- .../continuous-integration/azure-devops.md | 18 +++++------ .../color-logo-meta-images.md | 12 +++---- .../customization-options/custom-domains.md | 2 +- src/_help/customization-options/embed-mode.md | 2 +- .../operations-navigation.md | 6 ++-- .../documentation-experience/api-explorer.md | 18 +++++------ .../ask-ai-markdown-rendering.md | 4 +-- .../markdown-support.md | 6 ++-- src/_help/getting-started/concepts.md | 2 +- .../upload-your-first-definition.md | 10 +++--- src/_help/hubs/create-and-manage-hubs.md | 8 ++--- src/_help/hubs/customize-ui.md | 12 +++---- src/_help/hubs/hub-settings.md | 4 +-- .../create-and-manage-organizations.md | 12 +++---- src/_help/organizations/index.md | 4 +-- .../organization-access-management.md | 4 +-- src/_help/publish-documentation/branching.md | 10 +++--- .../create-and-manage-documentation.md | 10 +++--- .../deploy-and-release-management.md | 14 ++++---- .../documentation-access-management.md | 10 +++--- .../publish-documentation/external-links.md | 2 +- src/_help/publish-documentation/feedback.md | 2 +- src/_help/specification-support/doc-badges.md | 6 ++-- .../specification-support/doc-code-samples.md | 2 +- .../specification-support/multiple-servers.md | 4 +-- .../openapi-support/webhooks.md | 2 +- .../openapi-support/x-display-name.md | 2 +- .../specification-support/polymorphism.md | 2 +- src/_pages/404.erb | 2 +- src/_pages/guides.md | 4 +-- .../2020-04-24-introducing-hubs.md | 2 +- .../2020-06-12-enhanced-examples.md | 4 +-- ...-12-add-a-favicon-to-your-documentation.md | 2 +- .../2020-11-18-show-verbs-in-navigation.md | 2 +- .../2020-11-22-depreciation-support.md | 2 +- .../2020-12-01-custom-domain-for-everyone.md | 2 +- .../2021-02-04-hello-openapi-webhooks.md | 2 +- ...2021-05-20-documentation-in-your-pocket.md | 2 +- ...21-05-23-ease-your-sight-with-dark-mode.md | 2 +- ...21-05-29-new-command-line-interface-era.md | 2 +- ...1-06-09-nested-properties-get-a-make-up.md | 2 +- ...download-source-from-your-documentation.md | 2 +- ...8-receive-api-changelog-in-your-mailbox.md | 2 +- .../2021-09-07-markdown-support.md | 2 +- ...-anything-inside-your-api-documentation.md | 2 +- ...021-09-16-bindings-support-for-asyncapi.md | 2 +- .../2021-09-20-rss-feed-for-your-changelog.md | 2 +- .../2021-09-21-changelog-makeover.md | 2 +- ...-03-automatic-breaking-change-detection.md | 2 +- .../2021-10-12-bump-live-preview.md | 2 +- .../2021-11-08-multiple-examples-support.md | 2 +- .../2021-11-14-bump-diff-navigation.md | 2 +- .../2022-01-15-changelog-update.md | 2 +- .../2022-03-10-organization-support.md | 2 +- .../2022-03-20-documentation-access.md | 2 +- src/_product-updates/2022-04-02-webhooks.md | 2 +- src/_product-updates/2022-05-07-colors.md | 2 +- ...-04-multiple-types-for-properties copie.md | 2 +- src/_product-updates/2022-06-13-search.md | 2 +- src/_product-updates/2022-07-08-branching.md | 2 +- .../2022-09-05-automated-image-generation.md | 2 +- .../2022-11-14-polymorphism.md | 2 +- .../2022-12-07-improved-access-management.md | 2 +- ...3-01-27-enhanced-specifications-support.md | 2 +- ...htning-fast-api-documentation-rendering.md | 4 +-- .../2023-06-14-bump-cli-2-7-0.md | 4 +-- .../2023-06-16-api-branch-management.md | 4 +-- .../2023-08-01-custom-code-samples.md | 4 +-- .../2023-08-09-changelog-layout.md | 4 +-- .../2023-08-30-change-comparison.md | 4 +-- .../2023-09-28-manual-release.md | 4 +-- .../2023-10-05-editable-release.md | 4 +-- .../2023-11-02-changelog-diff.md | 4 +-- ...5-seach-engine-performances-enhancement.md | 6 ++-- src/_product-updates/2023-11-25-x-beta.md | 6 ++-- .../2023-12-15-help-center-remastered.md | 6 ++-- src/_product-updates/2024-01-06-api-keys.md | 6 ++-- .../2024-02-19-new-dashboard-experience.md | 6 ++-- src/_product-updates/2024-04-05-love-cycle.md | 8 ++--- src/_product-updates/2024-06-03-apis-json.md | 4 +-- .../2024-06-10-changelog-entry-page.md | 6 ++-- src/_product-updates/2024-07-10-love-cycle.md | 4 +-- .../2024-07-25-access-management.md | 6 ++-- .../2024-08-10-feedbacks-gathering.md | 6 ++-- .../2025-01-09-api-explorer.md | 10 +++--- .../2025-01-29-mermaid-support.md | 6 ++-- .../2025-02-13-api-explorer-auth.md | 6 ++-- src/_product-updates/2025-03-07-badges.md | 8 ++--- ...api-explorer-better-response-experience.md | 6 ++-- src/_product-updates/2025-07-25-embed-mode.md | 8 ++--- ...025-08-14-api-explorer-server-variables.md | 8 ++--- ...09-08-api-explorer-oauth2-implicit-flow.md | 4 +-- .../2025-10-16-dark-mode-customization.md | 6 ++-- ...9-new-search-experience-10-times-faster.md | 10 +++--- .../2025-12-22-openapi-3-2-partial-support.md | 6 ++-- .../2025-12-8-ask-ai-markdown-rendering.md | 8 ++--- 161 files changed, 445 insertions(+), 445 deletions(-) diff --git a/README.md b/README.md index 30cd00ee..e9fc3116 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ If this is a one-time submission and you don't want to bother, you can just add The excerpt is a small description of the guide content that will show on the guide list so users can have a glimpse of what the guide is about. Be clear and concise! -Images go under [`src/images`](https://github.com/bump-sh/docs/tree/main/src/images) and can be called with `![](/images/guides/)`. +Images go under [`src/docs/images`](https://github.com/bump-sh/docs/tree/main/src/docs/images) and can be called with `![](/docs/images/guides/)`. ##### Gotchas * Ordered lists: if you need to any kind of blocks in your ordered list item, make sure it immediately follows the numbered paragraph line (no empty line in between). You might also want to [indent your block to line up with the first non-space character after the list item marker](https://stackoverflow.com/questions/34987908/embed-a-code-block-in-a-list-item-with-proper-indentation-in-kramdown). Just do both for safety! diff --git a/bridgetown.config.yml b/bridgetown.config.yml index 3cba9f3d..b53528c8 100644 --- a/bridgetown.config.yml +++ b/bridgetown.config.yml @@ -25,8 +25,8 @@ template_engine: erb include: ["_redirects"] metadata: - favicon_light: "/images/favicon.svg" - favicon_dark: "/images/favicon-dark.svg" + favicon_light: "/docs/images/favicon.svg" + favicon_dark: "/docs/images/favicon-dark.svg" keep_files: ["docs"] # Other options you might want to investigate: diff --git a/frontend/styles/atoms/blockquote.css b/frontend/styles/atoms/blockquote.css index 5f8f37d6..91bd2393 100644 --- a/frontend/styles/atoms/blockquote.css +++ b/frontend/styles/atoms/blockquote.css @@ -1,7 +1,7 @@ :where(blockquote) { --callout-bg-color: var(--bg-color-secondary); --callout-border-color: var(--border-color-default); - --callout-icon-path: url(/images/icons/info.svg); + --callout-icon-path: url(/docs/images/icons/info.svg); border-left: 3px solid var(--border-color-default); margin-inline: 0; padding: var(--spacing-1) var(--spacing-3); @@ -19,7 +19,7 @@ &:where(.info, .success, .warning, .error) { --callout-bg-color: var(--bg-color-secondary); --callout-border-color: var(--border-color-default); - --callout-icon-path: url(/images/icons/info.svg); + --callout-icon-path: url(/docs/images/icons/info.svg); background-color: var(--callout-bg-color); border-left: 4px solid var(--callout-border-color); @@ -45,25 +45,25 @@ &.info { --callout-bg-color: var(--bg-color-info); --callout-border-color: var(--text-color-info); - --callout-icon-path: url(/images/icons/info.svg); + --callout-icon-path: url(/docs/images/icons/info.svg); } &.success { --callout-bg-color: var(--bg-color-success); --callout-border-color: var(--text-color-success); - --callout-icon-path: url(/images/icons/success.svg); + --callout-icon-path: url(/docs/images/icons/success.svg); } &.warning { --callout-bg-color: var(--bg-color-warning); --callout-border-color: var(--text-color-warning); - --callout-icon-path: url(/images/icons/warning.svg); + --callout-icon-path: url(/docs/images/icons/warning.svg); } &.error { --callout-bg-color: var(--bg-color-error); --callout-border-color: var(--text-color-error); - --callout-icon-path: url(/images/icons/error.svg); + --callout-icon-path: url(/docs/images/icons/error.svg); } } } diff --git a/frontend/styles/components/search.css b/frontend/styles/components/search.css index df22be4a..7d45bd7d 100644 --- a/frontend/styles/components/search.css +++ b/frontend/styles/components/search.css @@ -1,6 +1,6 @@ bridgetown-search-form { input[type="search"] { - background: var(--bg-color) url(/images/icons/search.svg) left var(--spacing-3) center no-repeat; + background: var(--bg-color) url(/docs/images/icons/search.svg) left var(--spacing-3) center no-repeat; width: 100%; padding-left: var(--spacing-9); } diff --git a/src/_components/guides/authors/card.erb b/src/_components/guides/authors/card.erb index e64515d4..50f9bd21 100644 --- a/src/_components/guides/authors/card.erb +++ b/src/_components/guides/authors/card.erb @@ -13,12 +13,12 @@ diff --git a/src/_components/guides/in_depth/post_info.erb b/src/_components/guides/in_depth/post_info.erb index a2f7a3ea..a817a010 100644 --- a/src/_components/guides/in_depth/post_info.erb +++ b/src/_components/guides/in_depth/post_info.erb @@ -5,7 +5,7 @@ <%= author_name(author) %> <% if !is_guest?(author) && github_link(author).present? %> <%= link_to github_link(author), "aria-label": "Go to GitHub" do %> - <%= svg "images/icons/github.svg" %> + <%= svg "/docs/images/icons/github.svg" %> <% end %> <% end %> <% end %> diff --git a/src/_components/guides/list.erb b/src/_components/guides/list.erb index 9b52f079..661a277a 100644 --- a/src/_components/guides/list.erb +++ b/src/_components/guides/list.erb @@ -12,7 +12,7 @@ <% if @remaining_count > 0 %> " class="card browse-all"> Browse <%= @remaining_count %> more guides - <%= svg "images/icons/arrow-right-circle.svg" %> + <%= svg "/docs/images/icons/arrow-right-circle.svg" %> <% end %> diff --git a/src/_components/guides/version_selector.erb b/src/_components/guides/version_selector.erb index da2bde8d..d4a3663c 100644 --- a/src/_components/guides/version_selector.erb +++ b/src/_components/guides/version_selector.erb @@ -2,7 +2,7 @@
<% @site.data.footer.social.each do |entry| %> - " alt="<%= entry.label %>" /> + " alt="<%= entry.label %>" /> <% end %>
diff --git a/src/_components/shared/navbar.erb b/src/_components/shared/navbar.erb index 5fed3bcb..0f10a75d 100644 --- a/src/_components/shared/navbar.erb +++ b/src/_components/shared/navbar.erb @@ -1,6 +1,6 @@
- Bump.sh + Bump.sh