Skip to content

Commit

Permalink
github
Browse files Browse the repository at this point in the history
  • Loading branch information
steve8708 committed Nov 13, 2023
1 parent ae80eb8 commit f15d5dd
Show file tree
Hide file tree
Showing 2 changed files with 3,991 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ type Config = {
};

export const config = {
url: "https://forum.builder.io",
match: "https://forum.builder.io/t/**",
selector: ".posts-wrapper",
url: "https://github.com/builderio/builder",
match: "https://github.com/BuilderIO/builder/tree/main/**",
selector: `#readme,[data-selector="repos-split-pane-content"]`,
maxPagesToCrawl: 1000,
outputFileName: "forum.json",
outputFileName: "github.json",
} satisfies Config;
Loading

0 comments on commit f15d5dd

Please sign in to comment.