Open
Conversation
… rules Add comprehensive library rules, SDK code examples, and tool definitions to llms-full.txt. Improve errors, file-uploads, and webhook guide pages with SDK tabs. Add best-practices guide.
- cleanFileAttachments: read v1 top-level files param (fileType → file_type) - buildButtonRows: return null (no change) vs [] (clear buttons) - makeApiRequest: auto-retry on 429/5xx with Retry-After and jitter - Remove duplicate retry from makeApiRequestAllPages (handled by makeApiRequest)
File has no source in content/guides/ and is not listed in guides-config or generate-llms.ts — leftover from deleted source content.
Documents the three fixes in 751b5b2: - v1 file attachments (fileType → file_type) - buttons clear via [] in raw JSON - auto-retry on 429/5xx with Retry-After
Google was stripping "- Пачка для разработчиков" from SERP titles because
"Пачка" duplicates the openGraph siteName. Switch to distinctive section
suffixes ("| Руководство разработчика", "| Документация API") that Google
preserves, following the same pattern as pachca.com help-center and glossary.
- layout.tsx: `-` → `|` separator in fallback template
- guides/[...slug]: absolute title with `| Руководство разработчика`, section
prefix only for nested children (SDK/Формы/n8n) to disambiguate "Обзор"
- api/[...slug]: absolute title with `| Документация API`
- api/(guides)/[slug]: absolute title with `| Документация API`
- updates/*: absolute title with `| Руководство разработчика`
- tabs-config: new getNestedParentTitle() helper for nested-only prefixing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.