Skip to content

Commit de939ca

Browse files
committed
chore: README.md
1 parent b3c3305 commit de939ca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

config/generation.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const patterns = [
66
'clients/**',
77
'docs/**',
88
'docs/**/.*',
9+
'!docs/README.md',
910
'!clients/README.md',
1011
'!clients/**/.openapi-generator-ignore',
1112
'clients/**/.github/**',

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## docs
2+
3+
This folder contains generated code snippets and guides for the API clients, you can see them used on [the Algolia documentation](https://www.algolia.com/doc/libraries)

0 commit comments

Comments
 (0)