Skip to content

Commit

Permalink
docs: regen with fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Jan 27, 2025
1 parent 7230f90 commit d810457
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Available lifecycles
| [build][1] | Gasket build lifecycle |
| [commands] | Add custom commands to the CLI |
| [composeServiceWorker] | Update the service worker script |
| [configure] | Do configure things |
| [createLogger] | Custom logger creation |
| [createServers] | Setup the `create-servers` options |
| [devProxy] | Setup the devProxy options |
Expand All @@ -109,6 +110,7 @@ Available lifecycles
| [fastify] | Modify the Fastify instance to for adding endpoints |
| [gasketData] | Adjust app level data after merged for the env |
| [httpsProxy] | Setup the httpsProxy options |
| [init] | Do init things |
| [initReduxState] | Initializes state of the Redux store |
| [initReduxStore] | Plugin access to Redux store instance |
| [initWebpack] | Create a webpack config |
Expand All @@ -123,7 +125,9 @@ Available lifecycles
| [nextExpress] | Access the prepared Next.js app and Express instance |
| [nextFastify] | Access the prepared Next.js app and Fastify instance |
| [nextPreHandling] | Perform tasks just before Next.js request handling |
| [prepare] | Do prepare things |
| [publicGasketData] | Adjust response level data for each request |
| [ready] | Do ready things |
| [serverConfig] | Setup the server configuration |
| [servers] | Access to the server instances |
| [serviceWorkerCacheKey] | Get cache keys for request based service workers |
Expand Down Expand Up @@ -314,6 +318,7 @@ Available configuration options in the `gasket.js`
[1]:/packages/gasket-plugin-command/README.md#build
[commands]:/packages/gasket-plugin-command/README.md#commands
[composeServiceWorker]:/packages/gasket-plugin-service-worker/README.md#composeServiceWorker
[configure]:/packages/gasket-core/README.md#configure
[createLogger]:/packages/gasket-plugin-logger/README.md#createLogger
[createServers]:/packages/gasket-plugin-https/README.md#createServers
[devProxy]:/packages/gasket-plugin-https/README.md#devProxy
Expand All @@ -326,6 +331,7 @@ Available configuration options in the `gasket.js`
[fastify]:/packages/gasket-plugin-fastify/README.md#express
[gasketData]:/packages/gasket-plugin-data/README.md#gasketData
[httpsProxy]:/packages/gasket-plugin-https-proxy/README.md#httpsProxy
[init]:/packages/gasket-core/README.md#init
[initReduxState]:/packages/gasket-plugin-redux/README.md#initReduxState
[initReduxStore]:/packages/gasket-plugin-redux/README.md#initReduxStore
[initWebpack]:/packages/gasket-plugin-webpack/README.md#initwebpack
Expand All @@ -340,7 +346,9 @@ Available configuration options in the `gasket.js`
[nextExpress]:/packages/gasket-plugin-nextjs/README.md#nextExpress
[nextFastify]:/packages/gasket-plugin-nextjs/README.md#nextFastify
[nextPreHandling]:/packages/gasket-plugin-nextjs/README.md#nextPreHandling
[prepare]:/packages/gasket-core/README.md#prepare
[publicGasketData]:/packages/gasket-plugin-data/README.md#publicGasketData
[ready]:/packages/gasket-core/README.md#ready
[serverConfig]:/packages/gasket-plugin-https/README.md#serverConfig
[servers]:/packages/gasket-plugin-https/README.md#servers
[serviceWorkerCacheKey]:/packages/gasket-plugin-service-worker/README.md#serviceWorkerCacheKey
Expand Down
4 changes: 4 additions & 0 deletions docs/generated-docs/lifecycle-graphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ middleware -- exec --> apmTransaction;
commands -- exec --> build;
prepare -- exec --> commands;
express -- execWaterfall --> composeServiceWorker;
gasket/core -- execWaterfallSync --> configure;
init -- execSync --> createLogger;
start -- execWaterfall --> createServers;
start -- execWaterfall --> devProxy;
Expand All @@ -16,6 +17,7 @@ createServers -- exec --> express;
createServers -- exec --> fastify;
gasket/plugin-data -- execWaterfall --> gasketData;
gasket/plugin-https-proxy -- execWaterfall --> httpsProxy;
gasket/core -- execSync --> init;
middleware -- execWaterfall --> initReduxState;
middleware -- exec --> initReduxStore;
build-cmd(build) --> initWebpack;
Expand All @@ -30,7 +32,9 @@ express -- execWaterfall --> nextConfig;
express -- exec --> nextExpress;
fastify -- exec --> nextFastify;
express -- exec --> nextPreHandling;
gasket/core -- execWaterfall --> prepare;
gasket/plugin-data -- execWaterfall --> publicGasketData;
gasket/core -- exec --> ready;
start -- execWaterfall --> serverConfig;
start -- exec --> servers;
express -- exec --> serviceWorkerCacheKey;
Expand Down

0 comments on commit d810457

Please sign in to comment.