Rewrite guides using skills#35
Open
serhiipylypchuk1991 wants to merge 7 commits into
Open
Conversation
- restructure headings to imperative sentence case and split long sections into focused subsections - reformat API lists with linked names and em-dash descriptions - add intro sentences before every code block, normalize inline comments - replace passive voice, gerund openers, and future tense with active present simple - fix formShape example: type -> comp to match API - add Optimize rendering of large datasets section covering renderType
- convert headings to imperative sentence case, add short descriptions under each - add intro sentences before every code block - replace passive voice and "you need to" phrasing with active present simple - reformat parameter lists with em-dash descriptions - fix broken link to properties overview, replace bold API names with backticks
- split flat content into Prepare a sample dataset, Load data from a local file, and Update data after initialization sections - add intro sentences before every code block - replace passive voice and gerund openers with active present simple - reformat Related articles list with linked API names and em-dash descriptions - add Update data after initialization section covering setConfig() with fetch example - add tip cross-linking renderType for large datasets
- split Applying locales into Apply a built-in locale, Apply a custom locale, and Reset to the default locale sections - convert headings to imperative sentence case, add short descriptions under each - add intro sentences before every code block including those inside details blocks - replace passive voice and gerund openers with active present simple - reformat Related articles list with em-dash descriptions - add Reset to the default locale section covering setLocale() and setLocale(null) - fix worked example in date/time format section: %u replaced with %S (verified against widget source: @wx/lib-dom case %S returns milliseconds, %u token does not exist), June replaced with September to match 2024-09-20 in the example
- convert headings to imperative sentence case, add intro paragraph at the top - add intro sentences before every code block - replace passive voice and gerund openers with active present simple - reformat Related articles list with linked API names and em-dash descriptions - document the setConfirmHandler callback shape (slot, data, confirm fields) inline before the example - add info block on confirm-slot event as an alternative to setConfirmHandler - replace prose-only g2l/l2g description with a typed list
- convert headings to imperative sentence case, add intro paragraph at the top - add intro sentences before every code block - replace passive voice and "you need to" phrasing with active present simple - fix Default style section: replace pivot-* variables (copy-paste from Pivot docs) with real booking-* variables sourced from the widget code (Layout.svelte, Slots.svelte) - fix invalid link tag: type="stylesheet" replaced with rel="stylesheet"
- convert headings to imperative sentence case, add short intros under each - add intro sentences before every code block - replace passive voice and "you need to" phrasing with active present simple - fix events example: invalid date property replaced with start (verified against api/config — booking has start and end, no date) - add cross-link to loading-data guide and data API in the data section - replace bold/italic API references with backticks, normalize inline code comments
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.