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 Mar 16, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: src/docs/documentation/customizing/powered-by-gatsby.mdx
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,29 +17,27 @@ Using Gatsby as bundler behind the scenes we won a lot of benefits like:
17
17
18
18
* Stay focused in create features instead of lead with bundler management
19
19
* Static and optimized builds by default
20
-
* Fast dev-experience and better worflow
20
+
* Fast dev-experience and better workflow
21
21
* Huge ecosystem of tools, plugins and community
22
22
* Better and easy way to customize things inside Docz
23
23
* More power in order to create your documentation
24
24
25
25
## Gatsby API and Hooks
26
26
27
-
Gatsby has a pretty damn good [API for developers](https://www.gatsbyjs.org/docs/api-reference/) and a lot of hooks
28
-
and life cycle methods that you can use in order to customize the process of
29
-
your bundler. Indeed you can hook into it in a lot of ways and all these hooks
27
+
Gatsby has a pretty damn good [API for developers](https://www.gatsbyjs.org/docs/api-reference/) and a lot of hooks and life cycle methods that you can use in order to customize the process of
28
+
your bundle. Indeed you can hook into it in a lot of ways and all these hooks
30
29
and properties you can use with Docz.
31
30
32
31
> Check [all Gatsby API references](https://www.gatsbyjs.org/docs/api-reference/) here
33
32
34
-
So, if you want to use any of those Gatsby configurations file inside your Docz
35
-
project, just create it in the root and we'll lead with them for you.
33
+
So, if you want to use any of those Gatsby configurations file inside your Docz project, just create it in the root and we'll lead with them for you.
36
34
37
35
Like, if you want to make some change in the webpack configuration, you can use
38
36
the `onCreateWebpackConfig` hook inside the `gatsby-node.js` file:
0 commit comments