diff --git a/fern/docs.yml b/fern/docs.yml index 3f60302..28f4127 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -96,6 +96,9 @@ navigation: - page: GitHub Integration path: ./docs/integrations/github.mdx slug: github-integration + - page: Adding Repositories + path: ./docs/integrations/github-adding-repos.mdx + slug: github/adding-repos - page: GitHub Enterprise Integration path: ./docs/integrations/github-enterprise.mdx slug: github-enterprise-integration diff --git a/fern/docs/integrations/github-adding-repos.mdx b/fern/docs/integrations/github-adding-repos.mdx new file mode 100644 index 0000000..e3006bf --- /dev/null +++ b/fern/docs/integrations/github-adding-repos.mdx @@ -0,0 +1,17 @@ +--- +title: Adding Repositories +--- + +After the initial installation, you may need to add new repositories or modify which repositories Promptless can access. You can manage this directly through your GitHub organization settings: + +1. Navigate to your GitHub organization settings +2. Go to "Third-party Access" → "GitHub Apps" +3. Find "Promptless" in the list and click "Configure" +4. In the "Repository access" section, you can switch between "All repositories" and "Only select repositories," add specific repositories using the dropdown, or remove repositories by clicking the "×" next to their names +5. Click "Save" to apply your changes + +After updating repository access, the new repositories will be available when creating or editing projects in Promptless. It may take a few minutes for changes to appear—click the refresh icon on the integrations page if you don't see newly added repositories right away. + +## Related + +See the full [GitHub Integration guide](/docs/integrations/github-integration) for installation and troubleshooting.