Skip to content

Replace placeholder mkdocs site_description with real project description #56

Description

@tschm

Subcategory: User-facing docs / project metadata
Current score: 8/10 → Target: 10/10

Problem

mkdocs.yml still carries the scaffold placeholder:

site_description: Add your description here.

Meanwhile pyproject.toml already has a real description: "High-performance financial charting library for OHLC data visualization with technical indicators". The published docs site therefore shows a placeholder subtitle/meta description.

Fix (file)

  • mkdocs.yml — set site_description to match the pyproject.toml [project].description (single source of truth).

Done when

  • mkdocs.yml site_description is a real, meaningful description consistent with pyproject.toml, and no "Add your description here." placeholder remains.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions