Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 1bc1f57

Browse files
committed
chore: add alt text to all images
1 parent bef0536 commit 1bc1f57

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/docs/documentation/customizing/gatsby-theme.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $ yarn gatsby develop
5555

5656
If everything works, you should see something like this:
5757

58-
![](https://cdn-std.dprcdn.net/files/acc_649651/Y825GV)
58+
![Gatsby docz theme preview](https://cdn-std.dprcdn.net/files/acc_649651/Y825GV)
5959

6060
## Configuration
6161

src/docs/documentation/general/deploying-your-docs.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ yarn docz:build
1616

1717
If everything goes well, this command will generate all static files for you in the `.docz/dist` folder and you will see something like this in your terminal:
1818

19-
![](https://cdn-std.dprcdn.net/files/acc_649651/qIFhkT)
19+
![Terminal output](https://cdn-std.dprcdn.net/files/acc_649651/qIFhkT)
2020

2121
With your static files in hand, you can deploy your documentation wherever you want just like you do with any static site.
2222

@@ -48,15 +48,15 @@ If you understand nothing about deploys, we highly recommend that you use the se
4848

4949
First, after login or create a new account on Netlify, just create a _New site from git_:
5050

51-
![](https://cdn-std.dprcdn.net/files/acc_649651/YTCDFn)
51+
![Netlify create new site](https://cdn-std.dprcdn.net/files/acc_649651/YTCDFn)
5252

5353
Connect your Git service and pick some repository:
5454

55-
![](https://cdn-std.dprcdn.net/files/acc_649651/cc2g4u)
55+
![Netlify pick repository](https://cdn-std.dprcdn.net/files/acc_649651/cc2g4u)
5656

5757
After that, just fill settings like below, passing your build command and the destination folder:
5858

59-
![](https://cdn-std.dprcdn.net/files/acc_649651/3uvA9J)
59+
![Netlify add settings build command and destination directory](https://cdn-std.dprcdn.net/files/acc_649651/3uvA9J)
6060

6161
Finally, add a file `netlify.toml` to your project's root folder with the following contents:
6262

src/docs/documentation/general/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Hello, I'm a mdx file!
9090

9191
With your first `.mdx` document created, you can open your browser and visit `localhost:3000` to see something like this:
9292

93-
![](https://cdn-std.dprcdn.net/files/acc_649651/Y825GV)
93+
![Hello world preview](https://cdn-std.dprcdn.net/files/acc_649651/Y825GV)
9494

9595
We cover more of what you can do with Docz in [**Built-in Components**](/docs/built-in-components) and what you can do with _MDX_ in the [**Writing MDX**](/docs/writing-mdx) page.
9696

0 commit comments

Comments
 (0)