p5.js-website icon indicating copy to clipboard operation
p5.js-website copied to clipboard

fix: inconsistent paths and backticks in technical_overview.md file

Open kunstewi opened this issue 1 week ago • 0 comments

resolves #1051

go to this file and check src/content in the file organisation section.

Issue Summary

  1. The localization-architecture.md doesn't exist instead the file name is localization.md. Also there's no backticks.
  2. src/[locale]/pages/ path is wrong, instead the correct path is src/pages/[locale]/
Screenshot 2025-12-13 at 3 39 06 PM

Fix Summary

  1. The localization-architecture.md file is renamed to localization.md so changed the reference and also the backticks weren't present.
  2. The current documentation states src/[locale]/pages/ which is wrong the correct path is src/pages/[locale]

This solves potential confusion for future contributors.

@ksen0

kunstewi avatar Dec 13 '25 10:12 kunstewi