Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

content-sdk

content-sdk에는 Sitecore에서 수집한 skills 43개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
43
Stars
34
업데이트
2026-07-08
Forks
39
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

content-sdk-component-data-strategy
웹 개발자

Layout data from getPage/getComponentData; path/locale from extractPath/context.

2026-07-08
content-sdk-component-registration
웹 개발자

Registers components in .sitecore/component-map.ts for Pages Router layout and editing.

2026-07-08
content-sdk-component-scaffold
웹 개발자

Creates new Sitecore components under src/components/. Pages Router; map auto-regenerates on dev/build.

2026-07-08
content-sdk-component-variants
웹 개발자

Multiple renderings of one component type; regenerate component map after changes.

2026-07-08
content-sdk-dictionary-and-i18n
웹 개발자

Next.js i18n via next.config.js; locale from context.locale in data methods.

2026-07-08
content-sdk-editing-safe-rendering
웹 개발자

Preview/editing for Pages Router via context.preview and context.previewData in [[...path]].tsx.

2026-07-08
content-sdk-field-usage-image-link-text
웹 개발자

Renders Sitecore fields with SDK components Text, RichText, Image, Link.

2026-07-08
content-sdk-graphql-data-fetching
웹 개발자

Page/dictionary fetch via SitecoreClient in [[...path]].tsx getStaticProps/getServerSideProps.

2026-07-08
content-sdk-multisite-management
웹 개발자

Multisite via proxy.ts: PreviewProxy → BotTrackingProxy → MultisiteProxy → RedirectsProxy → PersonalizeProxy.

2026-07-08
content-sdk-route-configuration
소프트웨어 개발자

Pages Router catch-all at src/pages/[[...path]].tsx; data via getStaticProps/getServerSideProps.

2026-07-08
content-sdk-site-setup-and-env
소프트웨어 개발자

sitecore.config.ts and env vars; document in .env.example only.

2026-07-08
content-sdk-sitemap-robots
소프트웨어 개발자

API routes src/pages/api/sitemap.ts and robots.ts with SDK middleware.

2026-07-08
content-sdk-troubleshoot-editing
소프트웨어 개발자

Debug Pages Router preview: context.preview, previewData, editing API routes.

2026-07-08
content-sdk-upgrade-assistant
소프트웨어 개발자

Upgrade @sitecore-content-sdk/* packages; check CHANGELOG and migration guides.

2026-07-08
content-sdk-component-data-strategy
소프트웨어 개발자

Layout from getPage; site/locale from route params; serializable client props.

2026-07-08
content-sdk-component-registration
소프트웨어 개발자

Registers components in .sitecore/component-map.ts and component-map.client.ts for App Router.

2026-07-08
content-sdk-component-scaffold
소프트웨어 개발자

Creates Sitecore components under src/components/. App Router; server/client maps auto-regenerate.

2026-07-08
content-sdk-component-variants
소프트웨어 개발자

Multiple presentations per component; regenerate maps after changes.

2026-07-08
content-sdk-dictionary-and-i18n
소프트웨어 개발자

next-intl with requestLocale = `${site}_${locale}`; routing.ts + request.ts.

2026-07-08
content-sdk-editing-safe-rendering
소프트웨어 개발자

Preview/editing via draftMode() and getPreview/getDesignLibraryData in App Router pages.

2026-07-08
content-sdk-field-usage-image-link-text
소프트웨어 개발자

Renders Sitecore fields with SDK Text, RichText, Image, Link components.

2026-07-08
content-sdk-graphql-data-fetching
소프트웨어 개발자

Page/dictionary via SitecoreClient; SSG via getAppRouterStaticParams.

2026-07-08
content-sdk-multisite-management
소프트웨어 개발자

Proxy: PreviewProxy → BotTracking → Locale → Multisite → Redirects → Personalize.

2026-07-08
content-sdk-route-configuration
소프트웨어 개발자

App Router catch-all at src/app/[site]/[locale]/[[...path]]/page.tsx; setRequestLocale required.

2026-07-08
content-sdk-site-setup-and-env
소프트웨어 개발자

sitecore.config.ts and env vars; document in .env.example only.

2026-07-08
content-sdk-sitemap-robots
소프트웨어 개발자

Route handlers under src/app/api/ with createSitemapRouteHandler / createRobotsRouteHandler.

2026-07-08
content-sdk-troubleshoot-editing
소프트웨어 개발자

Check draftMode, getPreviewData(headers), setRequestLocale, getCachedPageParams, maps.

2026-07-08
content-sdk-upgrade-assistant
소프트웨어 개발자

Upgrade @sitecore-content-sdk/*; follow CHANGELOG and migration guides.

2026-07-08
content-sdk-cache-components-and-osr
소프트웨어 개발자

Tag-based caching in src/lib/cache/ and POST /api/revalidate webhook for on-demand invalidation.

2026-07-08
content-sdk-component-data-strategy
소프트웨어 개발자

Cached layout data via cache helpers; preview via client; site/locale from params.

2026-07-08
content-sdk-component-registration
소프트웨어 개발자

Registers components in .sitecore/component-map.ts and component-map.client.ts for App Router.

2026-07-08
content-sdk-component-scaffold
소프트웨어 개발자

Creates Sitecore components under src/components/. App Router; server/client maps auto-regenerate.

2026-07-08
content-sdk-component-variants
소프트웨어 개발자

Multiple presentations per component; regenerate maps after changes.

2026-07-08
content-sdk-dictionary-and-i18n
소프트웨어 개발자

next-intl with requestLocale = `${site}_${locale}`; routing.ts + request.ts.

2026-07-08
content-sdk-editing-safe-rendering
소프트웨어 개발자

Preview/editing via draftMode() and getPreview/getDesignLibraryData in App Router pages.

2026-07-08
content-sdk-field-usage-image-link-text
소프트웨어 개발자

Renders Sitecore fields with SDK Text, RichText, Image, Link components.

2026-07-08
content-sdk-graphql-data-fetching
소프트웨어 개발자

Cached reads via src/lib/cache helpers; preview via client directly.

2026-07-08
content-sdk-multisite-management
소프트웨어 개발자

Proxy: PreviewProxy → BotTracking → Locale → Multisite → Redirects → Personalize.

2026-07-08
content-sdk-route-configuration
소프트웨어 개발자

App Router catch-all at src/app/[site]/[locale]/[[...path]]/page.tsx; setRequestLocale required.

2026-07-08
content-sdk-site-setup-and-env
소프트웨어 개발자

sitecore.config.ts and env vars; document in .env.example only.

2026-07-08
이 저장소에서 수집된 skills 43개 중 상위 40개를 표시합니다.