Skip to content

Reorganize documentation images into section-specific directories - #46

Merged
oblomov-dev merged 2 commits into
mainfrom
claude/analyze-documentation-gYG3b
Mar 16, 2026
Merged

Reorganize documentation images into section-specific directories#46
oblomov-dev merged 2 commits into
mainfrom
claude/analyze-documentation-gYG3b

Conversation

@oblomov-dev

Copy link
Copy Markdown
Member

Summary

This PR reorganizes documentation images by moving them into section-specific subdirectories within docs/public/ to improve project structure and maintainability. All image references in markdown files have been updated to use absolute paths pointing to their new locations.

Key Changes

  • Image reorganization: Moved images from docs/public/ root to section-specific directories:

    • get_started/ images → docs/public/get_started/
    • configuration/ images → docs/public/configuration/
  • Updated image references: Changed all markdown image paths from relative (e.g., image-11.png) to absolute paths (e.g., /get_started/image-11.png) in:

    • docs/get_started/use_cases.md
    • docs/get_started/quickstart.md
    • docs/get_started/samples.md
    • docs/configuration/productive_usage.md
    • docs/configuration/troubleshooting.md
  • Minor fixes:

    • Fixed heading levels in docs/development/messages.md (changed ###### to #### for SY, BAPIRET, and CX_ROOT sections)
    • Fixed navigation link in docs/.vitepress/config.mjs (changed "Advanced Topics" link from /advanced/advanced to /advanced/downporting)
    • Fixed typo in docs/advanced/rfc.md ("system" → "systems")

Implementation Details

All image paths now use absolute paths from the documentation root, making them more robust and easier to maintain as the documentation structure evolves.

https://claude.ai/code/session_01Mx1pvV2fdu37as3XihYqcs

claude added 2 commits March 16, 2026 15:44
- Move all local images from markdown directories to /public/get_started/
  and /public/configuration/ for consistent absolute path resolution
- Update all image references to use absolute /public paths
- Fix h6 headings (######) in messages.md to h4 (####) for SY/BAPIRET/CX_ROOT sections
- Fix typo in rfc.md: "on both system" → "on both systems"

https://claude.ai/code/session_01Mx1pvV2fdu37as3XihYqcs
…wnporting

The file advanced/advanced.md does not exist, causing a 404 error when
clicking the "Advanced Topics" section header. Changed to point to the
first page in the section.

https://claude.ai/code/session_01Mx1pvV2fdu37as3XihYqcs
@oblomov-dev
oblomov-dev merged commit fa75ddd into main Mar 16, 2026
@oblomov-dev
oblomov-dev deleted the claude/analyze-documentation-gYG3b branch March 16, 2026 15:48
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