Skip to content

fix(docs): corregir rutas relativas dentro de cada sección#34

Merged
kattsushi merged 1 commit into
masterfrom
fix/docs-relative-links
Feb 7, 2026
Merged

fix(docs): corregir rutas relativas dentro de cada sección#34
kattsushi merged 1 commit into
masterfrom
fix/docs-relative-links

Conversation

@kattsushi

@kattsushi kattsushi commented Feb 7, 2026

Copy link
Copy Markdown
Contributor

Corrige enlaces internos que usaban el prefijo de la sección y se resolvían a rutas con doble segmento (p.ej. /backend/backend/... ).\n\nCambios:\n- backend: packages/, getting-started/, reference/\n- react: packages/, getting-started/\n- solid: packages/, getting-started/\n- universal: packages/, getting-started/, concepts/\n\nVerificar navegación en https://devx-op.github.io/effectify/backend/ y análogas.

Summary by CodeRabbit

  • Documentation
    • Updated internal documentation navigation links across backend, React, Solid, and universal guides for consistency.
    • Simplified link paths by removing framework-specific prefixes (e.g., backend/, react/, solid/, universal/) to improve navigation structure.
    • Applied minor formatting updates to code examples for consistency.

@coderabbitai

coderabbitai Bot commented Feb 7, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

Documentation navigation links are standardized across backend, React, Solid, and universal framework guides by removing section prefixes and adjusting path structures. Minor formatting updates include quote style consistency and TypeScript semicolon additions.

Changes

Cohort / File(s) Summary
Backend Documentation Links
apps/docs/src/content/docs/backend/getting-started.md, backend/index.mdx, backend/installation.md
Updated internal navigation links by removing backend/ prefix from package and reference paths, standardizing to root-level paths like packages/node-better-auth/ and reference/.
React Documentation Links
apps/docs/src/content/docs/react/getting-started.md, react/index.mdx, react/installation.md
Removed react/ prefix from package paths, converting links from react/packages/* to packages/*; minor code formatting condensed multi-line arrays and JSX to single lines.
Solid Documentation Links
apps/docs/src/content/docs/solid/getting-started.md, solid/index.mdx, solid/installation.md
Removed solid/ and solid- prefixes from package links, updating to root-level packages/solid-query/, packages/solid-ui/, and packages/chat-solid/ paths.
Universal Documentation Links
apps/docs/src/content/docs/universal/getting-started.md, universal/index.mdx
Updated navigation links from universal/packages/* paths to packages/* and concepts/ paths, removing scope-specific prefixes.
Code Style & Formatting
apps/docs/src/content/docs/backend/index.mdx
Added trailing semicolons to TypeScript type declarations and properties (DatabaseService, AppConfig, error types); switched single-quoted strings to double quotes; adjusted spacing and line breaks.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

🐰 Through docs we hop with links renewed,
No backend/, react/ to exclude,
Just cleaner paths that clearly shine,
With semicolons in perfect line!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title clearly describes the main change: fixing relative documentation routes within each section to avoid double path segments.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/docs-relative-links

No actionable comments were generated in the recent review. 🎉


Comment @coderabbitai help to get the list of available commands and usage tips.

@kattsushi kattsushi force-pushed the fix/docs-relative-links branch from 9618e8b to 87e2b7d Compare February 7, 2026 22:12
@nx-cloud

nx-cloud Bot commented Feb 7, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 87e2b7d

Command Status Duration Result
nx affected --target=test --base=87c40a1ce45893... ✅ Succeeded 10s View ↗
nx affected --target=build --base=87c40a1ce4589... ✅ Succeeded 17s View ↗
nx affected --target=typecheck --base=origin/ma... ✅ Succeeded <1s View ↗
nx affected --target=lint --base=origin/master ... ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-02-07 22:14:43 UTC

@kattsushi kattsushi merged commit 3aa03c0 into master Feb 7, 2026
7 checks passed
kattsushi added a commit that referenced this pull request Mar 15, 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.

1 participant