Skip to content

Feat: adds meta descriptions to docs - #57

Merged
jmikrut merged 4 commits into
masterfrom
docs/updates-meta-descriptions
Feb 5, 2021
Merged

Feat: adds meta descriptions to docs#57
jmikrut merged 4 commits into
masterfrom
docs/updates-meta-descriptions

Conversation

@JessRynkar

Copy link
Copy Markdown
Member

Adds meta descriptions to Payload docs for SEO.

@JessRynkar
JessRynkar requested a review from jmikrut February 4, 2021 16:45
@jmikrut
jmikrut merged commit 0899299 into master Feb 5, 2021
@denolfe
denolfe deleted the docs/updates-meta-descriptions branch July 7, 2022 02:37
Dynogic added a commit to Dynogic/payload that referenced this pull request Jun 14, 2026
…payloadcms#57)

Hash-based tab navigation (change payloadcms#8) writes the active tab's hash via
history.replaceState, which fires no native event, so consuming-app
components deriving UI from window.location.hash (varig's sidebar nav)
could not observe tab clicks — they only stayed in sync by accident via
Next.js's patched replaceState changing useSearchParams identity.

Dispatch new Event('admin:hashchange') after both replaceState branches
in handleTabChange. The event name is a cross-repo contract with the
consuming app (varig src/lib/admin/replace-hash.js).

Cherry-picked from app-v3.76.1 f1ac36d (entry payloadcms#56 there; renumbered
payloadcms#57 on this branch).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Dynogic added a commit to Dynogic/payload that referenced this pull request Jun 14, 2026
Folds the entire app-v3.7* fork line (tip: app-v3.76.1, which already
contains app-v3.71.1 / app-v3.74.0 / app-v3.75.0) into app-v3.85.0.

Strategy 'ours': app-v3.85.0 already carries every functional change
from app-v3.76.1 (fork payloadcms#54 focus-trap externalize, payloadcms#55 compound indexes,
payloadcms#56 hashchange dispatch) -- re-applied on top of the 378-commit upstream
v3.85.0 sync and renumbered to payloadcms#55/payloadcms#56/payloadcms#57. The only branch differences
are FORK-CHANGES.md numbering and dependency versions (qs-esm 8, uuid 13,
next 16.2.6 floor), where app-v3.85.0's values are the correct upgrade
target. 'ours' records 3.76.1 in this branch's ancestry without clobbering
the upgraded tree.
omen18 added a commit to omen18/payload that referenced this pull request Aug 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants