Introduce docs (#5)

This commit is contained in:
Suchintan 2024-03-02 00:44:02 -05:00 committed by GitHub
parent 861114794a
commit 57ce4c7282
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1771 additions and 0 deletions

View file

@ -0,0 +1,4 @@
One of the core principles of software development is DRY (Don't Repeat
Yourself). This is a principle that apply to documentation as
well. If you find yourself repeating the same content in multiple places, you
should consider creating a custom snippet to keep your content in sync.