You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
| output | Path to the directory that the OpenAPI content pages should be built to. Typically, this would be the same output `public/` directory of a Snooty frontend build. |
61
61
| redoc | Path to the local installation of Redoc CLI to use. This should point to the team's [fork of Redoc](https://github.com/mongodb-forks/redoc), with the target being a compiled JS file. |
62
62
| repo | Path to the parsed docs repo's directory. This is to ensure that OpenAPI content pages using local OAS files can be properly sourced and passed down as an argument to Redoc CLI. |
63
+
64
+
## Usage in Production
65
+
66
+
In production, this module is installed as part of the [Docker](https://github.com/mongodb/docs-worker-pool/blob/master/Dockerfile) image build and is called as part of a target in [shared.mk](https://github.com/mongodb/docs-worker-pool/blob/meta/makefiles/shared.mk) by the autobuilder. The module is intended to be used after the frontend has completed building pages, but before `mut` uploads them.
0 commit comments