linux-wallpaperengine/docs/Knowledges/Project/Structure.md
2025-05-18 08:43:29 +09:00

1.0 KiB

Project

Structure

If you are confusing, let see this

Root

GitHub /.github/

This directory includes GitHub settings

Document

  • /README.md
    • You can see generally knowledges in this
  • /LICENSE
    • This project's license
  • /docs
    • Root
    • ./Beginner/
      • If you are beginner, please see this
      • This include Q&A and other, so maybe you can resolve your problem in this
    • ./User/
      • If you are user, please see this
    • ./Project/
      • This project's document, if you want to contribute, please see this
    • ./Developer/
      • Document for developer
      • If you are developer, please see this

Source Code