Deployed 9fee330 with MkDocs version: 1.6.1

This commit is contained in:
2024-12-17 18:25:01 +00:00
parent 907bd1741a
commit 66ddfb0b16
114 changed files with 4047 additions and 2972 deletions

View File

@@ -1,4 +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
id,name,email,street,city,state,non_pii
1,John Doe,john.doe@example.com,123 Main St,Anytown,CA,reallynotpii
2,Jane Smith,jane.smith@example.com,456 Elm St,Somewhere,TX,reallynotapii
3,Alice Johnson,alice.johnson@example.com,789 Pine St,Elsewhere,NY,reallynotapiiatall
1 id name email street city state postal_code non_pii
2 1 John Doe john.doe@example.com 123 Main St Anytown CA 12345 reallynotpii
3 2 Jane Smith jane.smith@example.com 456 Elm St Somewhere TX 67890 reallynotapii
4 3 Alice Johnson alice.johnson@example.com 789 Pine St Elsewhere NY 11223 reallynotapiiatall