Skip to content

Reorganize images into a structured hierarchy that mirrors the documentation structure #48

@sgort

Description

@sgort

To Do

  • Scan all markdown/mdx files in the docs folder
  • Identify which sidebar section each file belongs to (get-started, documentation, security)
  • Organize images into structured folders matching the docs structure
  • Update all image references in the markdown files

Expected Result

static/
  img/
    favicon.png
    operaton-logo.svg
    get-started/
      installation/
        screenshot-1.png
        screenshot-2.png
      quickstart/
        diagram.png
    documentation/
      user-guide/
        task-management.png
      api/
        endpoint-example.png
    security/
      authentication-flow.png
      ssl-setup.png
    shared/
      # Images not belonging to a specific section

Optional

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions