Deployed 8d08220 with MkDocs version: 1.5.3

This commit is contained in:
2024-01-22 14:10:18 +00:00
parent 5d4de62365
commit ced3947d0a
108 changed files with 4915 additions and 2252 deletions

View File

@@ -0,0 +1,4 @@
id,name,email,street,city,state,postal_code
1,John Doe,john.doe@example.com,123 Main St,Anytown,CA,12345
2,Jane Smith,jane.smith@example.com,456 Elm St,Somewhere,TX,67890
3,Alice Johnson,alice.johnson@example.com,789 Pine St,Elsewhere,NY,11223
1 id name email street city state postal_code
2 1 John Doe john.doe@example.com 123 Main St Anytown CA 12345
3 2 Jane Smith jane.smith@example.com 456 Elm St Somewhere TX 67890
4 3 Alice Johnson alice.johnson@example.com 789 Pine St Elsewhere NY 11223