Skip to content

Commit 854a5fe

Browse files
authored
fix mcp docs generation (#31)
<!-- If this pull request closes an issue, please mention the issue number below --> Closes # <!-- Issue # here --> ## 💸 TL;DR <!-- What's the three sentence summary of purpose of the PR --> ## 📜 Details [Design Doc](<!-- insert Google Doc link here if applicable -->) [Jira](<!-- insert Jira link if applicable -->) <!-- Add additional details required for the PR: breaking changes, screenshots, external dependency changes --> ## 🧪 Testing Steps / Validation <!-- add details on how this PR has been tested, include reproductions and screenshots where applicable --> ## ✅ Checks <!-- Make sure your pr passes the CI checks and do check the following fields as needed - --> - [ ] CI tests (if present) are passing - [ ] Adheres to code style for repo - [ ] Contributor License Agreement (CLA) completed if not a Reddit employee
1 parent d747598 commit 854a5fe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/scripts/generateChunks.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ interface Config {
5959

6060
/** Configuration object for easy editing */
6161
const config: Config = {
62-
repoUrl: 'reddit/devvit',
62+
repoUrl: 'reddit/devvit-docs',
6363
branch: 'main',
64-
pathInRepo: 'devvit-docs',
64+
// The Devvit docs are now hosted in their own repo (not under the devvit monorepo).
65+
pathInRepo: '.',
6566
includePatterns: [
6667
'**/docs/**/*.md',
6768
'**/docs/**/*.mdx',

0 commit comments

Comments
 (0)