İbrahim Sarıkaya
İbrahim Sarıkaya
Were you able to find any solution to continue the conversation?
Hey @adityak74, I made some attempts to solve this problem, but I was not successful. Any progress on your side?
@adityak74 As far as I remember I tried the following: -Storage is created after the first request. A new request doesn't matter if there is storage. So I tried clearing...
The `**` pattern covers all subfolders and files from the specified point. config should be like this: ``` export const defaultConfig: Config = { url: "https://layerzero.gitbook.io/docs", match: "https://layerzero.gitbook.io/docs/**", maxPagesToCrawl: 10,...
> > The `**` pattern covers all subfolders and files from the specified point. config should be like this: > > ``` > > export const defaultConfig: Config = {...
> How to skip files that come across from parsing? You must specify which extensions you want to exclude in the config.ts file. `resourceExclusions: []`
Is it possible for you to create a minimal repo that simulates the issue? @sruetzler