Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit d93d8d2

Browse files
committed
docs: update example list
1 parent 3335deb commit d93d8d2

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -136,20 +136,22 @@ Start by building your site with `yarn docz build`, if you haven't provided a `d
136136

137137
## Examples
138138

139-
- **[basic](https://github.com/doczjs/docz/tree/master/examples/basic)** - Barebones example.
140-
- **[gatsby](https://github.com/doczjs/docz/tree/master/examples/gatsby)** - Example using Docz in a Gastby project.
141-
- **[react native](https://github.com/doczjs/docz/tree/master/examples/react-native)** - Using Docz in a React Native project.
142-
- **[styled-components](https://github.com/doczjs/docz/tree/master/examples/styled-components)** - Using Docz with `styled-components`.
143-
- **[with typescript](https://github.com/doczjs/docz/tree/master/examples/typescript)** - Using Docz with Typescript.
144-
- **[with flow](https://github.com/doczjs/docz/tree/master/examples/flow)** - Using Docz with Flow.
145-
- **[with images](https://github.com/doczjs/docz/tree/master/examples/images)** - Using Docz with images in mdx and jsx.
146-
147-
- **[with sass](https://github.com/doczjs/docz/tree/master/examples/sass)** - Using Docz parsing CSS with SASS.
148-
- **[with less](https://github.com/doczjs/docz/tree/master/examples/less)** - Using Docz parsing CSS with LESS.
149-
- **[with stylus](https://github.com/doczjs/docz/tree/master/examples/css-stylus)** - Using Docz parsing CSS with Stylus.
150-
- **with css modules**: works out of the box with gatsby
151-
152-
You can check the complete list of docz examples [here](https://github.com/doczjs/docz/tree/master/examples).
139+
- **[with basic](https://github.com/doczjs/docz/tree/master/examples/basic)**
140+
- **[with a gatsby site](https://github.com/doczjs/docz/tree/master/examples/gatsby)**
141+
- **[with react native](https://github.com/doczjs/docz/tree/master/examples/react-native)**
142+
- **[with styled-components](https://github.com/doczjs/docz/tree/master/examples/styled-components)**
143+
- **[with typescript](https://github.com/doczjs/docz/tree/master/examples/typescript)**
144+
- **[with algolia search](https://github.com/doczjs/docz/tree/master/examples/with-algolia-search)**
145+
- **[with gatsby-remark-vscode](https://github.com/doczjs/docz/tree/master/examples/with-gatsby-remark-vscode)**
146+
- **[with react-router](https://github.com/doczjs/docz/tree/master/examples/react-router)**
147+
- **[with flow](https://github.com/doczjs/docz/tree/master/examples/flow)**
148+
- **[with images](https://github.com/doczjs/docz/tree/master/examples/images)**
149+
- **[with sass](https://github.com/doczjs/docz/tree/master/examples/sass)**
150+
- **[with less](https://github.com/doczjs/docz/tree/master/examples/less)**
151+
- **[with stylus](https://github.com/doczjs/docz/tree/master/examples/css-stylus)**
152+
- **with css modules**: works out of the box.
153+
154+
### You can check the complete list of docz examples [here](https://github.com/doczjs/docz/tree/master/examples).
153155

154156
## More info on [docz.site](https://docz.site)
155157

0 commit comments

Comments
 (0)